Last updated on 2019-10-31 00:50:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3 | 13.14 | 105.78 | 118.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3 | 10.98 | 80.11 | 91.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3 | 141.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3 | 137.99 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3 | 40.00 | 151.00 | 191.00 | OK | |
r-patched-linux-x86_64 | 0.3 | 10.26 | 99.04 | 109.30 | OK | |
r-patched-solaris-x86 | 0.3 | 199.90 | OK | |||
r-release-linux-x86_64 | 0.3 | 11.60 | 99.46 | 111.06 | OK | |
r-release-windows-ix86+x86_64 | 0.3 | 35.00 | 103.00 | 138.00 | OK | |
r-release-osx-x86_64 | 0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3 | 16.00 | 139.00 | 155.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.3 | ERROR |
Version: 0.3
Check: loading without being on the library search path
Result: WARN
Loading required package: ergm
Loading required package: network
network: Classes for Relational Data
Version 1.15 created on 2019-04-01.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
Mark S. Handcock, University of California -- Los Angeles
David R. Hunter, Penn State University
Martina Morris, University of Washington
Skye Bender-deMoll, University of Washington
For citation information, type citation("network").
Type help("network-package") to get started.
Error: package or namespace load failed for 'ergm' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace 'Matrix' 1.2-15 is being loaded, but >= 1.2.17 is required
Error: package 'ergm' could not be loaded
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3
Check: examples
Result: ERROR
Running examples in 'mlergm-Ex.R' failed
The error occurred in:
R version 3.5.3 (2019-03-11) -- "Great Truth"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "mlergm"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('mlergm')
Loading required package: ergm
Loading required package: network
network: Classes for Relational Data
Version 1.15 created on 2019-04-01.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
Mark S. Handcock, University of California -- Los Angeles
David R. Hunter, Penn State University
Martina Morris, University of Washington
Skye Bender-deMoll, University of Washington
For citation information, type citation("network").
Type help("network-package") to get started.
Error: package or namespace load failed for 'ergm' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace 'Matrix' 1.2-15 is being loaded, but >= 1.2.17 is required
Error: package 'ergm' could not be loaded
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Loading required package: ergm
Loading required package: network
network: Classes for Relational Data
Version 1.15 created on 2019-04-01.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
Mark S. Handcock, University of California -- Los Angeles
David R. Hunter, Penn State University
Martina Morris, University of Washington
Skye Bender-deMoll, University of Washington
For citation information, type citation("network").
Type help("network-package") to get started.
Error: package or namespace load failed for 'ergm' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace 'Matrix' 1.2-15 is being loaded, but >= 1.2.17 is required
Quitting from lines 114-122 (mlergm_tutorial.Rmd)
Error: processing vignette 'mlergm_tutorial.Rmd' failed with diagnostics:
package 'ergm' could not be loaded
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: ‘ergm’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64