tests/testthat/_snaps/package.md

package_file() gives useful errors

Code
  package_file(path = 1)
Condition
  Error in `package_file()`:
  ! `path` must be a string.
Code
  package_file(path = "doesntexist")
Condition
  Error in `package_file()`:
  ! 'doesntexist' is not a directory.
Code
  package_file(path = "/")
Condition
  Error in `package_file()`:
  ! Could not find package root.
  i Is '/' inside a package?

create argument is deprecated

Code
  x <- as.package(path, create = TRUE)
Condition
  Warning:
  The `create` argument of `as.package()` is deprecated as of devtools 2.5.0.


Try the devtools package in your browser

Any scripts or data that you put into this service are public.

devtools documentation built on Oct. 12, 2022, 1:06 a.m.