R Under development (unstable) (2024-07-01 r86857 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(constructive) > > test_check("constructive") [ FAIL 0 | WARN 0 | SKIP 93 | PASS 34 ] ══ Skipped tests (93) ══════════════════════════════════════════════════════════ • On CRAN (89): 'test-abort.R:2:3', 'test-abort.R:27:3', 'test-construct_diff.R:2:3', 'test-construct_dput.R:2:3', 'test-construct_multi.R:15:3', 'test-construct_reprex.R:40:3', 'test-construct_signature.R:2:3', 'test-contains_self_reference.R:44:3', 'test-deparse_call.R:2:3', 'test-deparse_call.R:124:3', 'test-encoding.R:2:3', 'test-opts.R:2:3', 'test-others.R:2:3', 'test-others.R:20:3', 'test-others.R:27:3', 'test-others.R:35:3', 'test-others.R:45:3', 'test-repair_attributes.R:4:3', 'test-s3-AsIs.R:2:3', 'test-s3-Date.R:15:3', 'test-s3-POSIXlt.R:18:3', 'test-s3-POSIXlt.R:47:3', 'test-s3-array.R:2:3', 'test-s3-atomic.R:2:3', 'test-s3-atomic.R:42:3', 'test-s3-atomic.R:54:3', 'test-s3-atomic.R:70:3', 'test-s3-atomic.R:88:3', 'test-s3-atomic.R:98:3', 'test-s3-atomic.R:120:3', 'test-s3-atomic.R:173:3', 'test-s3-atomic.R:184:3', 'test-s3-atomic.R:194:3', 'test-s3-blob.R:2:3', 'test-s3-citationFooter.R:2:3', 'test-s3-citationHeader.R:2:3', 'test-s3-constructive_options.R:2:3', 'test-s3-data.frame.R:2:3', 'test-s3-data.table.R:2:3', 'test-s3-difftime.R:2:3', 'test-s3-dm.R:2:3', 'test-s3-dots.R:2:3', 'test-s3-environment.R:2:3', 'test-s3-error.R:2:3', 'test-s3-expression.R:2:3', 'test-s3-externalptr.R:2:3', 'test-s3-factor.R:2:3', 'test-s3-formula.R:3:3', 'test-s3-function.R:2:3', 'test-s3-ggplot2-Coord.R:10:3', 'test-s3-ggplot2-Coord.R:19:3', 'test-s3-ggplot2-Coord.R:25:3', 'test-s3-ggplot2-Coord.R:35:3', 'test-s3-ggplot2-Coord.R:43:3', 'test-s3-ggplot2-ggplot.R:12:5', 'test-s3-ggplot2-ggplot.R:26:3', 'test-s3-ggplot2-labels.R:2:3', 'test-s3-ggplot2-theme.R:2:3', 'test-s3-ggplot2-waiver.R:2:3', 'test-s3-grouped_df.R:2:3', 'test-s3-hexmode.R:2:3', 'test-s3-integer64.R:2:3', 'test-s3-language.R:2:3', 'test-s3-language.R:14:3', 'test-s3-language.R:21:3', 'test-s3-list.R:15:3', 'test-s3-matrix.R:2:3', 'test-s3-numeric_version.R:2:3', 'test-s3-octmode.R:2:3', 'test-s3-ordered.R:2:3', 'test-s3-pairlist.R:2:3', 'test-s3-person.R:2:3', 'test-s3-quosure.R:2:3', 'test-s3-quosures.R:2:3', 'test-s3-raw.R:3:3', 'test-s3-rowwise_df.R:2:3', 'test-s3-simpleCondition.R:2:3', 'test-s3-simpleError.R:2:3', 'test-s3-simpleMessage.R:2:3', 'test-s3-simpleWarning.R:2:3', 'test-s3-tbl_df.R:4:3', 'test-s3-tbl_df.R:15:3', 'test-s3-ts.R:2:3', 'test-s3-vctrs_list_of.R:2:3', 'test-s3-warning.R:2:3', 'test-s3-weakref.R:2:3', 'test-s4.R:2:3', 'test-utils.R:2:3', 'test-utils.R:10:3' • with_versions(R > "4.1.3") is TRUE (1): 'test-s3-ggplot2-ggplot.R:32:3' • with_versions(R >= "4.3") is TRUE (3): 'test-s3-POSIXct.R:15:3', 'test-s3-POSIXlt.R:55:3', 'test-s3-mts.R:2:3' [ FAIL 0 | WARN 0 | SKIP 93 | PASS 34 ] > > proc.time() user system elapsed 20.00 1.35 21.35