Skip to content

Commit

Permalink
clean up now dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Aug 9, 2024
1 parent 9f0a9fd commit af5491d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/Eqn.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ Eqn <- function(...,
cat(sprintf('(\\#%s)\n', label))
else cat(sprintf('\\label{%s}\n', label))
}
tmp <- substitute(deparse(...))
is_char <- sapply(tmp, is.character)[-1L]
chartmp <- as.character(tmp)[-1L]
dots <- list(...)
for(i in 1L:length(dots)){
if(is.character(dots[[i]])){
Expand Down

0 comments on commit af5491d

Please sign in to comment.