Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Feb 19, 2023
1 parent 3eb253c commit b07c287
Show file tree
Hide file tree
Showing 16 changed files with 410 additions and 24 deletions.
14 changes: 14 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# avoid parsing examples in scripts
setHook(packageEvent("pkgdown", "onLoad"), function(...) {
assignInNamespace("can_parse", function (x) TRUE, "pkgdown")
})

# avoid highlighting errors in scripts
setHook(packageEvent("pkgdown", "onLoad"), function(...) {
fun <- getFromNamespace("highlight_examples", asNamespace("pkgdown"))
assignInNamespace("highlight_examples", function (code, topic, env) {
if (topic == "scripts")
pkgdown:::highlight_text(code)
else fun(code, topic, env)
}, "pkgdown")
})
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.14.0.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-02-09T13:08Z
last_built: 2023-02-19T12:03Z

104 changes: 104 additions & 0 deletions docs/reference/bspm-options.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b07c287

Please sign in to comment.