Skip to content

Commit

Permalink
Actually exported find_rtools.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Jan 19, 2019
1 parent 4e8df5a commit 1dc9fb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export(devtest)
export(document)
export(dr_devtools)
export(dr_github)
export(find_rtools)
export(github_pat)
export(github_pull)
export(github_release)
Expand Down
4 changes: 4 additions & 0 deletions R/pkgbuild.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ pkgbuild::clean_dll
#' @importFrom pkgbuild has_devel
#' @export
pkgbuild::has_devel

#' @importFrom pkgbuild find_rtools
#' @export
pkgbuild::find_rtools
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#' installed.packages modifyList packageDescription
#' packageVersion remove.packages
#' @importFrom cli cat_rule cat_line cat_bullet
#' @importFrom pkgbuild find_rtools
NULL

#' Package development tools for R.
Expand Down

0 comments on commit 1dc9fb9

Please sign in to comment.