Closed highamm closed 11 months ago
Thanks @highamm . The documentation is incorrect; there should not be a default for family
. We have updated the documentation accordingly and added an error message when family
is missing. These changes are implemented in the development version of SSN2
, which you can download by running
remotes::install_github("USEPA/SSN2", ref = "develop")
On CRAN, the changes will be reflected in the next version (the current CRAN version is 0.1.0).
Hello!
I expected the code below to work because I thought the
family
argument would default to"Gaussian"
, as stated in the function documentation. But there is a strange error: "Error in as.call(call_list) : invalid length 0 argument."This error was on the CRAN installation of
SSN2
.