You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started running usethis::use_standalone("rlib/rlang", file = "types-check") within my {targets} projects. It works great because {targets} sources the files in R/ each run. Thus, use_standalone() prints a superfluous error message:
> use_standalone("r-lib/rlang", file = "types-check")
✔ Setting active project to "<redacted>".
✔ Writing R/import-standalone-types-check.R.
✔ Writing R/import-standalone-obj-type.R.
Error: No root directory found in <redacted> or its parent directories. Root criterion: contains a file "DESCRIPTION" with contents matching "^Package: "
The text was updated successfully, but these errors were encountered:
I've started running
usethis::use_standalone("rlib/rlang", file = "types-check")
within my {targets} projects. It works great because {targets} sources the files inR/
each run. Thus,use_standalone()
prints a superfluous error message:The text was updated successfully, but these errors were encountered: