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
This would definitely require dev and prod builds but I feel it could be handled better.
Having to switch manually I know I'm personally bound to make mistakes myself.
This issue may be somewhat relevant.
I raised this issue for packer which is similar to this project but
for JavaScript in a sense.
If we have dev and prod I think we need a way to ensure users do not publish to CRAN or push to github
dev code. My idea with the issue above was not with document but with devtools::check.
Current alternative in packer Github pre-commit hook to check that output files are bundled, similar
can be done here but still does not protect from pushing dev to CRAN.
The text was updated successfully, but these errors were encountered:
We might have a Q folder inside of the R folder, the structure is legal and files in the Q folder are ignored when building the package.
The R files would be locked so user doesn't mess up with them, rpp_to_dev() (or a newly named function) would synchronise the R files with the Q files (which might have extension .q).
rpp::load_all() would load the "Q" folder rather than the "R" folder
This also ensures the tests are always run with the dev code.
This would definitely require dev and prod builds but I feel it could be handled better.
Having to switch manually I know I'm personally bound to make mistakes myself.
This issue may be somewhat relevant.
I raised this issue for packer which is similar to this project but
for JavaScript in a sense.
If we have dev and prod I think we need a way to ensure users do not publish to CRAN or push to github
dev code. My idea with the issue above was not with
document
but withdevtools::check
.Current alternative in packer Github pre-commit hook to check that output files are bundled, similar
can be done here but still does not protect from pushing dev to CRAN.
The text was updated successfully, but these errors were encountered: