Skip to content

Commit

Permalink
cmd check fixes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Feb 10, 2024
1 parent 88c1b02 commit d942db1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gemma.R
Title: A wrapper for Gemma's Restful API to access curated gene expression data and differential expression analyses
Version: 2.1.2
Version: 2.9.0
Authors@R:
c(person(given = "Javier", family = "Castillo-Arnemann",
role = c("aut"), email = "[email protected]",
Expand Down Expand Up @@ -60,7 +60,6 @@ Suggests:
pheatmap,
viridis,
poolr,
digest,
kableExtra
Config/testthat/edition: 2
VignetteBuilder: knitr
Expand Down
2 changes: 2 additions & 0 deletions R/convenience.R
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,8 @@ filter_properties <- function(){
#' these children for any number of terms, including all children
#' and the terms itself in the output vector
#'
#' @param terms An array of terms
#'
#' @return An array containing descendends of the annotation terms, including
#' the terms themselves
#'
Expand Down
3 changes: 2 additions & 1 deletion R/gemma.R.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ utils::globalVariables(c("platform.ID", "analysis.ID", "analysis.Threshold", "ba
"resultIds", "stats.DE", "stats.Down", "stats.Up", "subsetFactor.category",
"subsetFactor.categoryURI", "subsetFactor.Enabled", "subsetFactor.factorValue",
"subsetFactor.factorValueURI", "valueUri", "category",
"categoryURI", "experimental.factorValue","value","contrast.ID","%$%",'baseline.factors'))
"categoryURI", "experimental.factorValue","value",
"contrast.ID","%$%",'baseline.factors','setting'))
3 changes: 3 additions & 0 deletions man/get_child_terms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d942db1

Please sign in to comment.