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
It would be nice to be able to declare a non-cran dependency, in a way that is detected by dependencies(), without creating a full DESCRIPTION file.
One way would be to put something like
# pak::pak("user/repo@branch")
library(repo)
into a deps.R file. AFAIK people already use these files as a convention to declare undetected CRAN(-like) dependencies, so this would be a natural addition.
We could also have an alternative syntax with renv::install(...) instead of the pak() call.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to declare a non-cran dependency, in a way that is detected by
dependencies()
, without creating a fullDESCRIPTION
file.One way would be to put something like
into a
deps.R
file. AFAIK people already use these files as a convention to declare undetected CRAN(-like) dependencies, so this would be a natural addition.We could also have an alternative syntax with
renv::install(...)
instead of thepak()
call.The text was updated successfully, but these errors were encountered: