-
Notifications
You must be signed in to change notification settings - Fork 131
replace usethis::use_package with attachment::att_amend_desc() in 02_dev.R #784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My issues right now are:
> attachment::att_amend_desc()
Updating golem documentation
i Loading golem
Writing NAMESPACE
Warning: Link to unknown topic in inherited text: tools::print.via.format
Writing NAMESPACE
[+] 4 package(s) added: pkg, s, sass, i.
It will also move a bunch of package :
So as long as the tool is not fully reliable, I'm not sure I want to promote it as a magic tool, even more in a production context where we would want to be able to lower the number of dependencies inside your deployed app: so for example, there is no reason to have in Imports the packages from the test suite. |
You can do attachment::att_amend_desc(
pkg_ignore = c("pkg", "s", "sass", "i", "dockerfiler", "pkgbuild", "rsconnect", "processx"),
extra.suggests = c("dockerfiler", "pkgbuild", "rsconnect", "processx")
)
|
because
attachment::att_amend_desc
is cool :)The text was updated successfully, but these errors were encountered: