dbosak01 / reporter

An R package to write statistical reports.
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Support at least back to R 3.6 #147

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Make changes to support at least to R version 3.6

dbosak01 commented 3 years ago

This is going to be tricky. Really hard to debug. Lot of issues with 3.6 creating factors when it is not supposed to, or subsetting in weird ways.

dbosak01 commented 3 years ago

Several issues had to be fixed. Lots of test cases fixed. data.frame() function needed stringsAsFactors = FALSE. Also there was a bug in the fmtr fdata() function where it was returning all factors on R 3.6. Took a while to fix everything.