Skip to content

Commit

Permalink
Allow rClr versions >0.9.1 (#1389) (#1390)
Browse files Browse the repository at this point in the history
* Allow rClr versions >0.9.1

* - Update R version used by AppVeyor to 4.3.1
- Update rClr used in Appveyor to 0.9.2

---------

Co-authored-by: Pavel Balazki <pavel.balazki@gmail.com>
  • Loading branch information
Yuri05 and PavelBal committed Apr 11, 2024
1 parent a43ef06 commit 50944cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BugReports:
https://github.com/open-systems-pharmacology/ospsuite-r/issues
Depends:
R (>= 3.6),
rClr (== 0.9.1)
rClr (>= 0.9.1)
Imports:
dplyr (>= 1.0.0),
ospsuite.utils (== 1.4.23),
Expand Down
4 changes: 2 additions & 2 deletions appveyor-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ environment:
NOT_CRAN: true
KEEP_VIGNETTES: true
R_ARCH: x64
R_VERSION: 4.1.0
R_VERSION: 4.3.1
R_CHECK_ARGS: --no-multiarch --no-manual --as-cran
COVERALLS_TOKEN:
secure: xIz/WZT0ex3bs/CMBJTzzdXLhl3sqfSqJ3MshlSY03pZKuyYQN7Z1FprVgnlFMUZ
Expand All @@ -43,7 +43,7 @@ before_build:
- rake "prepare_for_build[%APPVEYOR_BUILD_VERSION%, hotfix/11.3]"

build_script:
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/rClr/releases/download/v0.9.1/rClr_0.9.1.zip', repos = NULL, type = 'binary')"
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/rClr/releases/download/v0.9.2/rClr_0.9.2.zip', repos = NULL, type = 'binary')"
- travis-tool.sh install_deps
- travis-tool.sh r_binary_install curl
- Rscript -e "install.packages('covr', repos = 'http://cran.us.r-project.org')"
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ environment:
R_BUILD_ARGS: --no-build-vignettes --no-manual
R_CHECK_ARGS: --no-multiarch --no-manual --as-cran
R_ARCH: x64
R_VERSION: 4.1.0
R_VERSION: 4.3.1
#We use this variale to skip some long lasting tests using "skip_on_ci"
CI: true

build_script:
- travis-tool.sh install_deps
- travis-tool.sh r_binary_install curl
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/rClr/releases/download/v0.9.1/rClr_0.9.1.zip', repos = NULL, type = 'binary')"
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/rClr/releases/download/v0.9.2/rClr_0.9.2.zip', repos = NULL, type = 'binary')"
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/OSPSuite.RUtils/releases/download/v1.4.23/ospsuite.utils_1.4.23.zip', repos = NULL, type = 'binary')"
- Rscript -e "install.packages('https://github.com/Open-Systems-Pharmacology/TLF-Library/releases/download/v1.5.125/tlf_1.5.125.zip', repos = NULL, type = 'binary')"
- Rscript -e "install.packages(c('ggplot2', 'patchwork', 'vdiffr', 'spelling'), repos = 'http://cran.us.r-project.org')"
Expand Down

0 comments on commit 50944cc

Please sign in to comment.