Skip to content

Commit

Permalink
Move _pkgdown into pkgdown folder and fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 3, 2020
1 parent d541572 commit 8c9a0aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
^License.md
^\.github$
^logo
^pkgdown$
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ linters: with_defaults(
line_length_linter(100)
)
exclusions: list(
"inst/examples/01-hello/app.R"
"inst/examples/03_reactivity/app.R"
)
1 change: 0 additions & 1 deletion inst/examples/03_reactivity/tests/shinytest.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
library(shinytest)
shinytest::testApp("../")

6 changes: 5 additions & 1 deletion _pkgdown.yml → pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
url: https://rstudio.github.io/reactlog
url: https://rstudio.github.io/reactlog/

template:
params:
docsearch:
api_key: 92ef29642e191511d07e46ef46619dd9
index_name: rstudio_reactlog
assets:
## copy inst/reactlog/ to pkgdown/demo. This will be copied to ./demo to maintain live demo on github
## copy readme-images/ to pkgdown/readme-images. This will be copied to ./readme-images to host readme images
Expand Down

0 comments on commit 8c9a0aa

Please sign in to comment.