R Under development (unstable) (2023-06-07 r84523 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > > run <- function() { + + if (!requireNamespace("testthat", quietly = TRUE)) { + message("'testthat' package not available; tests cannot be run") + return() + } + + options(error = traceback) + if (requireNamespace("rlang", quietly = TRUE)) + options(error = rlang::trace_back) + + library(testthat) + library(reticulate) + + test_check("reticulate") + + } > > run() # Python config ---- python: C:/Users/CRAN/AppData/Local/r-miniconda/envs/r-reticulate/python.exe libpython: C:/Users/CRAN/AppData/Local/r-miniconda/envs/r-reticulate/python38.dll pythonhome: C:/Users/CRAN/AppData/Local/r-miniconda/envs/r-reticulate version: 3.8.16 | packaged by conda-forge | (default, Feb 1 2023, 15:53:35) [MSC v.1929 64 bit (AMD64)] Architecture: 64bit numpy: C:/Users/CRAN/AppData/Local/r-miniconda/envs/r-reticulate/Lib/site-packages/numpy numpy_version: 1.24.2 [ FAIL 0 | WARN 0 | SKIP 42 | PASS 0 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (42) [ FAIL 0 | WARN 0 | SKIP 42 | PASS 0 ] Deleting unused snapshots: • python-knitr-engine/knitr-warn.md • python-knitr-engine/test-chunking.md > > proc.time() user system elapsed 1.98 0.26 8.34