CRAN Package Check Results for Package geomnet

Last updated on 2021-06-21 13:52:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 9.23 67.10 76.33 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.1 8.91 50.12 59.03 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.1 100.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.1 89.89 ERROR
r-devel-windows-x86_64 0.3.1 17.00 65.00 82.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.3.1 ERROR
r-patched-linux-x86_64 0.3.1 11.49 62.16 73.65 ERROR
r-patched-solaris-x86 0.3.1 136.40 ERROR
r-release-linux-x86_64 0.3.1 9.44 62.50 71.94 ERROR
r-release-macos-arm64 0.3.1 OK
r-release-macos-x86_64 0.3.1 OK
r-release-windows-ix86+x86_64 0.3.1 22.00 89.00 111.00 ERROR
r-oldrel-macos-x86_64 0.3.1 OK

Check Details

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in 'geomnet-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: football
    > ### Title: College football games network (undirected)
    > ### Aliases: football
    > ### Keywords: datasets
    >
    > ### ** Examples
    >
    > # data step: merge vertices and edges
    > ftnet <- merge(
    + football$edges, football$vertices,
    + by.x = "from", by.y = "label", all = TRUE
    + )
    >
    > # label independent schools
    > ftnet$schools <- ifelse(ftnet$value == "Independents", ftnet$from, "")
    >
    > library(geomnet)
    > library(dplyr)
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    > # create data plot
    > ggplot(data = ftnet,
    + aes(from_id = from, to_id = to)) +
    + geom_net(
    + aes(
    + colour = value, group = value,
    + linetype = factor(1-same.conf),
    + label = schools
    + ),
    + linewidth = 0.5,
    + size = 5, vjust = -0.75, alpha = 0.3,
    + layout.alg = 'fruchtermanreingold'
    + ) +
    + theme_net() +
    + theme(legend.position = "bottom") +
    + scale_colour_brewer("Conference", palette = "Paired")
    Error: `loops` is `FALSE`, but `x` contains loops.
    The following values are affected:
     - `x[604, 1:2]`
     - `x[605, 1:2]`
     - `x[610, 1:2]`
     - `x[615, 1:2]`
     - `x[617, 1:2]`
     - `x[618, 1:2]`
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'geomnet-vignette.Rmd' using rmarkdown
    Quitting from lines 15-112 (geomnet-vignette.Rmd)
    Error: processing vignette 'geomnet-vignette.Rmd' failed with diagnostics:
    The first two columns of `x` must be of the same type.
    --- failed re-building 'geomnet-vignette.Rmd'
    
    SUMMARY: processing the following file failed:
     'geomnet-vignette.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in ‘geomnet-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: football
    > ### Title: College football games network (undirected)
    > ### Aliases: football
    > ### Keywords: datasets
    >
    > ### ** Examples
    >
    > # data step: merge vertices and edges
    > ftnet <- merge(
    + football$edges, football$vertices,
    + by.x = "from", by.y = "label", all = TRUE
    + )
    >
    > # label independent schools
    > ftnet$schools <- ifelse(ftnet$value == "Independents", ftnet$from, "")
    >
    > library(geomnet)
    > library(dplyr)
    
    Attaching package: ‘dplyr’
    
    The following objects are masked from ‘package:stats’:
    
     filter, lag
    
    The following objects are masked from ‘package:base’:
    
     intersect, setdiff, setequal, union
    
    > # create data plot
    > ggplot(data = ftnet,
    + aes(from_id = from, to_id = to)) +
    + geom_net(
    + aes(
    + colour = value, group = value,
    + linetype = factor(1-same.conf),
    + label = schools
    + ),
    + linewidth = 0.5,
    + size = 5, vjust = -0.75, alpha = 0.3,
    + layout.alg = 'fruchtermanreingold'
    + ) +
    + theme_net() +
    + theme(legend.position = "bottom") +
    + scale_colour_brewer("Conference", palette = "Paired")
    Error: `loops` is `FALSE`, but `x` contains loops.
    The following values are affected:
     - `x[604, 1:2]`
     - `x[605, 1:2]`
     - `x[610, 1:2]`
     - `x[615, 1:2]`
     - `x[617, 1:2]`
     - `x[618, 1:2]`
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64

Version: 0.3.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘geomnet-vignette.Rmd’ using rmarkdown
    Quitting from lines 15-112 (geomnet-vignette.Rmd)
    Error: processing vignette 'geomnet-vignette.Rmd' failed with diagnostics:
    The first two columns of `x` must be of the same type.
    --- failed re-building ‘geomnet-vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘geomnet-vignette.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-ix86+x86_64

Version: 0.3.1
Check: package dependencies
Result: ERROR
    Package required but not available: 'plotly'
    
    Package suggested but not available for checking: 'ggmap'
    
    See section 'The DESCRIPTION file' in the 'Writing R Extensions'
    manual.
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.3.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘geomnet-vignette.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 15-112 (geomnet-vignette.Rmd)
    Error: processing vignette 'geomnet-vignette.Rmd' failed with diagnostics:
    The first two columns of `x` must be of the same type.
    --- failed re-building ‘geomnet-vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘geomnet-vignette.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86