To install the RastaRocket package, use the following code. 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 = T)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:
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.
Pour installer le package RastaRocket, utilisez le code suivant. 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 = T)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.