Skip to content

Commit

Permalink
Update R/generate_dist.R
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
kgoldfeld and assignUser authored May 13, 2024
1 parent 197c961 commit 5bbda02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/generate_dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@

.gencustom <- function(n, fn, args, dtSim, envir) {

# new <- .evalWith(formula, .parseDotVars(formula, envir), dtSim, n)

args <- gsub("\\s+", "", args) # remove any spaces
arg_l <- as.list(unlist(strsplit(args, ",")))
arg_l <- lapply(arg_l, function(a) as.list(unlist(strsplit(a, "="))))
Expand Down

0 comments on commit 5bbda02

Please sign in to comment.