asadoughi / stat-learning

Notes and exercise attempts for "An Introduction to Statistical Learning"
http://asadoughi.github.io/stat-learning
2.13k stars 1.62k forks source link

fix pairs error in R version 4.0.2 #112

Open tshakalekholoane opened 4 years ago

tshakalekholoane commented 4 years ago

In R version 4.0.2, excluding the stringsAsFactors=TRUE parameter
causes errors in subsequent calls to pairs and plot.

Fixes issues #106 and #111.