diff --git a/.Rbuildignore b/.Rbuildignore index b7b1811..73f344d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -35,3 +35,4 @@ ^License.md ^\.github$ ^logo +^pkgdown$ diff --git a/.lintr b/.lintr index 010b9d3..d6e9d68 100644 --- a/.lintr +++ b/.lintr @@ -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" ) diff --git a/inst/examples/03_reactivity/tests/shinytest.R b/inst/examples/03_reactivity/tests/shinytest.R index 7021f8e..db16081 100644 --- a/inst/examples/03_reactivity/tests/shinytest.R +++ b/inst/examples/03_reactivity/tests/shinytest.R @@ -1,3 +1,2 @@ library(shinytest) shinytest::testApp("../") - diff --git a/_pkgdown.yml b/pkgdown/_pkgdown.yml similarity index 65% rename from _pkgdown.yml rename to pkgdown/_pkgdown.yml index 2e1f470..2903df2 100644 --- a/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -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