R Under development (unstable) (2024-08-21 r87038 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(fluxible) > > test_check("fluxible") Averaging air temperature for each flux... Calculating fluxes... Averaging air temperature for each flux... Creating a df with the columns from 'cols_ave' argument... Calculating fluxes... Cutting measurements... Estimating starting parameters for optimization... Optimizing fitting parameters... Calculating fits and slopes... Done. Total number of measurements: 6 ok 6 100 % discard 0 0 % zero 0 0 % weird_flux 0 0 % start_error 0 0 % no_data 0 0 % force_ok 0 0 % Averaging air temperature for each flux... Calculating fluxes... Cutting measurements... Estimating starting parameters for optimization... Optimizing fitting parameters... Calculating fits and slopes... Done. Cutting measurements... Estimating starting parameters for optimization... Optimizing fitting parameters... Calculating fits and slopes... Done. Cutting measurements... Estimating starting parameters for optimization... Optimizing fitting parameters... Calculating fits and slopes... Done. Cutting measurements... Estimating starting parameters for optimization... Optimizing fitting parameters... Calculating fits and slopes... Done. Plotting in progress [ FAIL 0 | WARN 0 | SKIP 29 | PASS 33 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-flux_calc.R:20:3', 'test-flux_calc.R:24:3', 'test-flux_calc.R:32:3', 'test-flux_calc.R:41:3', 'test-flux_calc.R:50:3', 'test-flux_calc.R:120:3', 'test-flux_calc.R:132:3', 'test-flux_calc.R:142:3', 'test-flux_calc.R:165:3', 'test-flux_fitting.R:2:3', 'test-flux_fitting.R:8:3', 'test-flux_fitting.R:14:3', 'test-flux_fitting.R:20:3', 'test-flux_fitting_exp.R:2:3', 'test-flux_fitting_exp.R:8:3', 'test-flux_fitting_exp.R:17:3', 'test-flux_fitting_quadratic.R:2:3', 'test-flux_flag_count.R:2:3', 'test-flux_match.R:2:3', 'test-flux_match.R:16:3', 'test-flux_match.R:37:3', 'test-flux_match.R:51:3', 'test-flux_plot.R:2:3', 'test-flux_plot.R:16:3', 'test-flux_plot.R:25:3', 'test-flux_plot.R:41:3', 'test-flux_quality.R:2:3', 'test-flux_quality.R:11:3', 'test-flux_quality.R:19:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 33 ] > > proc.time() user system elapsed 16.59 1.03 20.76