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

Make hist.formula() and summarize.formula() work with characters on RHS #35

Closed droglenc closed 6 years ago

droglenc commented 6 years ago

Force hist.formula() and summarize.formula() to coerce character variables on the RHS of the formula into factors, with a warning, rather than stopping with an error. This will help deal with issues related to using read_csv() or using stringsAsFactors=FALSE.

droglenc commented 6 years ago

Will be in v0.8.19.