Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

local_install.R fails on Docker version #500

Open
harryhoch opened this issue Feb 20, 2023 · 2 comments
Open

local_install.R fails on Docker version #500

harryhoch opened this issue Feb 20, 2023 · 2 comments

Comments

@harryhoch
Copy link

I'm trying to run these tools as per Getting Started in a US Location instructions, using Docker.

Base machine is a Mac running Venture (13).

Docker starts fine, but local_install.R fails as follows

(virtualenv) app@0f38c70d01e0:~/covidsp$ Rscript COVIDScenarioPipeline/local_install.R
Error in library(devtools) : there is no package called ‘devtools’
Execution halted

I attempted to go into R directly to install devtools manually. Starting R leads to a whole mess of output of the form

'abind': required fields 'Package', 'Version' missing from
DESCRIPTION at path
'/home/app/renv/library/R-4.2/x86_64-pc-linux-gnu/abind/DESCRIPTION',
'arrow': required fields 'Package', 'Version' missing from
DESCRIPTION at path
'/home/app/renv/library/R-4.2/x86_64-pc-linux-gnu/arrow/DESCRIPTION',
'askpass': required fields 'Package', 'Version' missing
from DESCRIPTION at path
'/home/app/renv/library/R-4.2/x86_64-pc-linux-gnu/askpass/DESCRIPTION',
'assertthat': required fields 'Package', 'Version' missing
from DESCRIPTION at path
'/home/app/renv/library/R-4.2/x86_64-pc-linux-gnu/assertthat/DESCRIPTION',
'backports': required fields 'Package', 'Version' missing
from DESCRIPTION at path
'/home/app/renv/library/R-4.2/x86_64-pc-linux-gnu/backports/DESCRIPTION',

continuing on for many more packages...

@jcblemai
Copy link
Collaborator

Hi Harry.

I'm sorry, we are in the process of updating the documentation and changing the name of the project, and the github wiki is outdated. We will clarify the situation in the next weeks. In the meantime:

The new documentation is on https://iddynamics.gitbook.io/flepimop/.
The error you got is most likely beccause the version of the docker image you have is "lastest" whereas it should be "latest-dev".

Please try with docker pull hopkinsidd/covidscenariopipeline:latest-dev, and do not hesitate to report any other issues.

@harryhoch
Copy link
Author

Thanks. I'll try that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants