Skip to content

Commit

Permalink
No-longer export inst() (#2260)
Browse files Browse the repository at this point in the history
Fixes #2218

Co-authored-by: Jim Hester <[email protected]>
  • Loading branch information
hadley and jimhester authored Sep 1, 2020
1 parent fd08915 commit 5c7a300
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 @@ -32,7 +32,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 @@ -88,7 +87,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).

* Old `check_results()` function has been removed. It was not used by any
CRAN package, and much better alternatives are available in the
[rcmdcheck](http://github.com/r-lib/rcmdcheck) package.
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 5c7a300

Please sign in to comment.