Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Ui to Docs #658

Merged
merged 17 commits into from
Aug 21, 2020
Merged

Convert Ui to Docs #658

merged 17 commits into from
Aug 21, 2020

Conversation

schloerke
Copy link
Collaborator

Fixes #655

Convert all mentions of user interface or ui to docs or visual documentation or documentation.

PR task list:

  • Update NEWS
  • Add tests
  • Update documentation with devtools::document()

(requires #657 to build vignettes)

`pr_set_ui(ui)` -> `pr_set_docs(docs)`
`register_ui()` -> `register_docs()`
`registered_ui()` -> `registered_docs()`

`pr$private$ui_info` -> `pr$private$docs_info`
`pr$private$docs_callback` -> `pr$private$docs_callback`

`pr$setUi()` -> `pr$setDocs()`

`mount_ui()` -> `mount_docs()`
`unmount_ui()` -> `unmount_docs()`
`is_ui_available()` -> `is_docs_available()`

`.globals$UIs` -> `.globals$docs`
@schloerke schloerke added this to the v1.0.0 - Next CRAN release milestone Aug 21, 2020
@schloerke schloerke requested a review from cpsievert August 21, 2020 16:42
* master:
  remove swagger branch. (was merged)
R/plumber.R Outdated Show resolved Hide resolved
R/pr_set.R Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename ui to docs
2 participants