Skip to content

Commit

Permalink
rm dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Sep 25, 2019
1 parent c96e8bd commit 74e5b17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/cloudOld.R
Expand Up @@ -37,7 +37,7 @@ cloudCheckOld <- function(toDigest, checksumsFileID = NULL, cloudFolderID = NULL
#' @export
#' @importFrom data.table data.table rbindlist
#' @importFrom googledrive as_id drive_update drive_upload
#' @seealso \code{\link{cloudSyncCacheOld}}, \code{\link{cloudCheckOld}}, \code{\link{cloudExtras}}
#' @seealso \code{\link{cloudSyncCacheOld}}, \code{\link{cloudCheckOld}}
cloudWriteOld <- function(object, digest, cloudFolderID = NULL, checksums, checksumsFileID,
futurePlan = getOption("reproducible.futurePlan")) {
.Deprecated("Cache", msg = "Please use the 'useCloud' and 'cloudFolderID' args in 'Cache' instead")
Expand All @@ -57,7 +57,7 @@ cloudWriteOld <- function(object, digest, cloudFolderID = NULL, checksums, check
#' @importFrom data.table setattr
#' @rdname Deprcated
#' @seealso \code{\link{cloudSyncCacheOld}}, \code{\link{Cache}}, \code{\link{cloudWriteOld}},
#' \code{\link{cloudCheckOld}}, \code{\link{cloudExtras}}
#' \code{\link{cloudCheckOld}}
cloudCache <- function(...) {
.Deprecated("Cache", msg = "Please use the 'useCloud' and 'cloudFolderID' args in 'Cache' instead")
return(invisible())
Expand Down Expand Up @@ -100,7 +100,7 @@ cloudCache <- function(...) {
#' @importFrom data.table data.table rbindlist
#' @importFrom googledrive as_id drive_rm drive_upload
#' @seealso \code{\link{cloudCache}}, \code{\link{Cache}}, \code{\link{cloudWriteOld}},
#' \code{\link{cloudCheckOld}}, \code{\link{cloudExtras}}
#' \code{\link{cloudCheckOld}}
#' @examples
cloudSyncCacheOld <- function(cacheRepo = getOption("reproducible.cachePath"),
checksumsFileID = NULL, cloudFolderID = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/Deprcated.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/cloudSyncCacheOld.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/cloudWriteOld.Rd

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

0 comments on commit 74e5b17

Please sign in to comment.