Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No-longer export inst() #2260

Merged
merged 2 commits into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.