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
{pkgbuild} can now run a bootstrap.R file automatically before building the package (thanks to @paleolimbot). We can use this to automate preparations for CRAN release.
Component(s)
R
The text was updated successfully, but these errors were encountered:
### Rationale for this change
Currently installing via github is not possible because the vendoring of the cpp source isn't happening. We can use bootstrap.R to do it. (Does not work for `devtools::install_local()` as that copies the source folder before running bootstrap.R)
### What changes are included in this PR?
An R'ified version of `make sync-cpp`
### Are these changes tested?
locally
### Are there any user-facing changes?
Yes, installing via `devtools::install_github()` will now properly vendor the cpp files.
* Closes: #39147
* GitHub Issue: #39147
Lead-authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Co-authored-by: Dewey Dunnington <dewey@dunnington.ca>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Describe the enhancement requested
{pkgbuild} can now run a
bootstrap.R
file automatically before building the package (thanks to @paleolimbot). We can use this to automate preparations for CRAN release.Component(s)
R
The text was updated successfully, but these errors were encountered: