Skip to content

Commit

Permalink
new importFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Mar 6, 2016
1 parent 134fd8c commit cb49bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(utils,getAnywhere)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,tail)
importFrom(utils,zip)
1 change: 1 addition & 0 deletions R/archivist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#' @importFrom utils zip
#' @importFrom utils tail
#' @importFrom utils getAnywhere
#' @importFrom utils installed.packages
#'
#' @family archivist
#' @name archivist-package
Expand Down
1 change: 1 addition & 0 deletions archivist.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ LaTeX: pdfLaTeX

BuildType: Package
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace

0 comments on commit cb49bdf

Please sign in to comment.