CRAN Package Check Results for Maintainer ‘Tomasz Kalinowski <tomasz at posit.co>’

Last updated on 2024-06-21 09:56:18 CEST.

Package ERROR NOTE OK
guildai 10 3
keras 2 11
keras3 8 5
Rapp 13
reticulate 2 3 8

Package guildai

Current CRAN status: NOTE: 10, OK: 3

Version: 0.0.1
Check: Rd files
Result: NOTE checkRd: (-1) guild_merge.Rd:38: Lost braces; missing escapes or markup? 38 | \item{\code{summary_name}}{Name used for the run summary. Use '${run_id}' in the name to include the run ID.} | ^ checkRd: (-1) guild_merge_cli.Rd:88: Lost braces; missing escapes or markup? 88 | \item{summary_name}{Name used for the run summary. Use '${run_id}' in the name to include the run ID.} | ^ 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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package keras

Current CRAN status: NOTE: 2, OK: 11

Version: 2.15.0
Check: installed package size
Result: NOTE installed size is 5.0Mb sub-directories of 1Mb or more: doc 2.0Mb help 2.1Mb Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Package keras3

Current CRAN status: NOTE: 8, OK: 5

Version: 1.0.0
Check: installed package size
Result: NOTE installed size is 12.0Mb sub-directories of 1Mb or more: doc 3.3Mb help 7.9Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, 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 Rapp

Current CRAN status: OK: 13

Package reticulate

Current CRAN status: ERROR: 2, NOTE: 3, OK: 8

Version: 1.37.0
Check: compiled code
Result: NOTE File 'reticulate/libs/x64/reticulate.dll': Found non-API calls to R: 'SET_BODY', 'SET_CLOENV', 'SET_FORMALS' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

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

Version: 1.38.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘calling_python.Rmd’ ... > knitr::opts_chunk$set(eval = FALSE) > difflib <- import("difflib") When sourcing ‘calling_python.R’: Error: could not find function "import" Execution halted when running code in ‘package.Rmd’ ... + if (!have_scipy) + skip("scipy not available for te ..." ... [TRUNCATED] > test_that("Things work as expected", { + skip_if_no_scipy() + }) When sourcing ‘package.R’: Error: could not find function "test_that" Execution halted when running code in ‘python_packages.Rmd’ ... > library(reticulate) > conda_create("r-reticulate") Warning in check_forbidden_install("Conda Environments") : cannot install Conda Environments during R CMD check When sourcing ‘python_packages.R’: Error: Unable to find conda binary. Is Anaconda installed? Execution halted when running code in ‘python_primer.Rmd’ ... Hello Friend > library(reticulate) > py$a_strict_Python_function(3) When sourcing ‘python_primer.R’: Error: AttributeError: module '__main__' has no attribute 'a_strict_Python_function' Run `reticulate::py_last_error()` for details. Execution halted when running code in ‘versions.Rmd’ ... > library(reticulate) > scipy <- import("scipy") > scipy$amin(c(1, 3, 5, 7)) When sourcing ‘versions.R’: Error: AttributeError: Module 'scipy' has no attribute 'amin' Run `reticulate::py_last_error()` for details. Execution halted ‘arrays.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘calling_python.Rmd’ using ‘UTF-8’... failed ‘package.Rmd’ using ‘UTF-8’... failed ‘python_dependencies.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘python_packages.Rmd’ using ‘UTF-8’... failed ‘python_primer.Rmd’ using ‘UTF-8’... failed ‘r_markdown.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘versions.Rmd’ using ‘UTF-8’... failed Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64