ddalthorp / GenEst

R package development for a generalized mortality estimator
Other
6 stars 6 forks source link

pkmSetAICcTab function call... #503

Closed ddalthorp closed 6 years ago

ddalthorp commented 6 years ago

...has three args (2x) pkmSetAICcTab(rv$mods_SE[[rv$sizeclass_SE]], TRUE, TRUE) in app_rv_update_functions.R but function definition has only two args pkmSetAICcTab <- function(pkmset, quiet = FALSE){ in searcher_efficiency_functions.R

juniperlsimonis commented 6 years ago

it has 3 arguments now, so that it could be toggled between the app and command line versions

ddalthorp commented 6 years ago

Very interesting...I didn't see the three args in the function definition in searcher_efficiency_functions.R when I cloned the repo to my computer, but I see the args plain as day in the version that's posted at GitHub. This stuff drives me crazy.