Displaying 4 results from an estimated 4 matches for "where2".
Did you mean:
where
2019 Sep 27
0
missing imports not detected by 'R CMD check' (?)
...ites
[to me (as maintainer of 'Matrix') and allowed me to answer in public] :
> I ran into a problem where 'R CMD check' on my in-house package, which
> only indirectly depends on 'Matrix', produce errors like:
>
> [where=<environment: namespace:Matrix>, where2=<environment: namespace:Matrix>]
> Error in setGeneric("expand", function(x, ...) standardGeneric("expand")) :
> could not find function "setGeneric"
> Looking at your https://cran.r-project.org/web/packages/Matrix/NAMESPACE:
> ## try to import a...
2025 Jan 18
0
How setClass() may introduce a binary dependency between packages
...ame version
"SeuratObject" "4.1.3"
(gdb) call Rf_PrintValue(symbol)
.__C__CsparseMatrix
(gdb) call Rf_PrintValue(R_GlobalContext->call)
assign(mname, def, where)
(gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->call)
assignClassDef(class2, classDef2, where2, TRUE)
(gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->call)
setIs(class2, cli, extensionObject = obji, doComplete = FALSE,
where = where)
(gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext->call)
completeSubclasses(classDef...
2025 Jan 18
0
How setClass() may introduce a binary dependency between packages
...tObject" "4.1.3"
> (gdb) call Rf_PrintValue(symbol)
> .__C__CsparseMatrix
> (gdb) call Rf_PrintValue(R_GlobalContext->call)
> assign(mname, def, where)
> (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->call)
> assignClassDef(class2, classDef2, where2, TRUE)
> (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->call)
> setIs(class2, cli, extensionObject = obji, doComplete = FALSE,
> where = where)
> (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext->call)
> co...
2020 Feb 14
3
R-3.6.2 make check fails
...C' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
>From .checkSubclasses(): subclass "classApp" of class "classA" is not local and is not updated for new inheritance information currently;
[where=<environment: 0x4a3f9d8>, where2=<environment: namespace:PkgC>]
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary in...