Package: manynet Check: examples New 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 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 , fromIris , fromJose , # fromKennedy , fromLondyn , fromMattie , fromNathan , # fromOtto , fromPatrick , toAna , toBrandi , # toClara , toDenise , toErin , toFern , toGlen , # toHarper , toIris , toJose , toKennedy , # toLondyn , toMattie , toNathan , toOtto , … > (triad_cen <- node_by_triad(task_eg)) # A tibble: 16 × 17 names X003 X012 X102 X021D X021U X021C X111D X111U X030T X030C X201 X120D 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 , X120C , X210 , X300 > 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/RtmpVC6WOA/RLIBS_94a80144c0491’ (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 Package: manynet Check: tests New result: ERROR Running ‘testthat.R’ [14s/7s] 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()`) ───── 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