-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Expected behavior
As a user I'm able to run generated package from RStudio
Actual behavior
a. Wrong command in STUDY-PACKAGE-SETUP.md
# Download the lock file:
download.file("https://raw.githubusercontent.com/ohdsi-studies/regressPLP/main/renv.lock", "renv.lock")
b. The 'renv::init()' failes on the error:
Retrieving 'https://cloud.r-project.org/src/contrib/Archive/CohortGenerator/CohortGenerator_0.3.0.tar.gz' ...
Warning: failed to find binary for 'CohortGenerator 0.3.0' in package repositories
Warning: failed to find source for 'CohortGenerator 0.3.0' in package repositories
Warning: failed to retrieve 'https://cloud.r-project.org/src/contrib/Archive/CohortGenerator/CohortGenerator_0.3.0.tar.gz' [error code 22]
Error: failed to retrieve package 'CohortGenerator@0.3.0'
In addition: Warning message:
curl: (22) The requested URL returned error: 404
Steps to reproduce behavior
- Download zip file for PLP package from ATLAS UI
- Follow steps in STUDY-PACKAGE-SETUP.md instruction
- Run 'renv::init()' command