Skip to content

Commit

Permalink
Release v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Nov 25, 2019
1 parent 06ab746 commit 4536573
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-11-18.
Once it is accepted, delete this file and tag the release (commit b716b211a6).
This package was submitted to CRAN on 2019-11-25.
Once it is accepted, delete this file and tag the release (commit 06ab74640e).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: UCSCXenaTools
Title: Download and Explore Datasets from UCSC Xena Data Hubs
Version: 1.2.8
Version: 1.2.9
Authors@R: c(person("Shixiang", "Wang", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9855-7357")),
person("Xue-Song", "Liu", role = "aut", comment = c(ORCID = "0000-0002-7736-0077")),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.2.9

## Bug fixes

* Removed `fetch()` check
* Addressed #16, #17, #18

# v1.2.8

## Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions R/fetch.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
#' probes <- c("ENSG00000282740.1", "ENSG00000000005.5", "ENSG00000000419.12")
#' genes <- c("TP53", "RB1", "PIK3CA")
#'
#' \donttest{
#' # Fetch samples
#' fetch_dataset_samples(host, dataset, 2)
#' # Fetch identifiers
#' \donttest{
#' fetch_dataset_identifiers(host, dataset)
#' }
#' # Fetch expression value by probes
#' fetch_dense_values(host, dataset, probes, samples, check = FALSE)
#' # Fetch expression value by gene symbol (if the dataset has probeMap)
#' fetch_dense_values(host, dataset, genes, samples, check = FALSE, use_probeMap = TRUE)
#' }
#' @export
fetch <- function(host, dataset) {
message("This function is used to build consistent documentation.")
Expand Down
4 changes: 2 additions & 2 deletions man/fetch.Rd

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

0 comments on commit 4536573

Please sign in to comment.