Create output directory name
pip_create_vintage.Rd
This function creates the name of the directory that used as vintage control of the PIP project.
Arguments
- vintage
list or character: If list, all objects should be named and only the following names are accepted:
c("release", "ppp_year", "ppp_rv", "ppp_av", "identity")
. Alternatively, it could a single-object list called "names" likevintage = list(name = "some_name")
. If character, it should be of length equal to 1.- DATE
character: date in the form %y%m%d.
- owner
character: Github repo owner. Default is
getOption("pipfun.ghowner")
- branch
character: either "DEV" or "PROD". Refers to the branch that will be used to update either the development server or production.
- tag
character: specific release to be used in the update.