fishR-Core-Team / FSA

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
https://fishr-core-team.github.io/FSA/
GNU General Public License v2.0
66 stars 22 forks source link

WSlit not found when using FSA::wsFal() #85

Closed droglenc closed 3 years ago

droglenc commented 3 years ago

The following error occurs

> FSA::wsVal(species="Bluegill",units="metric")
Error in get(utils::data("WSlit", envir = environment()), envir = environment()) : 
               object 'WSlit' not found
In addition: Warning message:
In utils::data("WSlit", envir = environment()) : data set ‘WSlit’ not found

when using FSA::wsVal() but does not occur when using

> library(FSA)
> wsVal(species="Bluegill",units="metric")

Need to explore a solution.

droglenc commented 3 years ago

Will be fixed in v0.9.2