dbosak01 / fmtr

An R package for formatting data.
12 stars 1 forks source link

Support old R versions #28

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Add GitHub actions to test with old R versions. Will need a few changes to codes, as this package uses some R 4.0 functions.

dbosak01 commented 3 years ago

Now compatible to 3.6. Hard to get earlier versions, as str2lang() has no perfect equivalent in earlier versions. Worst problem was that data frame indexing doesn't work the same in 3.6 as 4.0+. Double index returns a factor on character columns instead of a string value.