So far, the analysis has been carried out with the following package version using ATLAS v2.8.0 version.
RUN R -e “install.packages(‘rJava’, dependencies = TRUE)”
RUN R -e “install.packages(‘devtools’)”
RUN R -e “install.packages(‘dplyr’)”
RUN R -e “install.packages(‘data.table’)”
RUN R -e “install.packages(‘DT’)”
RUN R -e “install.packages(‘shiny’)”
RUN R -e “install.packages(‘shinycssloaders’)”
RUN R -e “install.packages(‘shinydashboard’)”
RUN R -e “install.packages(‘R.utils’)”
RUN R -e “install.packages(‘rvg’)”
RUN R -e “install.packages(‘shinyWidgets’)”
RUN R -e “install.packages(‘markdown’)”
–install PLP Packages
RUN R -e ‘devtools::install_github(“OHDSI/OhdsiRTools”,ref=“v1.9.1”)’
RUN R -e ‘devtools::install_github(“OHDSI/OhdsiSharing”,ref=“v0.2.2”)’
RUN R -e ‘devtools::install_github(“OHDSI/DatabaseConnector”,ref=“v4.0.2”)’
RUN R -e ‘devtools::install_github(“OHDSI/FeatureExtraction”,ref=“v3.1.0”)’
RUN R -e ‘devtools::install_github(“OHDSI/PatientLevelPrediction”,ref=“v4.0.5”)’
RUN R -e ‘devtools::install_github(“OHDSI/BigKnn”,ref=“v1.0.0”)’
RUN R -e ‘devtools::install_github(“OHDSI/Andromeda”,ref=“v0.4.1”)’
– install PLE Packages
RUN R -e ‘devtools::install_github(“OHDSI/CohortMethod”,ref=“v4.0.0”)’
RUN R -e ‘devtools::install_github(“OHDSI/MethodEvaluation”,ref=“v2.0.0”)’
RUN R -e ‘devtools::install_github(“OHDSI/EmpiricalCalibration”,ref=“v2.0.2”)’
–install additional packages
RUN R -e “install.packages(‘renv’)”
RUN R -e “install.packages(‘lubridate’)”
I installed ATLAS v2.12.0 this time, so the analysis is not proceeding properly.
I need the package version for the new ATLAS
Help me please
thank you