Closed kenkellner closed 1 year ago
Due to R dropping dimensions, this line:
https://github.com/rbchan/unmarked/blob/2acf96a7b3feb55e8cc014ad13133fd610e89ff9/R/unmarkedFit.R#L2011
passes a vector instead of a matrix to piFun resulting in an error.
piFun
Due to R dropping dimensions, this line:
https://github.com/rbchan/unmarked/blob/2acf96a7b3feb55e8cc014ad13133fd610e89ff9/R/unmarkedFit.R#L2011
passes a vector instead of a matrix to
piFun
resulting in an error.