Skip to content

Commit

Permalink
Documentation fixes for release review (#819)
Browse files Browse the repository at this point in the history
Fixes a few documentation issues that need to be addressed for release.
Note that not all items from #815 are in this PR. Some of them need
discussion, so I opened #818.

Closes #815
  • Loading branch information
asbates authored Apr 5, 2023
1 parent e8a67d1 commit 08e2917
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 728 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ RoxygenNote: 7.2.3
Collate:
'dummy_functions.R'
'example_module.R'
'get_rcode.R'
'get_rcode_utils.R'
'include_css_js.R'
'modules.R'
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export(example_module)
export(get_code_tdata)
export(get_join_keys)
export(get_metadata)
export(get_rcode)
export(get_rcode_srv)
export(get_rcode_ui)
export(init)
export(module)
export(modules)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* The use of `datasets` argument in `modules` has been deprecated and will be removed in a future release. Please use `data` argument instead. `data` is of type `tdata`; see "Creating custom modules" vignettes and function documentation of `teal::new_tdata` for further details.
* Due to deprecation of `chunks` in `teal.code`, the `teal` framework now uses their replacement (`qenv`) instead. The documentation in `teal` has been updated to reflect this and custom modules written with `chunks` should be updated to use `qenv`.
* Due to deprecation of `chunks` in `teal.code`, `get_rcode`, `get_rcode_srv`, and `get_rcode_ui` have been removed.

### New features

Expand Down
278 changes: 0 additions & 278 deletions R/get_rcode.R

This file was deleted.

Loading

0 comments on commit 08e2917

Please sign in to comment.