You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, the current working directory is a real package, pkgb. pkgb imorts pkga, and pkga calls method<-. Attempting to only partially load pkgb with roxygen2::load_source() signals this cryptic error.
(roxygen_devtest is a pseudo package env created by roxygen2. We don't need to support roxygen specially here, but S7 should be robust to the asNamespace() call failing.)
The text was updated successfully, but these errors were encountered:
well... I apologize for being somewhat controversial ...
but, as S7 should become a very basic R package and possibly even base or "base - like" ..
Why would it have to support a concept (viz. "pseudo package") that is I think entirely outside of base R?
Shouldn't the other package writers (in this case maintainer("roxygen2") adapt to basic S7 functionality rather than the other way around?
Here, the current working directory is a real package,
pkgb
.pkgb
imortspkga
, andpkga
callsmethod<-
. Attempting to only partially loadpkgb
withroxygen2::load_source()
signals this cryptic error.(
roxygen_devtest
is a pseudo package env created by roxygen2. We don't need to support roxygen specially here, but S7 should be robust to theasNamespace()
call failing.)The text was updated successfully, but these errors were encountered: