Using Rstudio is recommended for installation and usage
Use the Rstudio menu
or write in the R console
install.packages("remotes")
a) Most recent version
Write in the R console
remotes::install_github("maxmetz/RoBoost-PLSR", dependencies = TRUE,
build_vignettes = TRUE)
In case of the following question during installation process:
These packages have more recent versions available.
Which would you like to update?"
it is recommended to skip updates (usually choice 3 = None)
Write in the R console
library(roboost)
Maxime Metz
maxime.metz57200@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.