xrobin / pROC

Display and analyze ROC curves in R and S+
https://cran.r-project.org/web/packages/pROC/
GNU General Public License v3.0
121 stars 31 forks source link

Move aes_string() to aes() #116

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

https://github.com/xrobin/pROC/blob/edcd42d7f63210e51830e69b5528d968235edf37/R/ggroc.R#L34

aes_string() is deprecated and it throws a warning in the testthat suite (at test-ggroc.R:9:2).

https://ggplot2.tidyverse.org/reference/aes_.html

xrobin commented 1 year ago

This was already reported in #113.