HenrikBengtsson / R.oo

R package: R.oo - R Object-Oriented Programming with or without References
https://cran.r-project.org/package=R.oo
20 stars 1 forks source link

utils::getSource() introduced; R.oo needs to adjust(?) #9

Closed HenrikBengtsson closed 8 years ago

HenrikBengtsson commented 8 years ago

getSource() was just added to the utils package in R devel.

This might explain the recent CRAN warning on R.oo:

Version: 1.19.0 
Check: whether the package can be unloaded cleanly 
Result: WARN 
    Error : object ‘getSource’ not found whilst loading namespace ‘R.oo’
    Error: package or namespace load failed for ‘R.oo’
    Execution halted 
Flavor: r-devel-linux-x86_64-debian-gcc
HenrikBengtsson commented 8 years ago

Paraphrasing Martin Maechler / R core:

Henrik, hold back on submitting these updates until we know utils::getSource() is here to stay.

HenrikBengtsson commented 8 years ago

UPDATE: utils::getSource() was rolled back from R devel again. Keeping R.oo as is.