Displaying 1 result from an estimated 1 matches for "r62409".
Did you mean:
962409
2013 Apr 07
0
loadNamespace tries to load an optional dependency from a required dependency
Hi,
I get an error from loadNamespace in the following situation (on R-2.15.3,
R-devel 2013-03-26 r62409, and fresh R-3.0.0):
- package A has an optional (suggests) dependency to package C, which is
tested at load time in .onLoad, via require().
- package B depends on package A, which is loaded when B is lazy-loaded at
install time.
- package B is installed with package C installed
If one now remove...