Skip to content

Commit

Permalink
Remove path functions
Browse files Browse the repository at this point in the history
These were unused by devtools or packages on CRAN and the functionality
has been moved to withr.

Fixes r-lib#1796
  • Loading branch information
jimhester authored and HughParsonage committed Jul 2, 2019
1 parent f6bb20a commit 3fb3486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,5 +1,8 @@
# devtools 1.13.3.9000

* `get_path()`, `set_path()`, `add_path()` and `on_path()` have been removed,
this functionality is available with `withr::with_path()` (#1796).

* `install_cran()` and the CRAN remote now now always downloads the binary if
one is available (#1724, #1605).

Expand Down
59 changes: 0 additions & 59 deletions R/path.r

This file was deleted.

0 comments on commit 3fb3486

Please sign in to comment.