CRAN Package Check Results for Package sumup

Last updated on 2026-06-07 21:51:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 8.98 73.00 81.98 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 5.99 51.35 57.34 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 14.00 112.37 126.37 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 15.00 116.31 131.31 OK
r-devel-windows-x86_64 1.0.2 10.00 84.00 94.00 OK
r-patched-linux-x86_64 1.0.2 6.06 67.16 73.22 OK
r-release-linux-x86_64 1.0.2 8.57 67.32 75.89 OK
r-release-macos-arm64 1.0.2 2.00 21.00 23.00 OK
r-release-macos-x86_64 1.0.2 6.00 70.00 76.00 OK
r-release-windows-x86_64 1.0.2 10.00 82.00 92.00 OK
r-oldrel-macos-arm64 1.0.2 2.00 22.00 24.00 OK
r-oldrel-macos-x86_64 1.0.2 7.00 158.00 165.00 OK
r-oldrel-windows-x86_64 1.0.2 13.00 105.00 118.00 OK

Check Details

Version: 1.0.2
Check: DESCRIPTION meta-information
Result: NOTE Fatal error: cannot create 'R_TempDir' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.2
Check: examples
Result: ERROR Running examples in ‘sumup-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: run_sumup > ### Title: Run Sum Up > ### Aliases: run_sumup > > ### ** Examples > > data(example_data) > ex_data <- example_data > ex_settings <- set_default_settings() > ex_settings <- update_setting(ex_settings , "language", "en") > ex_settings <- update_setting(ex_settings , "use_sentiment_analysis", "sentimentr") > result <- run_sumup(ex_data, ex_settings ) UDPipe model not available. Please download manually using udpipe_download_model() and set setting udpipe_model_file if you want to use that. Sum-up continues running with an alternative tagging package. Error in alternative_tagging(sentences) : Please install tokenizers, textstem, and openNLP packages. Calls: run_sumup -> lemmatize -> alternative_tagging Execution halted Flavor: r-devel-linux-x86_64-debian-gcc