R version 4.4.0 RC (2024-04-16 r86435 ucrt) -- "Puppy Cup" 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) > > suppressWarnings(RNGversion("3.5.0")) > set.seed(1, sample.kind = "Rejection") > > test_check('ggfortify') Loading required package: ggfortify Loading required package: ggplot2 [ FAIL 0 | WARN 12 | SKIP 48 | PASS 739 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-backcompat.R:2:3', 'test-base-infer.R:4:3', 'test-base-infer.R:17:3', 'test-base-infer.R:51:3', 'test-base.R:4:3', 'test-base.R:12:3', 'test-base_ts.R:4:3', 'test-basis.R:6:5', 'test-changepoint.R:4:3', 'test-changepoint.R:49:3', 'test-cluster.R:4:3', 'test-cluster.R:27:3', 'test-cluster.R:81:3', 'test-cluster.R:127:3', 'test-cluster.R:148:3', 'test-cluster.R:167:3', 'test-forecast.R:4:3', 'test-forecast.R:45:3', 'test-forecast.R:66:3', 'test-forecast.R:82:3', 'test-forecast.R:98:3', 'test-forecast.R:117:3', 'test-forecast.R:133:3', 'test-forecast.R:160:3', 'test-plotlib.R:4:3', 'test-plotlib.R:26:3', 'test-plotlib.R:98:3', 'test-plotlib.R:128:3', 'test-plotlib.R:150:3', 'test-plotlib.R:215:3', 'test-plotlib.R:226:3', 'test-stats-lm.R:7:3', 'test-stats-lm.R:27:3', 'test-stats-lm.R:40:3', 'test-stats-lm.R:202:3', 'test-stats-lm.R:363:3', 'test-stats-lm.R:526:3', 'test-stats-lm.R:546:3', 'test-stats-lm.R:561:3', 'test-stats-lm.R:570:3', 'test-stats.R:222:3', 'test-stats.R:319:3', 'test-stats.R:420:3', 'test-stats.R:495:3', 'test-stats.R:522:3', 'test-stats.R:582:3', 'test-stats.R:599:3', 'test-surv.R:238:3' [ FAIL 0 | WARN 12 | SKIP 48 | PASS 739 ] > > proc.time() user system elapsed 23.62 1.79 25.51