-
-
Notifications
You must be signed in to change notification settings - Fork 0
@examplesWebr
tag
#1
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
Conversation
Still need to figure out mounting.
@coatless It seems that |
My only worry is that by directly using 'read.dcf()' I'll be slowing documentation processing since the function will need to be called each time @examplesWebR is visited for a global option. (File ops expense?) |
Hmm, yeah right. memoise? |
Build global options into the workflow. Incorporate in new features from the webR REPL release (mode & autorun).
From @mpadge on rOpenSci Slack:
Example: https://github.com/ropensci-review-tools/srr/blob/main/R/roclet.R I'm going to try to tackle this in another PR later this week. This will be more involved to change the underlying parsing mechanics. If anything, I think a new article on roclets is in order. |
It is ever 😲 I was really aware of that during |
Automatically encodes the usual
@examples
content for use with webR's REPL (https://webr.r-wasm.org).Important
Requires v0.5.4 or later of webR for the "Share" option to be added.
We'll need to use the
pkgdown
+webR
GitHub workflow I created awhile back:https://github.com/r-wasm/actions/blob/main/examples/rwasm-binary-and-pkgdown-site.yml
c.f. r-wasm/actions#17
Important
Still need to figure out the "development" R WASM Binary install. Something like
DESCRIPTION
file:Or:
This will then go to:
Then, we have:
c.f. r-lib/roxygen2#1716