Skip to content

Commit 4e35e7a

Browse files
committed
docs: remove debug message and update documentation
1 parent 8d70598 commit 4e35e7a

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: MsBackendMetaboLights
22
Title: Retrieve Mass Spectrometry Data from MetaboLights
3-
Version: 1.1.3
3+
Version: 1.1.4
44
Authors@R:
55
c(person(given = "Johannes", family = "Rainer",
66
email = "Johannes.Rainer@eurac.edu",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# MsBackendMetaboLights 1.1
22

3+
## Changes in 1.1.4
4+
5+
- Remove debug message.
6+
37
## Changes in 1.1.3
48

59
- Add `mtbls_delete_cache()` to delete locally cached files for a specified

R/MsBackendMetaboLights.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
#' Upon initialization with the `backendInitialize()` method, the
1616
#' `MsBackendMetaboLights` backend downloads and caches the MS data files of
1717
#' an experiment locally avoiding hence repeated download of the data.
18+
#' The local data cache is managed by Bioconductor's *BiocFileCache* package.
19+
#' See the help and vignettes from that package for details on cached data
20+
#' resources. Additional utility function for management of cached files are
21+
#' also provided by *MsBackendMetaboLights*. See help for
22+
#' [mtbls_cached_data_files()] for more information.
1823
#'
1924
#' @section Initialization and loading of data:
2025
#'

R/retry_download.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
if (is(res, "simpleError")) {
2626
if (i == ntimes)
2727
stop(res)
28-
message("i: ", i)
2928
Sys.sleep(i * sleep_mult)
3029
} else break
3130
}

man/MsBackendMetaboLights.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)