Skip to content

Commit

Permalink
Print R versio string
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Jan 17, 2024
1 parent ae9d6f3 commit 73d28a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ jobs:
if (biocrelease == "devel") {
current_month <- as.numeric(format(Sys.Date(), "%m"))
if (current_month >= 11 || current_month <= 5) {
cat("Setting R version to devel")
rversion <- "devel"
rversion_str <- "devel" }
rversion_str <- "devel"
}
}
writeLines(as.character(c(biocversion, rversion)),
"versions.txt")
cat("GET VERSIONS", "\n")
cat("Bioc release: ", biocrelease, "\n")
cat("Bioc version: ", as.character(biocversion), "\n")
cat("R version: ", as.character(rversion), "\n")
cat("R version: ", rversion_str, "\n")
shell: Rscript {0}
- id: set-versions
name: Set Bioconductor/R versions
Expand Down

0 comments on commit 73d28a5

Please sign in to comment.