Skip to content

Commit

Permalink
No-longer export inst()
Browse files Browse the repository at this point in the history
Fixes #2218
  • Loading branch information
hadley committed Jul 30, 2020
1 parent a795ae4 commit 6c36731
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export(github_pull)
export(github_release)
export(has_devel)
export(has_tests)
export(inst)
export(install)
export(install_bioc)
export(install_bitbucket)
Expand Down Expand Up @@ -91,7 +90,6 @@ importFrom(pkgbuild,has_devel)
importFrom(pkgbuild,with_debug)
importFrom(pkgload,check_dep_version)
importFrom(pkgload,check_suggested)
importFrom(pkgload,inst)
importFrom(pkgload,parse_deps)
importFrom(pkgload,unload)
importFrom(remotes,dev_package_deps)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# devtools (development version)

* `pkgload::inst()` is no longer re-exported (#2218).

* The internal `devtest()` function has been removed.

* Now uses (what will become) testthat 3.0.0 to power `test()`, `test_file()`,
Expand Down
3 changes: 0 additions & 3 deletions R/inst.R

This file was deleted.

7 changes: 3 additions & 4 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 6c36731

Please sign in to comment.