R Under development (unstable) (2024-11-14 r87333 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. > if(require("testthat")) { + library(testthat) + library(Rdpack) + test_check("Rdpack") + } else + warning("package 'testthat' required for 'Rdpack\'s' tests") Loading required package: testthat Failed with error: 'there is no package called 'yyy'' Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file D:\temp\2024_11_15_12_10_02_30289\RtmpwryD94\file286fc2dfc4ac4.Rd Parsing the Rd documentation in file D:\temp\2024_11_15_12_10_02_30289\RtmpwryD94\file286fc2dfc4ac4.Rd ... The Rd content was written to file D:\temp\2024_11_15_12_10_02_30289\RtmpwryD94\file286fc25575a0a.Rd Parsing the Rd documentation in file D:/RCompile/CRANincoming/R-devel/lib/Rdpack/examples/reprompt.Rd ... The Rd content was written to file D:\temp\2024_11_15_12_10_02_30289\RtmpwryD94\file286fc25575a0a.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file deparse_usage.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... newargs is: data nrow ncol byrow dimnames dim start end frequency deltat ts.eps class names .Data ... The Rd content was written to file StructureClasses.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file show.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file initialize-methods.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file classRepresentation-class.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file D:\temp\2024_11_15_12_10_02_30289\RtmpwryD94\file286fc25575a0a.Rd Rd source not supplied, looking for installed documentation. Rd source not supplied and installed documentation not found. Trying a 'prompt' function to generate documentation for the object. success: documentation generated using a 'prompt' function. The Rd content was written to file myshow-methods.Rd Rd source not supplied, looking for installed documentation. Installed documentation found, processing it... The Rd content was written to file seq.Rd Rd source not supplied, looking for installed documentation. Rd source not supplied and installed documentation not found. Trying a 'prompt' function to generate documentation for the object. success: documentation generated using a 'prompt' function. The Rd content was written to file tmp.Rd Processing the Rd object... The Rd content was written to file seqB.Rd Parsing the Rd documentation in file seq.Rd ... The Rd content was written to file seq2.Rd Parsing the Rd documentation in file seq2.Rd ... The Rd content was written to file seq3.Rd Processing the Rd object... The Rd content was written to file seq.Rd Processing the Rd object... The Rd content was written to file seq.Rd Processing the Rd object... The Rd content was written to file seq.Rd [ FAIL 0 | WARN 1 | SKIP 1 | PASS 41 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-char2Rdpiece.R:32:1' [ FAIL 0 | WARN 1 | SKIP 1 | PASS 41 ] > > proc.time() user system elapsed 3.50 0.48 3.92