mnpopcenter / ipumsr

Read IPUMS data into R.
http://tech.popdata.org/ipumsr
Mozilla Public License 2.0
89 stars 8 forks source link

R6 warning #39

Closed gergness closed 5 years ago

gergness commented 5 years ago

Forgot about this in current release, but I believe making a "ipumsr.r" file with the following will fix the CMD check notes about R6 Imports:

#' @keywords internal
#' @importFrom R6 R6Class
"_PACKAGE"
gergness commented 5 years ago

Fixed