CRAN Package Check Results for Maintainer ‘Kirill Müller <kirill at cynkra.com>’

Last updated on 2025-03-22 16:53:03 CET.

Package ERROR WARN NOTE OK
bindr 15
bindrcpp 15
blob 15
DBI 15
DBItest 15
dm 3 12
duckdb 7 8
duckplyr 1 14
fledge 1 3 11
hms 1 3 11
igraph 1 1 9 4
kimisc 15
mockr 15
pillar 15
procmaps 15
profile 1 3 11
RMariaDB 4 11
roxygen2md 15
RPostgres 6 9
rprojroot 15
RSQLite 4 11
tibble 1 1 7 6
utf8 5 10
winch 15

Package bindr

Current CRAN status: OK: 15

Package bindrcpp

Current CRAN status: OK: 15

Package blob

Current CRAN status: OK: 15

Package DBI

Current CRAN status: OK: 15

Package DBItest

Current CRAN status: OK: 15

Package dm

Current CRAN status: NOTE: 3, OK: 12

Version: 1.0.11
Check: for unstated dependencies in ‘demo’
Result: NOTE 'library' or 'require' call not declared from: ‘tidyverse’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Package duckdb

Current CRAN status: NOTE: 7, OK: 8

Version: 1.2.1
Check: for portable file names
Result: NOTE Found the following non-portable file paths: duckdb/src/duckdb/extension/core_functions/include/core_functions/aggregate/distributive_functions.hpp duckdb/src/duckdb/extension/core_functions/include/core_functions/aggregate/regression/regr_count.hpp duckdb/src/duckdb/extension/core_functions/include/core_functions/aggregate/regression/regr_slope.hpp Tarballs are only required to store paths of up to 100 bytes and cannot store those of more than 256 bytes, with restrictions including to 100 bytes for the final component. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.1
Check: installed package size
Result: NOTE installed size is 52.1Mb sub-directories of 1Mb or more: libs 51.4Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package duckplyr

Current CRAN status: ERROR: 1, OK: 14

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [234s/305s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(duckplyr) Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union The duckplyr package is configured to fall back to dplyr when it encounters an incompatibility. Fallback events can be collected and uploaded for analysis to guide future development. By default, data will be collected but no data will be uploaded. ℹ Automatic fallback uploading is not controlled and therefore disabled, see `?duckplyr::fallback()`. ✔ Number of reports ready for upload: 1. → Review with `duckplyr::fallback_review()`, upload with `duckplyr::fallback_upload()`. ℹ Configure automatic uploading with `duckplyr::fallback_config()`. ✔ Overwriting dplyr methods with duckplyr methods. ℹ Turn off with `duckplyr::methods_restore()`. > > test_check("duckplyr") *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: rapi_execute(stmt, arrow, integer64) 2: withCallingHandlers(expr, condition = function(cnd) { { .__handler_frame__. <- TRUE .__setup_frame__. <- frame if (inherits(cnd, "message")) { except <- c("warning", "error") } else if (inherits(cnd, "warning")) { except <- "error" } else { except <- "" } } while (!is_null(cnd)) { if (inherits(cnd, "error")) { out <- handlers[[1L]](cnd) if (!inherits(out, "rlang_zap")) throw(out) } inherit <- .subset2(.subset2(cnd, "rlang"), "inherit") if (is_false(inherit)) { return() } cnd <- .subset2(cnd, "parent") }}) 3: doTryCatch(return(expr), name, parentenv, handler) 4: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5: tryCatchList(expr, classes, parentenv, handlers) 6: tryCatch(withCallingHandlers(expr, condition = function(cnd) { { .__handler_frame__. <- TRUE .__setup_frame__. <- frame if (inherits(cnd, "message")) { except <- c("warning", "error") } else if (inherits(cnd, "warning")) { except <- "error" } else { except <- "" } } while (!is_null(cnd)) { if (inherits(cnd, "error")) { out <- handlers[[1L]](cnd) if (!inherits(out, "rlang_zap")) throw(out) } inherit <- .subset2(.subset2(cnd, "rlang"), "inherit") if (is_false(inherit)) { return() } cnd <- .subset2(cnd, "parent") }}), stackOverflowError = handlers[[1L]]) 7: rlang::try_fetch(rapi_execute(stmt, arrow, integer64), error = function(e) { rethrow_error_from_rapi(e, call)}) 8: rethrow_rapi_execute(res@stmt_lst$ref, res@arrow, res@connection@bigint == "integer64") 9: duckdb_execute(res) 10: duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow) 11: .local(conn, statement, ...) 12: dbSendQuery(conn, statement, ...) 13: dbSendQuery(conn, statement, ...) 14: dbSendStatement(conn, statement, ...) 15: dbSendStatement(conn, statement, ...) 16: DBI::dbExecute(con, sql) 17: DBI::dbExecute(con, sql) 18: db_exec("LOAD json") 19: eval(code, test_env) 20: eval(code, test_env) 21: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 22: doTryCatch(return(expr), name, parentenv, handler) 23: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 24: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 25: doTryCatch(return(expr), name, parentenv, handler) 26: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 27: tryCatchList(expr, classes, parentenv, handlers) 28: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 29: test_code(desc, code, env = parent.frame(), reporter = reporter) 30: test_that("Reading from JSON works", { df <- tibble(a = 1:2, b = c("x", "y")) path_json <- withr::local_tempfile(fileext = ".json") writeLines("[{\"a\": 1, \"b\": \"x\"}, {\"a\": 2, \"b\": \"y\"}]", path_json) db_exec("INSTALL json") db_exec("LOAD json") out <- read_json_duckdb(path_json) expect_equal(collect(out), df)}) 31: eval(code, test_env) 32: eval(code, test_env) 33: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 34: doTryCatch(return(expr), name, parentenv, handler) 35: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 36: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 37: doTryCatch(return(expr), name, parentenv, handler) 38: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 39: tryCatchList(expr, classes, parentenv, handlers) 40: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 41: test_code(test = NULL, code = exprs, env = env, reporter = get_reporter() %||% StopReporter$new()) 42: source_file(path, env = env(env), desc = desc, error_call = error_call) 43: FUN(X[[i]], ...) 44: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 45: doTryCatch(return(expr), name, parentenv, handler) 46: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 47: tryCatchList(expr, classes, parentenv, handlers) 48: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 49: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 50: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 51: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 52: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 53: test_check("duckplyr") An irrecoverable exception occurred. R is aborting now ... Flavor: r-devel-linux-x86_64-fedora-clang

Package fledge

Current CRAN status: WARN: 1, NOTE: 3, OK: 11

Version: 0.1.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: get_top_level_commits.Rd: tibble Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.1.2
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: get_top_level_commits.Rd:14: missing link ‘tibble’ Flavor: r-patched-linux-x86_64

Package hms

Current CRAN status: WARN: 1, NOTE: 3, OK: 11

Version: 1.1.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: hms.Rd: vec_cast Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 1.1.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: hms.Rd:56: missing link ‘vec_cast’ Flavor: r-patched-linux-x86_64

Package igraph

Current CRAN status: ERROR: 1, WARN: 1, NOTE: 9, OK: 4

Version: 2.1.4
Check: compiled code
Result: NOTE File ‘igraph/libs/igraph.so’: Found non-API call to R: ‘Rf_allocSExp’ 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-patched-linux-x86_64

Version: 2.1.4
Check: installed package size
Result: NOTE installed size is 23.8Mb sub-directories of 1Mb or more: R 2.1Mb doc 1.2Mb help 2.9Mb libs 17.1Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.1.3
Check: installed package size
Result: NOTE installed size is 22.8Mb sub-directories of 1Mb or more: R 2.1Mb doc 1.2Mb help 2.0Mb libs 17.1Mb Flavor: r-oldrel-macos-arm64

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [69s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(igraph) Attaching package: 'igraph' The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > > test_check("igraph") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 65 | PASS 4492 ] ══ Skipped tests (65) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test-vs-es.R:136:3', 'test-vs-es.R:157:3', 'test-vs-es.R:180:3', 'test-adjacency.R:576:3', 'test-adjacency.R:607:3', 'test-bug-501-rectangles.R:17:3', 'test-conversion.R:42:3', 'test-conversion.R:49:3', 'test-conversion.R:132:3', 'test-conversion.R:188:3', 'test-centrality.R:68:5', 'test-centrality.R:117:5', 'test-centrality.R:125:3', 'test-centrality.R:695:3', 'test-games.R:61:3', 'test-games.R:81:3', 'test-graph.data.frame.R:49:3', 'test-hrg.R:15:3', 'test-incidence.R:9:3', 'test-incidence.R:25:3', 'test-incidence.R:87:3', 'test-incidence.R:103:3', 'test-incidence.R:162:3', 'test-interface.R:184:3', 'test-layout.R:20:3', 'test-layout.R:153:3', 'test-layout.R:208:3', 'test-make.R:61:3', 'test-make.R:70:3', 'test-make.R:78:3', 'test-make.R:88:3', 'test-make.R:96:3', 'test-minimal.st.separators.R:12:3', 'test-modularity_matrix.R:18:3', 'test-old-data-type.R:94:3', 'test-operators.R:156:3', 'test-par.R:5:3', 'test-par.R:15:3', 'test-paths.R:22:3', 'test-paths.R:47:3', 'test-plot.R:17:3', 'test-plot.R:42:3', 'test-plot.R:67:3', 'test-print.R:51:3', 'test-rng.R:2:3', 'test-serialize.R:9:3', 'test-trees.R:204:3', 'test-utils-assert-args.R:2:3', 'test-utils-assert-args.R:10:3', 'test-structural.properties.R:18:3', 'test-structural.properties.R:182:3', 'test-structural.properties.R:202:3', 'test-versions.R:9:3', 'test-versions.R:19:3', 'test-versions.R:25:3', 'test-versions.R:40:3', 'test-versions.R:55:3', 'test-versions.R:72:3', 'test-versions.R:98:3', 'test-vs-es-printing.R:10:3', 'test-vs-es-printing.R:28:3', 'test-vs-es-printing.R:43:3', 'test-vs-es-printing.R:59:3' • empty test (1): 'test-topology.R:45:1' • nested igraph call handling not implemented yet (1): 'test-structural.properties.R:166:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-graphNEL.R:11:3'): graphNEL conversion works ─────────────────── Error in `gi$map12`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. └─testthat::expect_equal(gi$map12, 1:vcount(g)) at test-graphNEL.R:11:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 65 | PASS 4492 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 2.1.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8404:37: warning: ISO C++ forbids flexible array member 'Elements' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8667:22: warning: ISO C++ forbids flexible array member 'pEventLogRecords' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8673:13: warning: ISO C++ forbids flexible array member 'ulOffsets' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:196:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:197:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:198:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/processthreadsapi.h:130:47: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/rpcndr.h:451:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1333:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1745:25: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winioctl.h:359:11: warning: ISO C forbids zero-size array 'SerialNumber' [-Wpedantic] See 'd:/Rcompile/CRANpkg/local/4.3/igraph.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' * used C++ compiler: 'g++.exe (GCC) 12.3.0' Flavor: r-oldrel-windows-x86_64

Package kimisc

Current CRAN status: OK: 15

Package mockr

Current CRAN status: OK: 15

Package pillar

Current CRAN status: OK: 15

Package procmaps

Current CRAN status: OK: 15

Package profile

Current CRAN status: WARN: 1, NOTE: 3, OK: 11

Version: 1.0.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: validate_profile.Rd: tibble Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 1.0.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: validate_profile.Rd:29: missing link ‘tibble’ Flavor: r-patched-linux-x86_64

Package RMariaDB

Current CRAN status: NOTE: 4, OK: 11

Additional issues

rchk

Version: 1.3.4
Check: installed package size
Result: NOTE installed size is 5.4Mb sub-directories of 1Mb or more: libs 5.0Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package roxygen2md

Current CRAN status: OK: 15

Package RPostgres

Current CRAN status: NOTE: 6, OK: 9

Additional issues

rchk

Version: 1.4.8
Check: installed package size
Result: NOTE installed size is 7.5Mb sub-directories of 1Mb or more: libs 7.0Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rprojroot

Current CRAN status: OK: 15

Package RSQLite

Current CRAN status: NOTE: 4, OK: 11

Additional issues

gcc-UBSAN rchk

Version: 2.3.9
Check: installed package size
Result: NOTE installed size is 12.5Mb sub-directories of 1Mb or more: libs 11.7Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package tibble

Current CRAN status: ERROR: 1, WARN: 1, NOTE: 7, OK: 6

Version: 3.2.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: deprecated.Rd: quasiquotation formatting.Rd: tbl_format_setup frame_matrix.Rd: !!, !!!, quasiquotation lst.Rd: !!, !!!, .data, .env subsetting.Rd: vec_slice tibble.Rd: !!, !!!, .data, .env, quasiquotation tribble.Rd: !!, !!!, quasiquotation Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 3.2.1
Check: compiled code
Result: NOTE File ‘tibble/libs/tibble.so’: Found non-API calls to R: ‘IS_S4_OBJECT’, ‘OBJECT’, ‘SET_S4_OBJECT’ 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-patched-linux-x86_64

Version: 3.2.1
Check: compiled code
Result: NOTE File ‘tibble/libs/tibble.so’: Found non-API call to R: ‘SET_S4_OBJECT’ 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-macos-arm64, r-devel-macos-x86_64

Version: 3.2.1
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: deprecated.Rd:33: missing link ‘quasiquotation’ Rd warning: formatting.Rd:35: missing link ‘tbl_format_setup’ Rd warning: frame_matrix.Rd:14: missing link ‘!!’ Rd warning: frame_matrix.Rd:14: missing link ‘!!!’ Rd warning: frame_matrix.Rd:33: missing link ‘quasiquotation’ Rd warning: lst.Rd:12: missing link ‘!!’ Rd warning: lst.Rd:13: missing link ‘!!!’ Rd warning: lst.Rd:16: missing link ‘.data’ Rd warning: lst.Rd:18: missing link ‘!!’ Rd warning: lst.Rd:19: missing link ‘.env’ Rd warning: subsetting.Rd:58: missing link ‘vec_slice’ Rd warning: tibble.Rd:22: missing link ‘!!’ Rd warning: tibble.Rd:23: missing link ‘!!!’ Rd warning: tibble.Rd:26: missing link ‘.data’ Rd warning: tibble.Rd:28: missing link ‘!!’ Rd warning: tibble.Rd:29: missing link ‘.env’ Rd warning: tibble.Rd:187: missing link ‘quasiquotation’ Rd warning: tribble.Rd:14: missing link ‘!!’ Rd warning: tribble.Rd:14: missing link ‘!!!’ Rd warning: tribble.Rd:53: missing link ‘quasiquotation’ See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tibble.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-14 (Debian 14.2.0-17) 14.2.0’ Flavor: r-patched-linux-x86_64

Version: 3.2.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-release-windows-x86_64

Package utf8

Current CRAN status: WARN: 5, OK: 10

Version: 1.2.4
Check: compiled code
Result: WARN File ‘utf8/libs/utf8.so’: Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C) Object: ‘libcutf8lite.a’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.4
Check: compiled code
Result: WARN File ‘utf8/libs/utf8.so’: Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘libcutf8lite.a’ Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C) Object: ‘libcutf8lite.a’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64

Package winch

Current CRAN status: OK: 15

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.