Joe Cheng
54e0ef7598
Add ExtendedTask to pkgdown.yml
2024-01-10 19:00:11 -08:00
Carson Sievert
5eb442aa03
Make ?shiny-package topic internal in pkgdown ( #3758 )
...
* Make ?shiny-package help page internal
Otherwise, pkgdown wants it to appear in the reference, which we probably don't want
* Revert "Make ?shiny-package help page internal"
This reverts commit 4ab4cb0e46 .
* Use pkgdown's to drop the shiny-package contents (only in the pkgdown reference)
* Avoid 'incomplete final line' warning when reading pkgdown.yml
2022-12-16 10:05:12 -06:00
Dean Attali
fd7518018c
Update internal docs: reexports.yml -> reexports.json ( #3522 )
2022-03-11 11:59:35 -05:00
Barret Schloerke
6a7ffeff68
master -> main; use shiny-workflows ( #3535 )
2021-11-19 17:50:57 -05:00
Winston Chang
1e2326c2b6
Update reexports
2021-09-10 14:46:30 -05:00
Barret Schloerke
1b3ed88bd1
exprToFunction() and installExprFunction() support quosures (#3472 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Winston Chang <winston@stdout.org >
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
Co-authored-by: Joe Cheng <joe@rstudio.com >
2021-08-02 22:09:19 -04:00
Winston Chang
d28c3e15ad
Update pkgdown.yml
2021-07-15 17:14:47 -05:00
Winston Chang
2360bde13e
Remove deprecated code and parameters ( #3137 )
...
* Remove deprecated reactive* functions
* Remove deprecated code
* Update NEWS
* Remove extractStackTrace and formatStackTrace
* remove responsive from bootstrapPage() wrappers
* Move extractStackTrace() to tests so they pass
* Don't force suggested pkgs in devel on GHA
Co-authored-by: Carson <cpsievert1@gmail.com >
2021-05-06 09:46:30 -05:00
Winston Chang
6d77b22f97
Add isTruthy to pkgdown
2021-02-12 14:59:15 -06:00
Barret Schloerke
aea4e560ea
Display devmode in docs ( #3275 )
2021-01-29 11:32:34 -05:00
Hadley Wickham
905e2238d4
Drop tableOutput from ref index
2021-01-26 12:47:30 -06:00
Barret Schloerke
f4fc13fc2f
Add devmode() features ( #3174 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Winston Chang <winston@stdout.org >
2020-12-18 14:31:31 -05:00
Winston Chang
43b7c41c4f
Rename withCache and withEvent to bindCache and bindEvent
2020-11-08 21:47:11 -06:00
Winston Chang
8069ff2b05
Fixes for tests
2020-11-05 17:02:56 -06:00
Winston Chang
d189cd9f23
Use cache objects from cachem package ( #3118 )
...
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
2020-11-03 12:01:17 -06:00
Winston Chang
96da457db3
Add cachedReactive
2020-10-15 17:19:34 -05:00
Barret Schloerke
7aa3a243ba
Make template test less brittle and failures more verbose ( #3096 )
...
Also updated a pkgdown check
2020-10-15 11:32:50 -04:00
Hadley Wickham
a30ba9226d
Implement reactiveConsole() ( #3092 )
...
* Implement reactiveConsole(). Fixes #2518
* Also includes makeReactiveBinding tweaks
* use `reactiveConsole()` to provide a nicer example
* simplified the implementation using `reactiveVal()`
* remove from documentation indexes since you probably don't want to be promoting this function
2020-10-07 15:37:14 -05:00
Carson
d6eef8b3e1
Add getCurrentTheme to pkgdown
2020-10-01 13:47:59 -05:00
Carson Sievert
26d4dddffd
Remove modalButton() from pkgdown reference (it's not included on modalDialog()) ( #3046 )
2020-09-11 15:04:53 -05:00
Hadley Wickham
9796b25f33
Combine point events into one doc file ( #2906 )
2020-09-10 17:47:45 -05:00
Winston Chang
545843ffe6
Fix pkgdown.yml
2020-07-28 12:59:39 -05:00
Hadley Wickham
9d0db6f74c
Remove renderPrint from pkgdown index
2020-07-27 15:37:39 -05:00
Joe Cheng
a5a7224228
Allow function-based UI to return a complete HTTP response
...
This allows the UI handler to have total control over the response,
including status code (for redirects) or content type (for serving
up files).
2020-07-15 14:36:54 -07:00
Winston Chang
d2e88c7a2f
Refer to shinytest migration function
2020-06-17 10:46:36 -05:00
Alan Dipert
ef75c9a35f
Move callModule() to separate .Rd; add various links to docs ( #2889 )
...
* Move callModule() to separate .Rd; add various links to docs
* Remove callModule param from moduleServer docs
* document
* Update R/modules.R
* Rebuild docs
* Add callModule to pkgdown
Co-authored-by: Winston Chang <winston@stdout.org >
2020-05-12 12:46:41 -07:00
Barret Schloerke
aedbfb11af
Use GitHub Actions ( #2876 )
2020-05-11 14:18:10 -04:00
Winston Chang
bd587fd21b
Fix pkgdown.yml
2020-04-23 16:36:01 -05:00
Winston Chang
fa3fa9e2ef
Add migrateLegacyShinytest function
2020-04-17 17:28:03 -05:00
Jeff Allen
8d6de642ea
[WIP] Add skeleton function and example ( #2704 )
...
* Added skeleton function and example
* Refinements to app template
* Template update
* Rename tests/shinytests/ to tests/shinytest/
* App template updates
* Rename 12_counter to 12_template
* Rename utils.R to sort.R
* Updates from code review
* Move 12_template to app_template dir
* Add informative comments
* Add shinyAppTemplate to pkgdown.yml
* Fixes for LaTeX docs
Co-authored-by: Winston Chang <winston@stdout.org >
2020-04-14 09:45:10 -05:00
Winston Chang
1433439215
Merge pull request #2737 from rstudio/inline-markdown
...
Add shiny::markdown() for inline Markdown
2020-04-08 11:28:27 -05:00
Alan Dipert
81b1f4fdc1
Inline markdown tests, add to docs
2020-04-07 22:48:04 +00:00
Alan Dipert
78da4c7fce
Merge remote-tracking branch 'origin/master' into serverModule-testModule
2020-04-01 07:26:43 +00:00
Barret Schloerke
83628facb3
Use roxygen2 reexport setup for htmltools and fastmap ( #2795 )
...
* 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
2020-03-20 14:25:18 -04:00