r-wasm / rwasm

Build R packages for WebAssembly and create a CRAN-like repo for distribution.
https://r-wasm.github.io/rwasm/
Other
54 stars 4 forks source link

Clarify dependencies argument in add_pkg #28

Closed JosiahParry closed 5 months ago

JosiahParry commented 5 months ago

This PR closes #27 by adding two sentences that describe the two other common values that may be used when specifying dependencies. I believe this will simplify the docs to make it easier for developers to figure out what value to provide without having to do too much man page hopping.

georgestagg commented 5 months ago

Could you add a similar note for the dependencies argument in R/build.R?

JosiahParry commented 5 months ago

Boom done! Thank for the suggestions