Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Mar 28, 2024
1 parent 62eae97 commit 726f41a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MGnifyR
Type: Package
Version: 0.99.28
Version: 0.99.29
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -16,7 +16,7 @@ Description:
in R. The package can be used to import microbial data for instance into
TreeSummarizedExperiment (TreeSE). In TreeSE format, the data is directly
compatible with miaverse framework.
biocViews: Software, Infrastructure, DataImport, MicrobiomeData, SequencingData, Metagenomics
biocViews: Infrastructure, DataImport, Metagenomics
License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
Depends:
Expand Down
8 changes: 5 additions & 3 deletions R/deprecate.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
#' @param complete_url -
#'
#' @param qopts -
#'
#'
#' @return -
#'
#' @name deprecate
NULL

Expand Down Expand Up @@ -124,7 +126,7 @@ mgnify_download <- function(
#' @rdname deprecate
#' @export
mgnify_get_analyses_results <- function(
client =NULL, accessions, retrievelist = c(), compact_results = TRUE,
client = NULL, accessions, retrievelist = c(), compact_results = TRUE,
usecache = TRUE, bulk_dl = FALSE, ...){
.Deprecated("getResult")
if( length(retrievelist) == 0 ){
Expand Down Expand Up @@ -162,7 +164,7 @@ mgnify_get_analyses_metadata <- function(
#' @export
mgnify_retrieve_json <- function(
client, path = "biomes", complete_url = NULL, qopts = NULL,
maxhits = 200, usecache = FALSE, Debug = FALSE){
maxhits = 200, usecache = FALSE, Debug = FALSE, ...){
.Deprecated(msg = "'mgnify_retrieve_json' is deprecated.\n",
"See other functions and use them instead.\n",
"See help('Deprecated')")
Expand Down
2 changes: 1 addition & 1 deletion R/getFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ setMethod("getFile", signature = c(x = "MgnifyClient"), function(
#' single data.frame containing all available downloads and associated
#' metadata, including the url location and description. This can then be
#' filtered to extract the urls of interest, before actually
#' retrieving the files using \code{mgnify_download}
#' retrieving the files using \code{fetFile()}
#'
#' @param accession A single character value or a vector of character values
#' specifying accession IDs to return results for.
Expand Down
6 changes: 5 additions & 1 deletion man/deprecate.Rd

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

2 changes: 1 addition & 1 deletion man/getFile.Rd

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

0 comments on commit 726f41a

Please sign in to comment.