Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
36 stars 9 forks source link

failed to install clindata #1692

Closed tinamar2024 closed 1 month ago

tinamar2024 commented 1 month ago

I was trying to follow the example:

Example 1.1 - Generate an Adverse Event Metric using the standard {gsm} workflow

May I know how to install the 'clindata' package?

devtools::install_github("https://github.com/openpharma/clindata")
library(clindata)

did not work.

Thank you!

lauramaxwell commented 1 month ago

We use a different version of clindata in this package, which can be found here. Install this as follows:

devtools::install_github("Gilead-BioStats/clindata")
library(clindata)

Also, it seems as though you are working off of the dev branch, so you can follow the inst/examples/_setup.R file to setup your environment to run the examples properly in the future.