R Under development (unstable) (2023-11-12 r85514 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(IsoriX) IsoriX version 0.9.2 is now loaded Type: * `?IsoriX` for a very short description * `browseURL('https://bookdown.org/content/782/')` for a longer (online) documentation * `help(package = 'IsoriX', help_type = 'html')` for a list of the package objects and help files * `citation('IsoriX')` for how to cite IsoriX (i.e. the papers you should read) * `news(package = 'IsoriX')` for info on changed between versions of IsoriX Please join the mailing list 'https://groups.google.com/g/IsoriX' for help, news and discussions about IsoriX Attaching package: 'IsoriX' The following objects are masked from 'package:graphics': plot, points The following object is masked from 'package:base': plot > > test_check("IsoriX") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 34 ] Warning message: In file.remove("Rplots.pdf") : cannot remove file 'Rplots.pdf', reason 'Permission denied' > > proc.time() user system elapsed 101.96 2.10 104.03