CUD2V / pccc

Pediatric Complex Chronic Conditions: An R Package
5 stars 8 forks source link

Update R scripts to use dplyr 0.7 #20

Closed dewittpe closed 7 years ago

dewittpe commented 7 years ago

With the release of dplyr version 0.7, the underscored functions such as dplyr::select_ have been deprecated. Read vignette("programming", package = "dplyr") for details.

The ccc.data.frame function, see the file: R/ccc.R, needs to be updated.