OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
40 stars 45 forks source link

Installation fails: Line starting ') ...' is malformed! #1104

Closed SulevR closed 6 months ago

SulevR commented 6 months ago

Trying to install package via

remotes::install_github("OHDSI/CohortDiagnostics")

But it fails:

Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo OHDSI/CohortDiagnostics@HEAD
Error: Failed to install 'CohortDiagnostics' from GitHub:
  Line starting ') ...' is malformed!

Environment: Mac OS 12.2, M1 R 4.3.2 RStudio 2023.12.0+369

SulevR commented 6 months ago

I am closing the issue. It is not a problem with the CohortDiagnostics package but rather with the package "remotes".