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
The vignette https://r-wasm.github.io/rwasm/articles/rwasm.html shows how to use build() to build an existing CRAN package or you can use a remote url. However, using build(".") to install a package as one would do with pak does not work.
It would be great if it could be documented how to build a package locally.
The text was updated successfully, but these errors were encountered:
Got it. So the approach here is to use a "normal" R session and build the tar.gz either with devtools::build() or R CMD build then inside of webR using rwasm::build("./path/to/pkg_ver.tar.gz")
The vignette https://r-wasm.github.io/rwasm/articles/rwasm.html shows how to use
build()
to build an existing CRAN package or you can use a remote url. However, usingbuild(".")
to install a package as one would do withpak
does not work.It would be great if it could be documented how to build a package locally.
The text was updated successfully, but these errors were encountered: