Skip to content

Commit

Permalink
Add Marcel Ramos as a contributor thanks to #11 ^^
Browse files Browse the repository at this point in the history
I added a note about the change in functionality at actions/check-bioc.yml
  • Loading branch information
lcolladotor committed Oct 1, 2020
1 parent 55dfbc1 commit ce75e2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 451 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Package: biocthis
Title: Automate package and project setup for Bioconductor packages
Version: 0.99.0
Date: 2020-05-18
Date: 2020-10-01
Authors@R:
c(
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X"))
email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X")),
person("Marcel", "Ramos", email = "marcel.ramos@roswellpark.org",
role = c("ctb"), comment = c(ORCID = "0000-0002-3242-0582"))
)
Description: This package expands the usethis package with the goal of
helping automate the process of creating R packages for Bioconductor or
Expand Down
2 changes: 1 addition & 1 deletion R/use_bioc_github_action.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use_bioc_github_action <- function() {
datalist <- list(
version = .normalizeVersion(),
rversion = .GHARversion(),
rvernum = BiocManager:::.get_R_version()
rvernum = gsub("\\.[0-9]*$", "", getRversion())
)
template <- system.file(package = "biocthis", "templates",
"check-bioc.yml", mustWork = TRUE)
Expand Down
Loading

0 comments on commit ce75e2c

Please sign in to comment.