Skip to content

Commit

Permalink
redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Sep 28, 2018
1 parent a01dbce commit 54458e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -122,7 +122,6 @@ importFrom(R.utils,isAbsolutePath)
importFrom(R.utils,isFile)
importFrom(RCurl,url.exists)
importFrom(Rcpp,evalCpp)
importFrom(amc,)
importFrom(archivist,addTagsRepo)
importFrom(archivist,cache)
importFrom(archivist,createLocalRepo)
Expand Down
6 changes: 2 additions & 4 deletions R/preProcess.R
Expand Up @@ -526,13 +526,11 @@ preProcess <- function(targetFile = NULL, url = NULL, archive = NULL, alsoExtrac
#'
#' @note Use caution with files-backed objects (e.g., rasters). See examples.
#'
#' @param from,to character vectors, containing file names or paths (can alternatively
#' be the path to a single existing directory).
#' @inheritParams base::file.link
#' @param symlink Logical indicating whether to use symlink (instead of hardlink).
#' Default \code{FALSE}.
#'
#' @importFrom amc
#' @seealso \code{\link{file.link}}, \code{\link{file.symlink}}, \code{\link{Sys.readlink}}
#' @seealso \code{\link{file.link}}, \code{\link{file.symlink}}
#' @details
#' On Windows, tries
#' Creates a hard link to a file if possible, falling back to a symbolic link (symlink).
Expand Down
13 changes: 10 additions & 3 deletions man/linkOrCopy.Rd

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

0 comments on commit 54458e4

Please sign in to comment.