|
|
|
|
|
by perturbation
4122 days ago
|
|
One thing I've been curious about with R: Why is it that popular libraries in R are replaced with other names when enhanced? I.e., plyr->dplyr, reshape->reshape2, etc.? Is it a namespacing thing? I guess if there's not a universally accepted way of versioning library imports that would explain it as well. |
|