Skip to content

Commit

Permalink
Re-export inst
Browse files Browse the repository at this point in the history
A number of dependencies use this downstream.

Fixes #1643
  • Loading branch information
jimhester committed Feb 13, 2018
1 parent 03747d1 commit ce8e1d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export(github_pat)
export(github_pull)
export(github_release)
export(has_tests)
export(inst)
export(install)
export(install_bioc)
export(install_bitbucket)
Expand Down Expand Up @@ -173,6 +174,7 @@ importFrom(pkgbuild,clean_dll)
importFrom(pkgbuild,with_debug)
importFrom(pkgload,check_dep_version)
importFrom(pkgload,check_suggested)
importFrom(pkgload,inst)
importFrom(pkgload,parse_deps)
importFrom(pkgload,unload)
importFrom(stats,update)
Expand Down
3 changes: 3 additions & 0 deletions R/inst.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#' @importFrom pkgload inst
#' @export
pkgload::inst
7 changes: 5 additions & 2 deletions man/reexports.Rd

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

0 comments on commit ce8e1d4

Please # to comment.