alexkychen / assignPOP

Population Assignment using Genetic, Non-genetic or Integrated Data in a Machine-learning Framework. Methods in Ecology and Evolution. 2018;9:439–446.
http://alexkychen.github.io/assignPOP/
GNU General Public License v3.0
17 stars 4 forks source link

R version compatibility #15

Open alexkychen opened 3 years ago

alexkychen commented 3 years ago

Hi all,

R has recently released its new version 4.0. Due to its change, assignPOP version 1.1.9 and earlier are not fully compatible with R 4.0. Specifically, it will result in errors when performing the following functions: assign.MC(), assign.kfold(), assign.X(), and accuracy.plot(), because of data type conversion issue.

If you're using R 4.0, please update your assignPOP to version 1.2.0 that should work with both R 3.X and R 4.0.

Thanks, Alex