Skip to content

Commit 7580cf2

Browse files
authored
@examplesWebr tag (#1)
* Add soft dependencies * Add the current implementation... Still need to figure out mounting. * Update README * Address: checking Rd files ... WARNING demo_fun2.Rd:14-19: Must contain verbatim text problem found in ‘demo_fun2.Rd’ This was due to `%` being found in the `\out{}` component unescaped. (We're escaping encoding above.) * Add desc * Add template insert * Add requirement for Config/rocleteer/webr-repo for automatic setup. Build global options into the workflow. Incorporate in new features from the webR REPL release (mode & autorun). * Update the README with new features
1 parent 556fb75 commit 7580cf2

File tree

10 files changed

+1385
-1
lines changed

10 files changed

+1385
-1
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Imports:
1717
roxygen2
1818
Suggests:
1919
rstudioapi,
20-
testthat (>= 3.0.0)
20+
testthat (>= 3.0.0),
21+
jsonlite,
22+
base64enc,
23+
desc
2124
Encoding: UTF-8
2225
Roxygen: list(markdown = TRUE)
2326
RoxygenNote: 7.3.2

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(roxygen2::roxy_tag_parse,roxy_tag_examplesTempdir)
4+
S3method(roxygen2::roxy_tag_parse,roxy_tag_examplesWebR)
45
S3method(roxygen2::roxy_tag_rd,roxy_tag_examplesTempdir)
6+
S3method(roxygen2::roxy_tag_rd,roxy_tag_examplesWebR)
57
export(insert_examplesTempdir_template)
8+
export(insert_examplesWebR_template)

0 commit comments

Comments
 (0)