R Under development (unstable) (2024-06-22 r86814 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(SWMPr) Loading required package: ggplot2 Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric > > test_check("SWMPr") ℹ Google's Terms of Service: Stadia Maps' Terms of Service: OpenStreetMap's Tile Usage Policy: ℹ Please cite ggmap if you use it! Use `citation("ggmap")` for details. Importing... Estimating ecosystem metabolism... 4.77 sec elapsed Loading files... apadbwq.csv Data imported... Loading files... apaebmet.csv Data imported... Loading files... apacpnut.csv Data imported... Loading files... apacp2nut.csv Data imported... `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' Processing QAQC columns... QAQC processed...[ FAIL 0 | WARN 18 | SKIP 1 | PASS 230 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-import_local.R:81:3' [ FAIL 0 | WARN 18 | SKIP 1 | PASS 230 ] > > proc.time() user system elapsed 107.45 6.59 114.92