Hi,
I would like to install DQD on a virtual machine I’m working on. Because of expected networking restrictions, there is not direct connect to the internet and can’t install the package directly from github using the command below:
install.packages(“remotes”)
remotes::install_github(“OHDSI/DataQualityDashboard”)
I can access the Cran library from the virtual machine. Trying directly to install the package using
install.packages(“DataQualityDashboard”)
Gives the following error message:
Had a look on the Cran website and couldn’t see the package listed CRAN: Available Packages By Name.
Before trying to install the package from the zip file, I wanted to check if DQD is listed anywhere on Cran that I might have missed?
Many thanks,
Solmaz