CRAN Package Check Results for Package rlang

Last updated on 2025-04-01 18:53:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.5 17.97 248.86 266.83 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.5 15.86 162.02 177.88 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.5 436.95 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.5 404.85 ERROR
r-devel-macos-arm64 1.1.5 125.00 ERROR
r-devel-macos-x86_64 1.1.5 316.00 NOTE
r-devel-windows-x86_64 1.1.5 34.00 274.00 308.00 ERROR
r-patched-linux-x86_64 1.1.5 23.73 236.96 260.69 ERROR
r-release-linux-x86_64 1.1.5 19.74 232.27 252.01 OK
r-release-macos-arm64 1.1.5 111.00 OK
r-release-macos-x86_64 1.1.5 287.00 OK
r-release-windows-x86_64 1.1.5 37.00 262.00 299.00 OK
r-oldrel-macos-arm64 1.1.4 OK
r-oldrel-macos-x86_64 1.1.5 292.00 OK
r-oldrel-windows-x86_64 1.1.5 1.00 9.00 10.00 ERROR

Check Details

Version: 1.1.5
Check: compiled code
Result: NOTE File ‘rlang/libs/rlang.so’: Found non-API calls to R: ‘BODY’, ‘CLOENV’, ‘ENCLOS’, ‘ENVFLAGS’, ‘EXTPTR_PROT’, ‘EXTPTR_TAG’, ‘FORMALS’, ‘FRAME’, ‘HASHTAB’, ‘LEVELS’, ‘NAMED’, ‘OBJECT’, ‘PRENV’, ‘PRVALUE’, ‘RDEBUG’, ‘R_PromiseExpr’, ‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’, ‘SET_BODY’, ‘SET_CLOENV’, ‘SET_ENCLOS’, ‘SET_ENVFLAGS’, ‘SET_FORMALS’, ‘SET_GROWABLE_BIT’, ‘SET_RDEBUG’, ‘SET_TRUELENGTH’, ‘SET_TYPEOF’, ‘STRING_PTR’, ‘XTRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-patched-linux-x86_64

Version: 1.1.5
Check: examples
Result: ERROR Running examples in ‘rlang-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: is_copyable > ### Title: Is an object copyable? > ### Aliases: is_copyable > ### Keywords: internal > > ### ** Examples > > # Let's add attributes with structure() to uncopyable types. Since > # they are not copied, the attributes are changed in place: > env <- env() > structure(env, foo = "bar") <environment: 0x561fc5a2e3f8> attr(,"foo") [1] "bar" > env <environment: 0x561fc5a2e3f8> attr(,"foo") [1] "bar" > > # These objects that can only be changed with side effect are not > # copyable: > is_copyable(env) [1] FALSE > > structure(base::list, foo = "bar") Error in attributes(.Data) <- c(attributes(.Data), attrib) : cannot set attribute on a 'builtin' Calls: structure Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.5
Check: examples
Result: ERROR Running examples in ‘rlang-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: is_copyable > ### Title: Is an object copyable? > ### Aliases: is_copyable > ### Keywords: internal > > ### ** Examples > > # Let's add attributes with structure() to uncopyable types. Since > # they are not copied, the attributes are changed in place: > env <- env() > structure(env, foo = "bar") <environment: 0x5609a80dc588> attr(,"foo") [1] "bar" > env <environment: 0x5609a80dc588> attr(,"foo") [1] "bar" > > # These objects that can only be changed with side effect are not > # copyable: > is_copyable(env) [1] FALSE > > structure(base::list, foo = "bar") Error in attributes(.Data) <- c(attributes(.Data), attrib) : cannot set attribute on a 'builtin' Calls: structure Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.5
Check: examples
Result: ERROR Running examples in ‘rlang-Ex.R’ failed The error most likely occurred in: > ### Name: is_copyable > ### Title: Is an object copyable? > ### Aliases: is_copyable > ### Keywords: internal > > ### ** Examples > > # Let's add attributes with structure() to uncopyable types. Since > # they are not copied, the attributes are changed in place: > env <- env() > structure(env, foo = "bar") <environment: 0x557a3f9b6b28> attr(,"foo") [1] "bar" > env <environment: 0x557a3f9b6b28> attr(,"foo") [1] "bar" > > # These objects that can only be changed with side effect are not > # copyable: > is_copyable(env) [1] FALSE > > structure(base::list, foo = "bar") Error in attributes(.Data) <- c(attributes(.Data), attrib) : cannot set attribute on a 'builtin' Calls: structure Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.5
Check: examples
Result: ERROR Running examples in ‘rlang-Ex.R’ failed The error most likely occurred in: > ### Name: is_copyable > ### Title: Is an object copyable? > ### Aliases: is_copyable > ### Keywords: internal > > ### ** Examples > > # Let's add attributes with structure() to uncopyable types. Since > # they are not copied, the attributes are changed in place: > env <- env() > structure(env, foo = "bar") <environment: 0x32620300> attr(,"foo") [1] "bar" > env <environment: 0x32620300> attr(,"foo") [1] "bar" > > # These objects that can only be changed with side effect are not > # copyable: > is_copyable(env) [1] FALSE > > structure(base::list, foo = "bar") Error in attributes(.Data) <- c(attributes(.Data), attrib) : cannot set attribute on a 'builtin' Calls: structure Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.5
Check: tests
Result: ERROR Running ‘sink.R’ [0s/0s] Running ‘testthat.R’ [48s/53s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Workaround for loadNamespace() failure on R 3.2 > requireNamespace("rlang") Loading required namespace: rlang > > library("testthat") > library("rlang") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true > > test_check("rlang") [ FAIL 1 | WARN 0 | SKIP 249 | PASS 3892 ] ══ Skipped tests (249) ═════════════════════════════════════════════════════════ • !compiled_by_gcc() is TRUE (1): 'test-c-api.R:1112:3' • Disabled (1): 'test-call.R:255:3' • Failing (1): 'test-env-binding.R:257:3' • No UTF-8 marker with this version of libiconv. (5): 'test-deprecated.R:17:3', 'test-encoding.R:2:3', 'test-encoding.R:19:3', 'test-env-binding.R:398:5', 'test-nse-defuse.R:229:3' • Not on Windows (1): 'test-encoding.R:28:3' • On CRAN (238): 'test-arg.R:6:3', 'test-arg.R:13:3', 'test-arg.R:22:3', 'test-arg.R:58:3', 'test-arg.R:69:3', 'test-arg.R:83:3', 'test-arg.R:221:3', 'test-arg.R:237:3', 'test-arg.R:244:3', 'test-arg.R:256:3', 'test-arg.R:264:3', 'test-arg.R:276:3', 'test-arg.R:309:3', 'test-arg.R:321:3', 'test-arg.R:329:3', 'test-attr.R:17:3', 'test-bytes.R:57:3', 'test-bytes.R:128:3', 'test-c-api.R:1214:3', 'test-call.R:355:3', 'test-cnd-abort.R:49:3', 'test-cnd-abort.R:90:3', 'test-cnd-abort.R:114:3', 'test-cnd-abort.R:134:3', 'test-cnd-abort.R:153:3', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:275:3', 'test-cnd-abort.R:301:3', 'test-cnd-abort.R:329:3', 'test-cnd-abort.R:335:3', 'test-cnd-abort.R:358:3', 'test-cnd-abort.R:392:3', 'test-cnd-abort.R:447:3', 'test-cnd-abort.R:474:3', 'test-cnd-abort.R:531:3', 'test-cnd-abort.R:543:3', 'test-cnd-abort.R:550:3', 'test-cnd-abort.R:558:3', 'test-cnd-abort.R:565:3', 'test-cnd-abort.R:573:3', 'test-cnd-abort.R:580:3', 'test-cnd-abort.R:591:3', 'test-cnd-abort.R:602:3', 'test-cnd-abort.R:611:3', 'test-cnd-abort.R:618:3', 'test-cnd-abort.R:670:3', 'test-cnd-abort.R:695:3', 'test-cnd-abort.R:752:3', 'test-cnd-abort.R:773:3', 'test-cnd-abort.R:813:3', 'test-cnd-abort.R:845:3', 'test-cnd-abort.R:861:3', 'test-cnd-abort.R:875:3', 'test-cnd-entrace.R:162:3', 'test-cnd-entrace.R:228:3', 'test-cnd-entrace.R:234:3', 'test-cnd-entrace.R:350:3', 'test-cnd-entrace.R:358:3', 'test-cnd-handlers.R:17:3', 'test-cnd-handlers.R:42:3', 'test-cnd-message.R:94:3', 'test-cnd-message.R:103:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:227:3', 'test-cnd-message.R:246:3', 'test-cnd-message.R:260:3', 'test-cnd-message.R:266:3', 'test-cnd-message.R:303:3', 'test-cnd-message.R:324:3', 'test-cnd-message.R:338:3', 'test-cnd-message.R:464:3', 'test-cnd-message.R:497:3', 'test-cnd-message.R:502:3', 'test-cnd-message.R:546:3', 'test-cnd-message.R:556:3', 'test-cnd-signal.R:69:3', 'test-cnd-signal.R:213:3', 'test-cnd-signal.R:261:3', 'test-cnd-signal.R:286:3', 'test-cnd-signal.R:350:3', 'test-cnd.R:22:3', 'test-cnd.R:43:3', 'test-cnd.R:76:3', 'test-cnd.R:112:3', 'test-cnd.R:134:3', 'test-cnd.R:144:3', 'test-cnd.R:150:3', 'test-cnd.R:156:3', 'test-cnd.R:176:3', 'test-cnd.R:207:3', 'test-cnd.R:233:3', 'test-cnd.R:258:3', 'test-cnd.R:284:3', 'test-cnd.R:301:3', 'test-cnd.R:325:3', 'test-cnd.R:334:3', 'test-cnd.R:355:3', 'test-deparse.R:128:3', 'test-deparse.R:286:3', 'test-deparse.R:409:3', 'test-deparse.R:418:3', 'test-deparse.R:447:3', 'test-dots-ellipsis.R:22:3', 'test-dots-ellipsis.R:39:3', 'test-dots-ellipsis.R:55:3', 'test-dots-ellipsis.R:111:3', 'test-dots-ellipsis.R:122:3', 'test-dots-ellipsis.R:134:3', 'test-dots.R:69:3', 'test-dots.R:244:3', 'test-dots.R:320:3', 'test-dots.R:351:3', 'test-dots.R:355:3', 'test-dots.R:374:3', 'test-env-binding.R:156:3', 'test-env.R:594:3', 'test-eval-tidy.R:516:3', 'test-eval-tidy.R:533:3', 'test-fn.R:317:3', 'test-fn.R:331:3', 'test-friendly-type.R:174:3', 'test-lifecycle.R:116:3', 'test-nse-defuse.R:95:5', 'test-nse-defuse.R:416:3', 'test-nse-defuse.R:520:3', 'test-nse-defuse.R:526:3', 'test-nse-defuse.R:618:3', 'test-nse-inject.R:650:3', 'test-nse-inject.R:686:3', 'test-nse-inject.R:827:3', 'test-operators.R:36:3', 'test-operators.R:45:3', 'test-parse.R:16:3', 'test-s3.R:70:3', 'test-session.R:9:3', 'test-session.R:17:3', 'test-session.R:42:3', 'test-session.R:55:3', 'test-session.R:135:3', 'test-session.R:173:3', 'test-session.R:192:3', 'test-session.R:202:3', 'test-session.R:212:3', 'test-stack.R:62:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:141:3', 'test-standalone-cli.R:141:3', 'test-standalone-downstream-deps.R:50:3', 'test-standalone-obj-type.R:25:3', 'test-standalone-rlang.R:23:5', 'test-standalone-rlang.R:34:3', 'test-standalone-types-check.R:7:3', 'test-standalone-types-check.R:24:3', 'test-standalone-types-check.R:40:3', 'test-standalone-types-check.R:67:3', 'test-standalone-types-check.R:98:3', 'test-standalone-types-check.R:118:3', 'test-standalone-types-check.R:132:3', 'test-standalone-types-check.R:145:3', 'test-standalone-types-check.R:161:3', 'test-standalone-types-check.R:178:3', 'test-standalone-types-check.R:188:3', 'test-standalone-types-check.R:198:3', 'test-standalone-vctrs.R:151:3', 'test-standalone-vctrs.R:180:3', 'test-standalone-vctrs.R:225:3', 'test-state.R:19:3', 'test-sym.R:4:3', 'test-sym.R:36:3', 'test-trace.R:8:3', 'test-trace.R:36:3', 'test-trace.R:103:3', 'test-trace.R:137:3', 'test-trace.R:151:3', 'test-trace.R:164:3', 'test-trace.R:187:3', 'test-trace.R:205:3', 'test-trace.R:217:3', 'test-trace.R:252:3', 'test-trace.R:285:3', 'test-trace.R:303:3', 'test-trace.R:323:3', 'test-trace.R:328:3', 'test-trace.R:338:3', 'test-trace.R:360:3', 'test-trace.R:372:3', 'test-trace.R:395:3', 'test-trace.R:403:3', 'test-trace.R:417:3', 'test-trace.R:467:3', 'test-trace.R:564:3', 'test-trace.R:580:3', 'test-trace.R:587:3', 'test-trace.R:592:3', 'test-trace.R:618:3', 'test-trace.R:630:3', 'test-trace.R:653:3', 'test-trace.R:666:3', 'test-trace.R:684:3', 'test-trace.R:697:3', 'test-trace.R:708:3', 'test-trace.R:720:3', 'test-trace.R:731:3', 'test-trace.R:754:3', 'test-trace.R:774:3', 'test-types.R:142:3' • getRversion() >= "4.0" is TRUE (1): 'test-cnd-entrace.R:275:3' • {R7} is not installed (1): 'test-standalone-obj-type.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-eval-tidy.R:468:3'): eval_tidy() does not infloop when the quosure inherits from the mask ── Error in `eval_tidy(quo, mask)`: cycles in parent chains are not allowed Backtrace: ▆ 1. ├─testthat::expect_identical(eval_tidy(quo, mask), 1) at test-eval-tidy.R:468:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─rlang::eval_tidy(quo, mask) [ FAIL 1 | WARN 0 | SKIP 249 | PASS 3892 ] Error: Test failures Execution halted Flavor: r-devel-macos-arm64

Version: 1.1.5
Check: compiled code
Result: NOTE File ‘rlang/libs/rlang.so’: Found non-API calls to R: ‘ENVFLAGS’, ‘FRAME’, ‘HASHTAB’, ‘LEVELS’, ‘NAMED’, ‘PRENV’, ‘PRVALUE’, ‘RDEBUG’, ‘R_PromiseExpr’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’, ‘SET_BODY’, ‘SET_CLOENV’, ‘SET_ENCLOS’, ‘SET_ENVFLAGS’, ‘SET_FORMALS’, ‘SET_GROWABLE_BIT’, ‘SET_RDEBUG’, ‘SET_TRUELENGTH’, ‘SET_TYPEOF’, ‘STRING_PTR’, ‘XTRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-devel-macos-x86_64

Version: 1.1.5
Check: compiled code
Result: NOTE File 'rlang/libs/x64/rlang.dll': Found non-API calls to R: 'BODY', 'CLOENV', 'ENCLOS', 'ENVFLAGS', 'EXTPTR_PROT', 'EXTPTR_TAG', 'FORMALS', 'FRAME', 'HASHTAB', 'LEVELS', 'NAMED', 'OBJECT', 'PRENV', 'PRVALUE', 'RDEBUG', 'R_PromiseExpr', 'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH', 'SET_BODY', 'SET_CLOENV', 'SET_ENCLOS', 'SET_ENVFLAGS', 'SET_FORMALS', 'SET_GROWABLE_BIT', 'SET_RDEBUG', 'SET_TRUELENGTH', 'SET_TYPEOF', 'STRING_PTR', 'XTRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

Version: 1.1.5
Check: tests
Result: ERROR Running 'sink.R' [0s] Running 'testthat.R' [125s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Workaround for loadNamespace() failure on R 3.2 > requireNamespace("rlang") Loading required namespace: rlang > > library("testthat") > library("rlang") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true > > test_check("rlang") [ FAIL 1 | WARN 2 | SKIP 250 | PASS 3887 ] == Skipped tests (250) ========================================================= * Cannot set MBCS locale (1): 'test-utils.R:4:15' * Disabled (1): 'test-call.R:255:3' * Failing (1): 'test-env-binding.R:257:3' * No UTF-8 marker with this version of libiconv. (4): 'test-deprecated.R:17:3', 'test-encoding.R:2:3', 'test-encoding.R:19:3', 'test-nse-defuse.R:229:3' * No alien language string available (1): 'test-env-binding.R:394:5' * On CRAN (231): 'test-arg.R:6:3', 'test-arg.R:13:3', 'test-arg.R:22:3', 'test-arg.R:58:3', 'test-arg.R:69:3', 'test-arg.R:83:3', 'test-arg.R:221:3', 'test-arg.R:237:3', 'test-arg.R:244:3', 'test-arg.R:256:3', 'test-arg.R:264:3', 'test-arg.R:276:3', 'test-arg.R:309:3', 'test-arg.R:321:3', 'test-arg.R:329:3', 'test-attr.R:17:3', 'test-bytes.R:57:3', 'test-bytes.R:128:3', 'test-c-api.R:1114:3', 'test-c-api.R:1214:3', 'test-call.R:355:3', 'test-cnd-abort.R:49:3', 'test-cnd-abort.R:153:3', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:275:3', 'test-cnd-abort.R:301:3', 'test-cnd-abort.R:329:3', 'test-cnd-abort.R:335:3', 'test-cnd-abort.R:358:3', 'test-cnd-abort.R:392:3', 'test-cnd-abort.R:447:3', 'test-cnd-abort.R:474:3', 'test-cnd-abort.R:531:3', 'test-cnd-abort.R:543:3', 'test-cnd-abort.R:550:3', 'test-cnd-abort.R:558:3', 'test-cnd-abort.R:565:3', 'test-cnd-abort.R:573:3', 'test-cnd-abort.R:580:3', 'test-cnd-abort.R:591:3', 'test-cnd-abort.R:602:3', 'test-cnd-abort.R:611:3', 'test-cnd-abort.R:618:3', 'test-cnd-abort.R:670:3', 'test-cnd-abort.R:695:3', 'test-cnd-abort.R:752:3', 'test-cnd-abort.R:773:3', 'test-cnd-abort.R:813:3', 'test-cnd-abort.R:845:3', 'test-cnd-abort.R:861:3', 'test-cnd-entrace.R:228:3', 'test-cnd-entrace.R:234:3', 'test-cnd-entrace.R:350:3', 'test-cnd-entrace.R:358:3', 'test-cnd-handlers.R:17:3', 'test-cnd-handlers.R:42:3', 'test-cnd-message.R:94:3', 'test-cnd-message.R:103:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:227:3', 'test-cnd-message.R:246:3', 'test-cnd-message.R:260:3', 'test-cnd-message.R:266:3', 'test-cnd-message.R:303:3', 'test-cnd-message.R:324:3', 'test-cnd-message.R:338:3', 'test-cnd-message.R:464:3', 'test-cnd-message.R:497:3', 'test-cnd-message.R:502:3', 'test-cnd-message.R:546:3', 'test-cnd-message.R:556:3', 'test-cnd-signal.R:69:3', 'test-cnd-signal.R:213:3', 'test-cnd-signal.R:261:3', 'test-cnd-signal.R:286:3', 'test-cnd-signal.R:350:3', 'test-cnd.R:43:3', 'test-cnd.R:76:3', 'test-cnd.R:112:3', 'test-cnd.R:134:3', 'test-cnd.R:144:3', 'test-cnd.R:150:3', 'test-cnd.R:156:3', 'test-cnd.R:176:3', 'test-cnd.R:207:3', 'test-cnd.R:233:3', 'test-cnd.R:258:3', 'test-cnd.R:284:3', 'test-cnd.R:301:3', 'test-cnd.R:325:3', 'test-cnd.R:334:3', 'test-cnd.R:355:3', 'test-deparse.R:128:3', 'test-deparse.R:286:3', 'test-deparse.R:409:3', 'test-deparse.R:418:3', 'test-deparse.R:447:3', 'test-dots-ellipsis.R:22:3', 'test-dots-ellipsis.R:39:3', 'test-dots-ellipsis.R:55:3', 'test-dots-ellipsis.R:111:3', 'test-dots-ellipsis.R:122:3', 'test-dots-ellipsis.R:134:3', 'test-dots.R:69:3', 'test-dots.R:244:3', 'test-dots.R:320:3', 'test-dots.R:351:3', 'test-env-binding.R:156:3', 'test-env.R:594:3', 'test-eval-tidy.R:516:3', 'test-eval-tidy.R:533:3', 'test-fn.R:317:3', 'test-fn.R:331:3', 'test-friendly-type.R:174:3', 'test-lifecycle.R:116:3', 'test-nse-defuse.R:95:5', 'test-nse-defuse.R:416:3', 'test-nse-defuse.R:520:3', 'test-nse-defuse.R:526:3', 'test-nse-defuse.R:618:3', 'test-nse-inject.R:650:3', 'test-nse-inject.R:686:3', 'test-nse-inject.R:827:3', 'test-operators.R:36:3', 'test-operators.R:45:3', 'test-parse.R:16:3', 'test-s3.R:70:3', 'test-session.R:9:3', 'test-session.R:17:3', 'test-session.R:42:3', 'test-session.R:55:3', 'test-session.R:135:3', 'test-session.R:173:3', 'test-session.R:192:3', 'test-session.R:202:3', 'test-session.R:212:3', 'test-stack.R:62:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:141:3', 'test-standalone-cli.R:141:3', 'test-standalone-downstream-deps.R:50:3', 'test-standalone-obj-type.R:25:3', 'test-standalone-rlang.R:23:5', 'test-standalone-rlang.R:34:3', 'test-standalone-types-check.R:7:3', 'test-standalone-types-check.R:24:3', 'test-standalone-types-check.R:40:3', 'test-standalone-types-check.R:67:3', 'test-standalone-types-check.R:98:3', 'test-standalone-types-check.R:118:3', 'test-standalone-types-check.R:132:3', 'test-standalone-types-check.R:145:3', 'test-standalone-types-check.R:161:3', 'test-standalone-types-check.R:178:3', 'test-standalone-types-check.R:188:3', 'test-standalone-types-check.R:198:3', 'test-standalone-vctrs.R:151:3', 'test-standalone-vctrs.R:180:3', 'test-standalone-vctrs.R:225:3', 'test-state.R:19:3', 'test-sym.R:4:3', 'test-sym.R:36:3', 'test-trace.R:8:3', 'test-trace.R:36:3', 'test-trace.R:103:3', 'test-trace.R:137:3', 'test-trace.R:151:3', 'test-trace.R:164:3', 'test-trace.R:187:3', 'test-trace.R:205:3', 'test-trace.R:217:3', 'test-trace.R:252:3', 'test-trace.R:285:3', 'test-trace.R:303:3', 'test-trace.R:323:3', 'test-trace.R:328:3', 'test-trace.R:338:3', 'test-trace.R:360:3', 'test-trace.R:372:3', 'test-trace.R:395:3', 'test-trace.R:403:3', 'test-trace.R:417:3', 'test-trace.R:467:3', 'test-trace.R:564:3', 'test-trace.R:580:3', 'test-trace.R:587:3', 'test-trace.R:592:3', 'test-trace.R:618:3', 'test-trace.R:630:3', 'test-trace.R:653:3', 'test-trace.R:666:3', 'test-trace.R:684:3', 'test-trace.R:697:3', 'test-trace.R:708:3', 'test-trace.R:720:3', 'test-trace.R:731:3', 'test-trace.R:754:3', 'test-trace.R:774:3', 'test-types.R:142:3' * On Windows (7): 'test-cnd-abort.R:72:5', 'test-cnd-abort.R:106:5', 'test-cnd-abort.R:126:5', 'test-cnd-abort.R:819:3', 'test-cnd-abort.R:869:5', 'test-cnd-entrace.R:155:3', 'test-cnd.R:14:5' * getRversion() >= "4.0" is TRUE (1): 'test-cnd-entrace.R:275:3' * profmem must be installed. (2): 'test-dots.R:355:3', 'test-dots.R:369:5' * {R7} is not installed (1): 'test-standalone-obj-type.R:19:3' == Failed tests ================================================================ -- Error ('test-eval-tidy.R:468:3'): eval_tidy() does not infloop when the quosure inherits from the mask -- Error in `eval_tidy(quo, mask)`: cycles in parent chains are not allowed Backtrace: x 1. +-testthat::expect_identical(eval_tidy(quo, mask), 1) at test-eval-tidy.R:468:3 2. | \-testthat::quasi_label(enquo(object), label, arg = "object") 3. | \-rlang::eval_bare(expr, quo_get_env(quo)) 4. \-rlang::eval_tidy(quo, mask) [ FAIL 1 | WARN 2 | SKIP 250 | PASS 3887 ] Error: Test failures In addition: Warning messages: 1: In parse(con, n = -1, srcfile = srcfile, encoding = "UTF-8") : argument encoding="UTF-8" is ignored in MBCS locales 2: In parse(con, n = -1, srcfile = srcfile, encoding = "UTF-8") : argument encoding="UTF-8" is ignored in MBCS locales 3: In parse(con, n = -1, srcfile = srcfile, encoding = "UTF-8") : argument encoding="UTF-8" is ignored in MBCS locales 4: In parse(con, n = -1, srcfile = srcfile, encoding = "UTF-8") : argument encoding="UTF-8" is ignored in MBCS locales Execution halted Warning message: In parse(con, n = -1, srcfile = srcfile, encoding = "UTF-8") : argument encoding="UTF-8" is ignored in MBCS locales Flavor: r-devel-windows-x86_64

Version: 1.1.5
Check: tests
Result: ERROR Running ‘sink.R’ [0s/1s] Running ‘testthat.R’ [146s/180s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Workaround for loadNamespace() failure on R 3.2 > requireNamespace("rlang") Loading required namespace: rlang > > library("testthat") > library("rlang") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true > > test_check("rlang") [ FAIL 1 | WARN 0 | SKIP 250 | PASS 3891 ] ══ Skipped tests (250) ═════════════════════════════════════════════════════════ • Can't profile memory on this system. (2): 'test-dots.R:355:3', 'test-dots.R:369:5' • Cannot set MBCS locale (1): 'test-utils.R:4:15' • Disabled (1): 'test-call.R:255:3' • Failing (1): 'test-env-binding.R:257:3' • No UTF-8 marker with this version of libiconv. (5): 'test-deprecated.R:17:3', 'test-encoding.R:2:3', 'test-encoding.R:19:3', 'test-env-binding.R:398:5', 'test-nse-defuse.R:229:3' • Not on Windows (1): 'test-encoding.R:28:3' • On CRAN (237): 'test-arg.R:6:3', 'test-arg.R:13:3', 'test-arg.R:22:3', 'test-arg.R:58:3', 'test-arg.R:69:3', 'test-arg.R:83:3', 'test-arg.R:221:3', 'test-arg.R:237:3', 'test-arg.R:244:3', 'test-arg.R:256:3', 'test-arg.R:264:3', 'test-arg.R:276:3', 'test-arg.R:309:3', 'test-arg.R:321:3', 'test-arg.R:329:3', 'test-attr.R:17:3', 'test-bytes.R:57:3', 'test-bytes.R:128:3', 'test-c-api.R:1114:3', 'test-c-api.R:1214:3', 'test-call.R:355:3', 'test-cnd-abort.R:49:3', 'test-cnd-abort.R:90:3', 'test-cnd-abort.R:114:3', 'test-cnd-abort.R:134:3', 'test-cnd-abort.R:153:3', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:260:9', 'test-cnd-abort.R:275:3', 'test-cnd-abort.R:301:3', 'test-cnd-abort.R:329:3', 'test-cnd-abort.R:335:3', 'test-cnd-abort.R:358:3', 'test-cnd-abort.R:392:3', 'test-cnd-abort.R:447:3', 'test-cnd-abort.R:474:3', 'test-cnd-abort.R:531:3', 'test-cnd-abort.R:543:3', 'test-cnd-abort.R:550:3', 'test-cnd-abort.R:558:3', 'test-cnd-abort.R:565:3', 'test-cnd-abort.R:573:3', 'test-cnd-abort.R:580:3', 'test-cnd-abort.R:591:3', 'test-cnd-abort.R:602:3', 'test-cnd-abort.R:611:3', 'test-cnd-abort.R:618:3', 'test-cnd-abort.R:670:3', 'test-cnd-abort.R:695:3', 'test-cnd-abort.R:752:3', 'test-cnd-abort.R:773:3', 'test-cnd-abort.R:813:3', 'test-cnd-abort.R:845:3', 'test-cnd-abort.R:861:3', 'test-cnd-abort.R:875:3', 'test-cnd-entrace.R:162:3', 'test-cnd-entrace.R:228:3', 'test-cnd-entrace.R:234:3', 'test-cnd-entrace.R:350:3', 'test-cnd-entrace.R:358:3', 'test-cnd-handlers.R:17:3', 'test-cnd-handlers.R:42:3', 'test-cnd-message.R:94:3', 'test-cnd-message.R:103:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:201:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:223:3', 'test-cnd-message.R:227:3', 'test-cnd-message.R:246:3', 'test-cnd-message.R:260:3', 'test-cnd-message.R:266:3', 'test-cnd-message.R:303:3', 'test-cnd-message.R:324:3', 'test-cnd-message.R:338:3', 'test-cnd-message.R:464:3', 'test-cnd-message.R:497:3', 'test-cnd-message.R:502:3', 'test-cnd-message.R:546:3', 'test-cnd-message.R:556:3', 'test-cnd-signal.R:69:3', 'test-cnd-signal.R:213:3', 'test-cnd-signal.R:261:3', 'test-cnd-signal.R:286:3', 'test-cnd-signal.R:350:3', 'test-cnd.R:22:3', 'test-cnd.R:43:3', 'test-cnd.R:76:3', 'test-cnd.R:112:3', 'test-cnd.R:134:3', 'test-cnd.R:144:3', 'test-cnd.R:150:3', 'test-cnd.R:156:3', 'test-cnd.R:176:3', 'test-cnd.R:207:3', 'test-cnd.R:233:3', 'test-cnd.R:258:3', 'test-cnd.R:284:3', 'test-cnd.R:301:3', 'test-cnd.R:325:3', 'test-cnd.R:334:3', 'test-cnd.R:355:3', 'test-deparse.R:128:3', 'test-deparse.R:286:3', 'test-deparse.R:409:3', 'test-deparse.R:418:3', 'test-deparse.R:447:3', 'test-dots-ellipsis.R:22:3', 'test-dots-ellipsis.R:39:3', 'test-dots-ellipsis.R:55:3', 'test-dots-ellipsis.R:111:3', 'test-dots-ellipsis.R:122:3', 'test-dots-ellipsis.R:134:3', 'test-dots.R:69:3', 'test-dots.R:244:3', 'test-dots.R:320:3', 'test-dots.R:351:3', 'test-env-binding.R:156:3', 'test-env.R:594:3', 'test-eval-tidy.R:516:3', 'test-eval-tidy.R:533:3', 'test-fn.R:317:3', 'test-fn.R:331:3', 'test-friendly-type.R:174:3', 'test-lifecycle.R:116:3', 'test-nse-defuse.R:95:5', 'test-nse-defuse.R:416:3', 'test-nse-defuse.R:520:3', 'test-nse-defuse.R:526:3', 'test-nse-defuse.R:618:3', 'test-nse-inject.R:650:3', 'test-nse-inject.R:686:3', 'test-nse-inject.R:827:3', 'test-operators.R:36:3', 'test-operators.R:45:3', 'test-parse.R:16:3', 'test-s3.R:70:3', 'test-session.R:9:3', 'test-session.R:17:3', 'test-session.R:42:3', 'test-session.R:55:3', 'test-session.R:135:3', 'test-session.R:173:3', 'test-session.R:192:3', 'test-session.R:202:3', 'test-session.R:212:3', 'test-stack.R:62:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:4:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:27:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:50:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:57:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:105:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:116:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:127:3', 'test-standalone-cli.R:141:3', 'test-standalone-cli.R:141:3', 'test-standalone-downstream-deps.R:50:3', 'test-standalone-obj-type.R:25:3', 'test-standalone-rlang.R:23:5', 'test-standalone-rlang.R:34:3', 'test-standalone-types-check.R:7:3', 'test-standalone-types-check.R:24:3', 'test-standalone-types-check.R:40:3', 'test-standalone-types-check.R:67:3', 'test-standalone-types-check.R:98:3', 'test-standalone-types-check.R:118:3', 'test-standalone-types-check.R:132:3', 'test-standalone-types-check.R:145:3', 'test-standalone-types-check.R:161:3', 'test-standalone-types-check.R:178:3', 'test-standalone-types-check.R:188:3', 'test-standalone-types-check.R:198:3', 'test-standalone-vctrs.R:151:3', 'test-standalone-vctrs.R:180:3', 'test-standalone-vctrs.R:225:3', 'test-state.R:19:3', 'test-sym.R:4:3', 'test-sym.R:36:3', 'test-trace.R:8:3', 'test-trace.R:36:3', 'test-trace.R:103:3', 'test-trace.R:137:3', 'test-trace.R:151:3', 'test-trace.R:164:3', 'test-trace.R:187:3', 'test-trace.R:205:3', 'test-trace.R:217:3', 'test-trace.R:252:3', 'test-trace.R:285:3', 'test-trace.R:303:3', 'test-trace.R:323:3', 'test-trace.R:328:3', 'test-trace.R:338:3', 'test-trace.R:360:3', 'test-trace.R:372:3', 'test-trace.R:395:3', 'test-trace.R:403:3', 'test-trace.R:417:3', 'test-trace.R:467:3', 'test-trace.R:564:3', 'test-trace.R:580:3', 'test-trace.R:587:3', 'test-trace.R:592:3', 'test-trace.R:618:3', 'test-trace.R:630:3', 'test-trace.R:653:3', 'test-trace.R:666:3', 'test-trace.R:684:3', 'test-trace.R:697:3', 'test-trace.R:708:3', 'test-trace.R:720:3', 'test-trace.R:731:3', 'test-trace.R:754:3', 'test-trace.R:774:3', 'test-types.R:142:3' • getRversion() >= "4.0" is TRUE (1): 'test-cnd-entrace.R:275:3' • {R7} is not installed (1): 'test-standalone-obj-type.R:19:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-eval-tidy.R:468:3'): eval_tidy() does not infloop when the quosure inherits from the mask ── Error in `eval_tidy(quo, mask)`: cycles in parent chains are not allowed Backtrace: ▆ 1. ├─testthat::expect_identical(eval_tidy(quo, mask), 1) at test-eval-tidy.R:468:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─rlang::eval_tidy(quo, mask) [ FAIL 1 | WARN 0 | SKIP 250 | PASS 3891 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.