Skip to content

Commit

Permalink
::document and use rxode2::rxReservedKeywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 5, 2023
1 parent 9111fb3 commit dd9ce54
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 9 deletions.
4 changes: 2 additions & 2 deletions R/symengine.R
Original file line number Diff line number Diff line change
Expand Up @@ -3268,8 +3268,8 @@ rxSupportedFuns <- function() {
x <- as.character(x)
if (!exists("res", envir=envir)) {
envir$res <- c(rxSupportedFuns(),
rxReservedKeywords[, 1],
strsplit(paste(rxReservedKeywords[, 3],collapse=","),"[,]+")[[1]])
rxode2::rxReservedKeywords[, 1],
strsplit(paste(rxode2::rxReservedKeywords[, 3],collapse=","),"[,]+")[[1]])
}
if (x %in% envir$funs) {
return(paste0("_qf_", x))
Expand Down
Binary file modified data/rxReservedKeywords.rda
Binary file not shown.
Binary file modified data/rxResidualError.rda
Binary file not shown.
Binary file modified data/rxSyntaxFunctions.rda
Binary file not shown.
1 change: 0 additions & 1 deletion man/reexports.Rd

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

21 changes: 21 additions & 0 deletions man/rxFun.Rd

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

12 changes: 8 additions & 4 deletions man/rxSolve.Rd

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

14 changes: 12 additions & 2 deletions man/rxode2.Rd

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

0 comments on commit dd9ce54

Please sign in to comment.