R Under development (unstable) (2023-07-15 r84693 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(APackOfTheClones) Thank you for using APackOfTheClones! Please read the vignette found at https://qile0317.github.io/APackOfTheClones/articles/web_only/Clonal_expansion_plotting.html if you use this package in your paper, please cite this package with the citation() function > > testthat::test_check("APackOfTheClones") The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire in October 2023. Please refer to R-spatial evolution reports for details, especially https://r-spatial.org/r/2023/05/15/evolution4.html. It may be desirable to make the sf package available; package maintainers should consider adding sf to Suggests:. The sp package is now running under evolution status 2 (status 2 uses the sf package in place of rgdal) [ FAIL 0 | WARN 0 | SKIP 8 | PASS 168 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-clonal_expansion_plot.R:4:3', 'test-clonal_expansion_plot.R:14:3', 'test-clonal_expansion_plot.R:24:3', 'test-clonal_expansion_plot.R:36:3', 'test-insert_legend.R:4:3', 'test-plot_API.R:39:3', 'test-plot_API.R:51:3', 'test-plot_API.R:59:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 168 ] Deleting unused snapshots: • clonal_expansion_plot/repulsed-tight-plot.svg • insert_legend/main-plot-with-smaller-custom-legend.svg > > proc.time() user system elapsed 8.81 0.62 9.42