R Under development (unstable) (2026-02-23 r89457 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(RcppPlanc) > > test_check("RcppPlanc") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • !interactive() && !isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false"))) && tolower(Sys.info()[["sysname"]]) == "windows" is TRUE (19): 'test_inmf.R:57:3', 'test_inmf.R:91:3', 'test_inmf.R:146:3', 'test_inmf.R:207:3', 'test_inmf.R:365:3', 'test_inmf.R:382:3', 'test_inmf.R:433:3', 'test_nmf.R:9:3', 'test_nmf.R:41:3', 'test_nmf.R:48:3', 'test_nmf.R:55:3', 'test_nmf.R:65:3', 'test_nmf.R:114:3', 'test_nmf.R:138:3', 'test_nmf.R:170:3', 'test_nmf.R:177:3', 'test_nmf.R:184:3', 'test_nmf.R:193:3', 'test_nmf.R:206:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] > > proc.time() user system elapsed 2.73 0.31 3.06