rmaia / pavo

tools for the analysis of color data in R
http://pavo.colrverse.com
GNU General Public License v2.0
69 stars 17 forks source link

Relevant features of new R versions #196

Open Bisaloo opened 4 years ago

Bisaloo commented 4 years ago

This is a bookmark issue to keep in mind the features we could leverage from the newer R versions in cases we accept to bump the minimum required R version in the future:

Feel free to edit this issue to add more items

Bisaloo commented 3 years ago

Dependency upgrades blocked by minimum R version

Bisaloo commented 1 month ago

Just a reminder that bumping the minimum R version should also be the opportunity to remove code added to ensure compatibility with older version (e.g., stringAsFactors(), getRversion() branches, etc.)