install_DevelopmentVersion(force_install = FALSE)
logical
(optional):
If FALSE
(the default) the function produces and prints the required
code to the console for the user to run manually afterwards. When TRUE
and all requirements are fulfilled (see details) this function attempts to install
the package itself.github_branches
to check
which development branches of the R package 'Luminescence' are currently
available on GitHub. The user is then prompted to choose one of the branches
to be installed. It further checks whether the R package 'devtools' is
currently installed and available on the system. Finally, it prints R code
to the console that the user can copy and paste to the R console in order
to install the desired development version of the package.If force_install=TRUE
the functions checks if 'devtools' is available
and then attempts to install the chosen development branch via
install_github
.
## Not run:
# install_DevelopmentVersion()
# ## End(Not run)
Run the code above in your browser using DataLab