R Under development (unstable) (2024-05-16 r86559 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bbnet) Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: ggplot2 Loading required package: grid Loading required package: igraph Attaching package: 'igraph' The following objects are masked from 'package:dplyr': as_data_frame, groups, union The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union Loading required package: tibble Attaching package: 'tibble' The following object is masked from 'package:igraph': as_data_frame > > test_check("bbnet") [1] "Scenario number 1" Increase name LowerCI UpperCI 1 -4.0000000 Dogwhelk -4.0000000 -4.0000000 2 0.8000000 Topshell 0.8000000 0.8000000 3 1.6000000 Limpet 1.6000000 1.6000000 4 1.6000000 Periwinkle 1.6000000 1.6000000 5 2.4000000 Barnacle 2.4000000 2.4000000 6 -1.7985382 Green Algae -1.7985382 -1.7985382 7 -1.7985382 Biofilm -1.7985382 -1.7985382 8 1.0791229 Corline algae 1.0791229 1.0791229 9 0.3597076 Fucoid Algae 0.3597076 0.3597076 sens.output Freq 1 Dogwhelk->Barnacle 1 2 Dogwhelk->Periwinkle 1 3 Dogwhelk->Topshell 1 4 Green.Algae->Corline.algae 1 5 Limpet->Green.Algae 1 6 Periwinkle->Topshell 1 7 Topshell->Periwinkle 1 8 Limpet->Periwinkle 2 9 Periwinkle->Biofilm 2 10 Green.Algae->Fucoid.Algae 3 11 Topshell->Limpet 3 12 Green.Algae->Biofilm 4 13 Limpet->Biofilm 4 14 Limpet->Topshell 4 15 Periwinkle->Limpet 4 16 Topshell->Green.Algae 4 17 Topshell->Biofilm 5 18 Periwinkle->Green.Algae 8 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 28 ] > > proc.time() user system elapsed 17.09 0.92 18.00