Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Mar 22, 2024
1 parent 3421916 commit 17ef629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nls.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ gsl_nls.formula <- function(fn, data = parent.frame(), start,
as.formula(paste("~", paste(vNms, collapse = "+")),
env = environment(formula))
mf$start <- mf$control <- mf$algorithm <- mf$trace <- mf$model <-
mf$fn <- mf$jac <- mf$fvv <-mf$lower <- mf$upper <- NULL
mf$fn <- mf$jac <- mf$fvv <- mf$lower <- mf$upper <- NULL
## need stats:: for non-standard evaluation
mf[[1L]] <- quote(stats::model.frame)
mf <- eval.parent(mf)
Expand Down

0 comments on commit 17ef629

Please sign in to comment.