OHDSI Home | Forums | Wiki | Github

Is Data Quality Dashboard (DQD) a listed package on Cran?

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 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

Nope, DQD is not available on CRAN.

thanks @katy-sadowski .

t