Skip to content

Commit

Permalink
upgraded R to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Aug 11, 2024
1 parent 56fda02 commit a17fa93
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.4.0"
r-version: "4.4.1"
use-public-rspm: true

- name: Install R packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.4.0"
r-version: "4.4.1"
use-public-rspm: true

- name: Install R packages
Expand Down
4 changes: 2 additions & 2 deletions phenoRankeR/deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM manuelrueda/pheno-ranker:0.05 as base
FROM manuelrueda/pheno-ranker:0.10 as base

WORKDIR /usr/share/pheno-ranker

FROM base as builder

ENV RENV_CONFIG_PAK_ENABLED=TRUE
ENV R_VERSION=4.3.3
ENV R_VERSION=4.4.1
ENV PhenoRankeR_VERSION=0.0.0.9017
ENV PPM_URL=packagemanager.posit.co/cran/__linux__/bullseye/latest

Expand Down
Binary file removed phenoRankeR/deploy/phenoRankeR_0.0.0.9016.tar.gz
Binary file not shown.
Binary file added phenoRankeR/deploy/phenoRankeR_0.0.0.9017.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.0",
"Version": "4.4.1",
"Repositories": [
{
"Name": "BioCsoft",
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ local({

# if the user has requested an automatic prefix, generate it
auto <- Sys.getenv("RENV_PATHS_PREFIX_AUTO", unset = NA)
if (is.na(auto) && getRversion() >= "4.4.0")
if (is.na(auto) && getRversion() >= "4.4.1")
auto <- "TRUE"

if (auto %in% c("TRUE", "True", "true", "1"))
Expand Down

0 comments on commit a17fa93

Please sign in to comment.