Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Emi Tanaka committed Apr 30, 2024
1 parent 474691f commit 368e6e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Config/testthat/edition: 3
URL: https://edibble.emitanaka.org/, https://github.com/emitanaka/edibble
BugReports: https://github.com/emitanaka/edibble/issues
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ S3method(examine_recipe,default)
S3method(examine_recipe,edbl_design)
S3method(examine_recipe,edbl_table)
S3method(examine_recipe,takeout)
S3method(format,edbl_fct)
S3method(format,edbl_lvls)
S3method(levels,edbl_fct)
S3method(levels,edbl_lvls)
S3method(names,edbl_design)
S3method(names,edbl_graph)
S3method(order_trts,blocksdesign)
S3method(order_trts,dae)
S3method(order_trts,default)
Expand Down
1 change: 1 addition & 0 deletions R/serve.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ serve_table <- function(.edibble = NULL, label_nested = NULL, fail = c("error",




# Returns list of edibble variables
serve_vars_not_reconciled <- function(prov) {
namesv <- prov$fct_names()
Expand Down
2 changes: 1 addition & 1 deletion man/edibble-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 368e6e9

Please sign in to comment.