* using log directory 'd:/RCompile/CRANincoming/R-devel/openscoring.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86451 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'openscoring/DESCRIPTION' ... OK * this is package 'openscoring' version '1.0.2' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [68s] NOTE Maintainer: 'Jakub Jędrusiak ' Found the following (possibly) invalid URLs: URL: https://openscoring.du.edu/docs From: DESCRIPTION man/openscoring-package.Rd Status: Error Message: Operation timed out after 60010 milliseconds with 0 bytes received * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'openscoring' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [61s] ERROR Running examples in 'openscoring-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: oscai > ### Title: Score with an AI A basic function to score the creativity with > ### an AI. See the OpenScoring site for more information. Requires an > ### internet connection. > ### Aliases: oscai > > ### ** Examples > > df <- data.frame( + stimulus = c("brick", "hammer", "sponge"), + response = c("butter for trolls", "make Thor jealous", "make it play in a kids show") + ) > > df <- oscai(df, stimulus, response, model = "davinci2") No encoding supplied: defaulting to UTF-8. Error in `oscai()`: ! OpenScoring API returned status code 504 504 Gateway Time-out

504 Gateway Time-out


nginx/1.14.1
Backtrace: ▆ 1. └─openscoring::oscai(df, stimulus, response, model = "davinci2") 2. └─cli::cli_abort("OpenScoring API returned status code {res$status_code}\n\n{res}") 3. └─rlang::abort(...) Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [106s] ERROR Running 'testthat.R' [106s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(openscoring) > > test_check("openscoring") No encoding supplied: defaulting to UTF-8. v Remember to cite: Organisciak, P., Dumas, D., Acar, S., and de Chantal, P. L. (2024). Open Creativity Scoring \[Computer software\]. Denver, CO: University of Denver. https://openscoring.du.edu. and Organisciak, P., Acar, S., Dumas, D., & Berthiaume, K. (2023). Beyond semantic distance: Automated scoring of divergent thinking greatly improves with large language models. *Thinking Skills and Creativity*, 49, 101356. v Remember to cite: Organisciak, P., Dumas, D., Acar, S., and de Chantal, P. L. (2024). Open Creativity Scoring \[Computer software\]. Denver, CO: University of Denver. https://openscoring.du.edu. and Organisciak, P., Acar, S., Dumas, D., & Berthiaume, K. (2023). Beyond semantic distance: Automated scoring of divergent thinking greatly improves with large language models. *Thinking Skills and Creativity*, 49, 101356. v Remember to cite: Organisciak, P., Dumas, D., Acar, S., and de Chantal, P. L. (2024). Open Creativity Scoring \[Computer software\]. Denver, CO: University of Denver. https://openscoring.du.edu. and Organisciak, P., Acar, S., Dumas, D., & Berthiaume, K. (2023). Beyond semantic distance: Automated scoring of divergent thinking greatly improves with large language models. *Thinking Skills and Creativity*, 49, 101356. [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-oscai.R:7:3'): API responses ───────────────────────────────── Expected `oscai(df, stimulus, response)` to run without any errors. i Actually got a with text: OpenScoring API returned status code 504 504 Gateway Time-out

504 Gateway Time-out


nginx/1.14.1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE