CRAN Package Check Results for Package manynet

Last updated on 2024-09-27 03:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 20.46 177.08 197.54 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 13.50 113.96 127.46 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 315.94 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 307.85 ERROR
r-devel-windows-x86_64 1.1.0 21.00 183.00 204.00 OK
r-patched-linux-x86_64 1.1.0 22.22 162.51 184.73 ERROR
r-release-linux-x86_64 1.1.0 17.28 164.83 182.11 ERROR
r-release-macos-arm64 1.1.0 79.00 OK
r-release-macos-x86_64 1.1.0 122.00 OK
r-release-windows-x86_64 1.1.0 21.00 181.00 202.00 OK
r-oldrel-macos-arm64 1.1.0 83.00 OK
r-oldrel-macos-x86_64 1.1.0 200.00 OK
r-oldrel-windows-x86_64 1.1.0 29.00 228.00 257.00 OK

Additional issues

noSuggests

Check Details

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘manynet-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: motif_node > ### Title: Motifs at the nodal level > ### Aliases: motif_node node_by_tie node_by_triad node_by_quad node_by_path > > ### ** Examples > > task_eg <- to_named(to_uniplex(ison_algebra, "tasks")) > (tie_cen <- node_by_tie(task_eg)) # A tibble: 16 × 33 names fromAna fromBrandi fromClara fromDenise fromErin fromFern fromGlen <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 0 0 0 0 0.3 0 0 2 Brandi 0 0 0 0 0 0 1.2 3 Clara 0 0 0 0 0.15 0.75 0 4 Denise 0 0 0 0 0 0 0 5 Erin 0.3 0 0.15 0 0 0.45 0 6 Fern 0 0 0.6 0 0.75 0 0 # ℹ 10 more rows # ℹ 25 more variables: fromHarper <dbl>, fromIris <dbl>, fromJose <dbl>, # fromKennedy <dbl>, fromLondyn <dbl>, fromMattie <dbl>, fromNathan <dbl>, # fromOtto <dbl>, fromPatrick <dbl>, toAna <dbl>, toBrandi <dbl>, # toClara <dbl>, toDenise <dbl>, toErin <dbl>, toFern <dbl>, toGlen <dbl>, # toHarper <dbl>, toIris <dbl>, toJose <dbl>, toKennedy <dbl>, # toLondyn <dbl>, toMattie <dbl>, toNathan <dbl>, toOtto <dbl>, … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 23 11 39 0 0 0 2 2 0 0 17 0 2 Brandi 21 6 47 0 0 0 5 6 0 0 10 0 3 Clara 34 3 46 0 0 0 2 1 0 0 13 0 4 Denise 52 6 28 0 0 0 0 0 0 0 18 0 5 Erin 17 11 37 1 0 1 6 7 0 0 15 1 6 Fern 23 8 40 1 0 0 3 3 0 0 18 1 # ℹ 10 more rows # ℹ 4 more variables: X120U <dbl>, X120C <dbl>, X210 <dbl>, X300 <dbl> > node_by_quad(manynet::ison_southern_women) The oaqc package is required to run this function. Would you like to install oaqc from CRAN? (Yes/no/cancel) Installing package into ‘/tmp/Rtmpt2XNlT/RLIBS_2ea5b12ed57d93’ (as ‘lib’ is unspecified) Warning: package ‘oaqc’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-packages Error in loadNamespace(x) : there is no package called ‘oaqc’ Calls: node_by_quad ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-motif_census.R:38:1'): (code run outside of `test_that()`) ───── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'oaqc' Backtrace: ▆ 1. ├─manynet::node_by_quad(ison_southern_women) at test-motif_census.R:38:1 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘oaqc’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.0
Check: data for non-ASCII characters
Result: NOTE Note: found 7 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘manynet-Ex.R’ failed The error most likely occurred in: > ### Name: motif_node > ### Title: Motifs at the nodal level > ### Aliases: motif_node node_by_tie node_by_triad node_by_quad node_by_path > > ### ** Examples > > task_eg <- to_named(to_uniplex(ison_algebra, "tasks")) > (tie_cen <- node_by_tie(task_eg)) # A tibble: 16 × 33 names fromAna fromBrandi fromClara fromDenise fromErin fromFern fromGlen <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 0 0 0 0 0.3 0 0 2 Brandi 0 0 0 0 0 0 1.2 3 Clara 0 0 0 0 0.15 0.75 0 4 Denise 0 0 0 0 0 0 0 5 Erin 0.3 0 0.15 0 0 0.45 0 6 Fern 0 0 0.6 0 0.75 0 0 # ℹ 10 more rows # ℹ 25 more variables: fromHarper <dbl>, fromIris <dbl>, fromJose <dbl>, # fromKennedy <dbl>, fromLondyn <dbl>, fromMattie <dbl>, fromNathan <dbl>, # fromOtto <dbl>, fromPatrick <dbl>, toAna <dbl>, toBrandi <dbl>, # toClara <dbl>, toDenise <dbl>, toErin <dbl>, toFern <dbl>, toGlen <dbl>, # toHarper <dbl>, toIris <dbl>, toJose <dbl>, toKennedy <dbl>, # toLondyn <dbl>, toMattie <dbl>, toNathan <dbl>, toOtto <dbl>, … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 23 11 39 0 0 0 2 2 0 0 17 0 2 Brandi 21 6 47 0 0 0 5 6 0 0 10 0 3 Clara 34 3 46 0 0 0 2 1 0 0 13 0 4 Denise 52 6 28 0 0 0 0 0 0 0 18 0 5 Erin 17 11 37 1 0 1 6 7 0 0 15 1 6 Fern 23 8 40 1 0 0 3 3 0 0 18 1 # ℹ 10 more rows # ℹ 4 more variables: X120U <dbl>, X120C <dbl>, X210 <dbl>, X300 <dbl> > node_by_quad(manynet::ison_southern_women) The oaqc package is required to run this function. Would you like to install oaqc from CRAN? (Yes/no/cancel) Installing package into ‘/tmp/Rtmp6TaH12/RLIBS_3ef5801291c498’ (as ‘lib’ is unspecified) Warning: package ‘oaqc’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-packages Error in loadNamespace(x) : there is no package called ‘oaqc’ Calls: node_by_quad ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-motif_census.R:38:1'): (code run outside of `test_that()`) ───── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'oaqc' Backtrace: ▆ 1. ├─manynet::node_by_quad(ison_southern_women) at test-motif_census.R:38:1 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘manynet-Ex.R’ failed The error most likely occurred in: > ### Name: motif_node > ### Title: Motifs at the nodal level > ### Aliases: motif_node node_by_tie node_by_triad node_by_quad node_by_path > > ### ** Examples > > task_eg <- to_named(to_uniplex(ison_algebra, "tasks")) > (tie_cen <- node_by_tie(task_eg)) # A tibble: 16 × 33 names fromAna fromBrandi fromClara fromDenise fromErin fromFern fromGlen <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 0 0 0 0 0.3 0 0 2 Brandi 0 0 0 0 0 0 1.2 3 Clara 0 0 0 0 0.15 0.75 0 4 Denise 0 0 0 0 0 0 0 5 Erin 0.3 0 0.15 0 0 0.45 0 6 Fern 0 0 0.6 0 0.75 0 0 # ℹ 10 more rows # ℹ 25 more variables: fromHarper <dbl>, fromIris <dbl>, fromJose <dbl>, # fromKennedy <dbl>, fromLondyn <dbl>, fromMattie <dbl>, fromNathan <dbl>, # fromOtto <dbl>, fromPatrick <dbl>, toAna <dbl>, toBrandi <dbl>, # toClara <dbl>, toDenise <dbl>, toErin <dbl>, toFern <dbl>, toGlen <dbl>, # toHarper <dbl>, toIris <dbl>, toJose <dbl>, toKennedy <dbl>, # toLondyn <dbl>, toMattie <dbl>, toNathan <dbl>, toOtto <dbl>, … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 23 11 39 0 0 0 2 2 0 0 17 0 2 Brandi 21 6 47 0 0 0 5 6 0 0 10 0 3 Clara 34 3 46 0 0 0 2 1 0 0 13 0 4 Denise 52 6 28 0 0 0 0 0 0 0 18 0 5 Erin 17 11 37 1 0 1 6 7 0 0 15 1 6 Fern 23 8 40 1 0 0 3 3 0 0 18 1 # ℹ 10 more rows # ℹ 4 more variables: X120U <dbl>, X120C <dbl>, X210 <dbl>, X300 <dbl> > node_by_quad(manynet::ison_southern_women) The oaqc package is required to run this function. Would you like to install oaqc from CRAN? (Yes/no/cancel) Installing package into ‘/data/gannet/ripley/R/packages/tests-devel/manynet.Rcheck’ (as ‘lib’ is unspecified) Warning: package ‘oaqc’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-packages Error in loadNamespace(x) : there is no package called ‘oaqc’ Calls: node_by_quad ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [38s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-motif_census.R:38:1'): (code run outside of `test_that()`) ───── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'oaqc' Backtrace: ▆ 1. ├─manynet::node_by_quad(ison_southern_women) at test-motif_census.R:38:1 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘manynet-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: motif_node > ### Title: Motifs at the nodal level > ### Aliases: motif_node node_by_tie node_by_triad node_by_quad node_by_path > > ### ** Examples > > task_eg <- to_named(to_uniplex(ison_algebra, "tasks")) > (tie_cen <- node_by_tie(task_eg)) # A tibble: 16 × 33 names fromAna fromBrandi fromClara fromDenise fromErin fromFern fromGlen <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 0 0 0 0 0.3 0 0 2 Brandi 0 0 0 0 0 0 1.2 3 Clara 0 0 0 0 0.15 0.75 0 4 Denise 0 0 0 0 0 0 0 5 Erin 0.3 0 0.15 0 0 0.45 0 6 Fern 0 0 0.6 0 0.75 0 0 # ℹ 10 more rows # ℹ 25 more variables: fromHarper <dbl>, fromIris <dbl>, fromJose <dbl>, # fromKennedy <dbl>, fromLondyn <dbl>, fromMattie <dbl>, fromNathan <dbl>, # fromOtto <dbl>, fromPatrick <dbl>, toAna <dbl>, toBrandi <dbl>, # toClara <dbl>, toDenise <dbl>, toErin <dbl>, toFern <dbl>, toGlen <dbl>, # toHarper <dbl>, toIris <dbl>, toJose <dbl>, toKennedy <dbl>, # toLondyn <dbl>, toMattie <dbl>, toNathan <dbl>, toOtto <dbl>, … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 23 11 39 0 0 0 2 2 0 0 17 0 2 Brandi 21 6 47 0 0 0 5 6 0 0 10 0 3 Clara 34 3 46 0 0 0 2 1 0 0 13 0 4 Denise 52 6 28 0 0 0 0 0 0 0 18 0 5 Erin 17 11 37 1 0 1 6 7 0 0 15 1 6 Fern 23 8 40 1 0 0 3 3 0 0 18 1 # ℹ 10 more rows # ℹ 4 more variables: X120U <dbl>, X120C <dbl>, X210 <dbl>, X300 <dbl> > node_by_quad(manynet::ison_southern_women) The oaqc package is required to run this function. Would you like to install oaqc from CRAN? (Yes/no/cancel) Installing package into ‘/home/hornik/tmp/scratch/RtmpmmkNIb/RLIBS_281e044218cf32’ (as ‘lib’ is unspecified) Warning: package ‘oaqc’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages Error in loadNamespace(x) : there is no package called ‘oaqc’ Calls: node_by_quad ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-patched-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-motif_census.R:38:1'): (code run outside of `test_that()`) ───── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'oaqc' Backtrace: ▆ 1. ├─manynet::node_by_quad(ison_southern_women) at test-motif_census.R:38:1 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘manynet-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: motif_node > ### Title: Motifs at the nodal level > ### Aliases: motif_node node_by_tie node_by_triad node_by_quad node_by_path > > ### ** Examples > > task_eg <- to_named(to_uniplex(ison_algebra, "tasks")) > (tie_cen <- node_by_tie(task_eg)) # A tibble: 16 × 33 names fromAna fromBrandi fromClara fromDenise fromErin fromFern fromGlen <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 0 0 0 0 0.3 0 0 2 Brandi 0 0 0 0 0 0 1.2 3 Clara 0 0 0 0 0.15 0.75 0 4 Denise 0 0 0 0 0 0 0 5 Erin 0.3 0 0.15 0 0 0.45 0 6 Fern 0 0 0.6 0 0.75 0 0 # ℹ 10 more rows # ℹ 25 more variables: fromHarper <dbl>, fromIris <dbl>, fromJose <dbl>, # fromKennedy <dbl>, fromLondyn <dbl>, fromMattie <dbl>, fromNathan <dbl>, # fromOtto <dbl>, fromPatrick <dbl>, toAna <dbl>, toBrandi <dbl>, # toClara <dbl>, toDenise <dbl>, toErin <dbl>, toFern <dbl>, toGlen <dbl>, # toHarper <dbl>, toIris <dbl>, toJose <dbl>, toKennedy <dbl>, # toLondyn <dbl>, toMattie <dbl>, toNathan <dbl>, toOtto <dbl>, … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 Ana 23 11 39 0 0 0 2 2 0 0 17 0 2 Brandi 21 6 47 0 0 0 5 6 0 0 10 0 3 Clara 34 3 46 0 0 0 2 1 0 0 13 0 4 Denise 52 6 28 0 0 0 0 0 0 0 18 0 5 Erin 17 11 37 1 0 1 6 7 0 0 15 1 6 Fern 23 8 40 1 0 0 3 3 0 0 18 1 # ℹ 10 more rows # ℹ 4 more variables: X120U <dbl>, X120C <dbl>, X210 <dbl>, X300 <dbl> > node_by_quad(manynet::ison_southern_women) The oaqc package is required to run this function. Would you like to install oaqc from CRAN? (Yes/no/cancel) Installing package into ‘/home/hornik/tmp/scratch/RtmpUSBqgw/RLIBS_30546d7cf49904’ (as ‘lib’ is unspecified) Warning: package ‘oaqc’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages Error in loadNamespace(x) : there is no package called ‘oaqc’ Calls: node_by_quad ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-motif_census.R:38:1'): (code run outside of `test_that()`) ───── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'oaqc' Backtrace: ▆ 1. ├─manynet::node_by_quad(ison_southern_women) at test-motif_census.R:38:1 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 1 | SKIP 21 | PASS 544 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64