R Under development (unstable) (2024-01-29 r85841 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. > library(testthat) > library(spectralAnalysis) Attaching package: 'spectralAnalysis' The following object is masked from 'package:BiocGenerics': normalize The following object is masked from 'package:stats': smooth > > test_check("spectralAnalysis") 'timeHeatingAboveMin' should be before 'timeStartReaction' 'timeStartReaction' should be before 'timeEndProcess' 'timeHeatingAboveMin' should be before 'timeEndProcess' Formal class 'SpectraInTime' [package "spectralAnalysis"] with 9 slots ..@ spectra : num [1:101, 1:801] 1.92e-24 1.88e-24 1.83e-24 1.78e-24 1.74e-24 ... ..@ experimentName: chr "ABLOMMAERT-01-00376" ..@ spectralAxis : num [1:801] 100 100 101 102 102 ... ..@ timePoints : num [1:101] 0 360 720 1080 1440 1800 2160 2520 2880 3240 ... ..@ timePointsAlt : num [1:101] -10800 -10440 -10080 -9720 -9360 ... ..@ extraInfo : list() ..@ startTime : POSIXct[1:1], format: "2013-06-03 20:00:03" ..@ units :List of 4 .. ..$ wavelength: chr "expression(tilde(nu)/cm^-1)" .. ..$ spc : chr "expression('A')" .. ..$ z : chr "expression(t/s)" .. ..$ z.end : chr "expression(t/s)" ..@ preprocessing : list() Formal class 'SpectraInTime' [package "spectralAnalysis"] with 9 slots ..@ spectra : num [1:101, 1:801] 1.92e-24 1.88e-24 1.83e-24 1.78e-24 1.74e-24 ... ..@ experimentName: chr "ABLOMMAERT-01-00376" ..@ spectralAxis : num [1:801] 100 100 101 102 102 ... ..@ timePoints : num [1:101] 0 360 720 1080 1440 1800 2160 2520 2880 3240 ... ..@ timePointsAlt : num [1:101] -10800 -10440 -10080 -9720 -9360 ... ..@ extraInfo : list() ..@ startTime : POSIXct[1:1], format: "2013-06-03 20:00:03" ..@ units :List of 4 .. ..$ wavelength: chr "expression(tilde(nu)/cm^-1)" .. ..$ spc : chr "expression('A')" .. ..$ z : chr "expression(t/s)" .. ..$ z.end : chr "expression(t/s)" ..@ preprocessing : list() [1] "Init gradient norm: 981.266491267027" [1] "Max iter in nlsSubProb" [1] "Max iter in nlsSubProb" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 21 ] > > proc.time() user system elapsed 6.54 0.96 7.50