...
|
...
|
@@ -41,7 +41,7 @@
|
41
|
41
|
#' @section setCache:
|
42
|
42
|
#' Specify the directory location of the data cache. By default, it will
|
43
|
43
|
#' got to the user's home/.cache and "appname" directory as specified by
|
44
|
|
-#' \link{user_cache_dir}. (default appname: MultiAssayExperimentData)
|
|
44
|
+#' \link{user_cache_dir}. (default appname: cBioPortalData)
|
45
|
45
|
#'
|
46
|
46
|
#' @section removeCache:
|
47
|
47
|
#' Some files may become corrupt when downloading, this function allows
|
...
|
...
|
@@ -88,7 +88,7 @@ function(directory = rappdirs::user_cache_dir("cBioPortalData"),
|
88
|
88
|
options("bio_cache" = directory)
|
89
|
89
|
|
90
|
90
|
if (verbose)
|
91
|
|
- message("MultiAssayExperimentData cache directory set to:\n ",
|
|
91
|
+ message("cBioPortalData cache directory set to:\n ",
|
92
|
92
|
directory)
|
93
|
93
|
invisible(directory)
|
94
|
94
|
}
|