-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IncidencePrevalence Export Issue #70
Comments
@JordiRodeiroSJD can you let me know which version of Incidence Prevalence you are using, and your database management system? Thank you. @edward-burn any idea what is going on that all of a sudden functions cannot be found? same as the other issue #68 in Codelistgenerator? |
I am using a SQLServer Database and the Incidence Prevalence version is 0.7.4. |
Thanks @JordiRodeiroSJD please use the renv.lock file and make sure it works properly :-) |
When trying to use the renv.lock, an error pops up. Error: Error installing package 'curl': I understand that is not from your code, but it unables me from using the renv.lock provided. |
@JordiRodeiroSJD just found this on stackoverflow. try running this command before the renv activation? otherwise please install the correct versions of the following packages separately: "Package": "PatientProfiles",
"Package": "DrugUtilisation",
"Package": "CodelistGenerator",
from ohdsi: Until here are the relevant ones. and you can look up the other versions for these packages, however I dont think their version matters: library("here") library("tidyr") |
I managed to use the renv.lock by deleting some of the included packages and it works. Thanks! |
@JordiRodeiroSJD which packages did you delete? this would be good to know in case another DP faces similar problems. thanks! |
I deleted packages V8, curl, gert, httpuv, openssl, and rJava from the renv.lock, and I used the versions that I had already installed locally without the renv. The versions I used are 4.3.3 (V8), 5.1.0 (curl), 2.0.1 (gert), 1.6.15 (httpuv), 2.1.1 (openssl), and 1.0.11 (rJava). |
Hi,
I am encountering an error in the Incidence-Prevalence section.
As noted in the image of the error trace, a function called in the code cannot be found.
Could you please provide me with assistance?
Thanks,
Jordi Rodeiro
The text was updated successfully, but these errors were encountered: