Last updated on 2024-11-19 09:49:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.5.1 | 9.77 | 66.76 | 76.53 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.5.1 | 6.71 | 53.61 | 60.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.5.1 | 137.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.5.1 | 128.24 | OK | |||
r-devel-windows-x86_64 | 2.5.1 | 11.00 | 99.00 | 110.00 | NOTE | |
r-patched-linux-x86_64 | 2.5.1 | 15.25 | 70.72 | 85.97 | OK | |
r-release-linux-x86_64 | 2.5.1 | 9.94 | 70.42 | 80.36 | OK | |
r-release-macos-arm64 | 2.5.1 | 47.00 | OK | |||
r-release-macos-x86_64 | 2.5.1 | 80.00 | OK | |||
r-release-windows-x86_64 | 2.5.1 | 11.00 | 100.00 | 111.00 | OK | |
r-oldrel-macos-arm64 | 2.5.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 2.5.1 | 98.00 | OK | |||
r-oldrel-windows-x86_64 | 2.5.1 | 13.00 | 118.00 | 131.00 | OK |
Version: 2.5.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
AG.Rd: igraph
MAG.Rd: igraph
MRG.Rd: igraph
MSG.Rd: igraph
MarkEqMag.Rd: igraph
MarkEqRcg.Rd: igraph
Max.Rd: igraph
RG.Rd: igraph
RepMarBG.Rd: igraph
RepMarDAG.Rd: igraph
RepMarUG.Rd: igraph
SG.Rd: igraph
ggm.Rd: cliques
grMAT.Rd: igraph
msep.Rd: igraph
null.Rd: Null
plotGraph.Rd: igraph, tkplot, plot.igraph
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 2.5.1
Check: examples
Result: ERROR
Running examples in ‘ggm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AG
> ### Title: Ancestral graph
> ### Aliases: AG
> ### Keywords: graphs ancestral graph directed acyclic graph marginalization
> ### and conditioning
>
> ### ** Examples
>
> ##The adjacency matrix of a DAG
> ex<-matrix(c(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,
+ 0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,
+ 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+ 1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,
+ 0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0),16,16,byrow=TRUE)
> M <- c(3,5,6,15,16)
> C <- c(4,7)
> AG(ex, M, C, plot = TRUE)
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Warning in fun(libname, pkgname) : couldn't connect to display ":132"
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] invalid command name "font".
Calls: AG ... .tkplot.convert.font -> <Anonymous> -> tcl -> .Tcl.objv -> structure
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang