* Remove all hard copied man files
* Move fastmap reexports into ./R/rexport-fastmap.R
* Update htmltools man script to look for the latest tag and make a reexports file
* document
* Update htmltools reexports to listen to ./inst/_htmltools_reexports.json file. Fix pkgdown failure.
* Allow for any package reexports. Currently fastmap and htmltools
* remove progress dependency
* add back skip on cran for pkgdown
* Test pkgdown only if called using devtools::test or within CI
* Removed outdated import docs file. Moved pkgdown and reexports files into ./tools/documentation. Updated travis file.
* add local test for pkgdown
* updated comments and added a debug comment
* print the repo url and close it
* print the downloaded repo tag info
* use gh package and make sure it's installed
* add PAT to travis and remove username from gh::gh call
* skip pkgdown test on cran and add comments
* make sure the server is only run if the example is interactive
* get travis to pass for now
* Update modules.R
* Add S3 class to MockShinySession
* un-skip test
* Update roxygen level
Co-authored-by: Alan Dipert <alan@dipert.org>
* Update roxygen and regenerate.
Mostly just whitespace changes and `code` -> `verb`.
* R6 documentation for MockShinySession
* Install roxygen from GH
* % are now auto-escaped
(We still need to go find the rest)
* Fixed the ramining \% in roxygen
Found looking for ^#'.*\\% in all R files, so I believe this is all of them.
* Regenerate docs
* Decreate indent in roxygen so paragraphs don't get interpreted as code blocks.
https://github.com/r-lib/roxygen2/issues/948#issuecomment-546386172
* Namespace
* Add MockShinySession reference to pkgdown.
* Clean up test warnings
* Export session
* Add _pkgdown.yml, remove inst/staticdocs/index.r
* Update pkgdown.yml
* Fix pkgdown (nee staticdocs) test so that it fails as it should
* Fix pkgdown test by adding shinyServer and shinyUI to list of intentionally unindexed functions
* Remove old staticdocs test
* Fix "Boilerplate" section of reference docs
* Fix CMD CHECK
* Fix typo
* Use file-based test in get_exported()
* Skip pkgdown check on CRAN
* Fix typo in pkgdown test