In order to download the predictAUDPsyCoLaus package, please follow these instructions.
- If not yet installed, install the R package
remotes
, so that thepredictAUDPsyCoLaus
package can be downloaded from GitHub.
install.packages("remotes", dependencies=TRUE)
- The
predictAUDPsyCoLaus
package can now be installed from GitHub, which automatically will prompt to install (or update) other R packages. Please enter the number 1 in the R console, when you read the questions whether you want to install all of the packages that are listed in the console.
remotes::install_github(repo="https://github.com/mmiche/predictAUDPsyCoLaus",
dependencies = "Imports", build_vignettes = TRUE)
If the download, i.e., the installation, of the package was successful, load the package in R and make the help pages (the documentation of the package) appear:
library(predictAUDPsyCoLaus)
help(package="predictAUDPsyCoLaus")
On the main page of the help pages, please note the detailed package vignette, by clicking on the User guides, package vignettes and other documentation
link.