Install from CRAN:
install.packages(“RastaRocket”)
Or install the latest development version on GitHub. Note that the
devtools package must be installed beforehand. Ensure the
build_vignettes = TRUE option is set during installation to
access the included tutorial vignette:
devtools::install_github("BiostatUSMR/RastaRocket", build_vignettes = TRUE)After installing the package with
build_vignettes = TRUE, you can access the
RastaRocket tutorials contained within the vignette. Two
tutorials are included :
To see how you can setup a project, please look at
SetupProject vignette
vignette("SetupProject")To view the tutorial on how to use the descriptive functions, run the following command:
vignette("RastaRocketVignette")
vignette("DescribeAE")To view the tutorial on how to use the adverse event descriptive functions, run the following command:
vignette("DescribeAE")If everything is set up correctly, the vignettes should open, providing a detailed guide to using the package.
Installation depuis le CRAN :
install.packages(“RastaRocket”)
Ou installez la dernière version de développement disponible sur
GitHub. Notez que le package devtools doit être installé au
préalable. Assurez-vous que l’option build_vignettes = TRUE
est activée lors de l’installation pour accéder au tutoriel inclus sous
forme de vignette :
devtools::install_github("BiostatUSMR/RastaRocket", build_vignettes = TRUE)Après avoir installé le package avec l’argument
build_vignettes = TRUE, vous avez accès aux deux tutoriels
de RastaRocket :
Pour voir comment démarrer un projet, vous pouvez regarder la
vignette SetupProject :
vignette("SetupProject")Pour voir le tutoriel sur les fonctions de description, vous pouvez
ouvrir la vignette RastaRocketVignette :
vignette("RastaRocketVignette")Si tout est bien installé, les deux vignettes devraient s’ouvrir.