CRAN Package Check Results for Maintainer ‘Jakub Jędrusiak <kuba23031999 at gmail.com>’

Last updated on 2024-05-01 12:15:07 CEST.

Package ERROR NOTE OK
mtscr 1 11
openscoring 6 6

Package mtscr

Current CRAN status: NOTE: 1, OK: 11

Version: 1.0.1
Check: Rd cross-references
Result: NOTE Undeclared package ‘tidyr’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package openscoring

Current CRAN status: ERROR: 6, OK: 6

Version: 1.0.1
Check: examples
Result: 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") Error in curl::curl_fetch_memory(url, handle = handle) : SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none Calls: oscai ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/5s] 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") [ FAIL 4 | 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 <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:11:3'): chatgpt model works ────────────────────────── Expected `oscai(df, stimulus, response, model = "chatgpt")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:15:3'): babbage2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "babbage2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:19:3'): davinci2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "davinci2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none [ FAIL 4 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/4s] 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") [ FAIL 4 | 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 <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:11:3'): chatgpt model works ────────────────────────── Expected `oscai(df, stimulus, response, model = "chatgpt")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:15:3'): babbage2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "babbage2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none ── Failure ('test-oscai.R:19:3'): davinci2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "davinci2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] server certificate verification failed. CAfile: none CRLfile: none [ FAIL 4 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘openscoring-Ex.R’ failed The error most likely occurred in: > ### 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") Error in curl::curl_fetch_memory(url, handle = handle) : SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] SSL certificate problem: unable to get local issuer certificate Calls: oscai ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ 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") [ FAIL 4 | 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 <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] SSL certificate problem: unable to get local issuer certificate ── Failure ('test-oscai.R:11:3'): chatgpt model works ────────────────────────── Expected `oscai(df, stimulus, response, model = "chatgpt")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] SSL certificate problem: unable to get local issuer certificate ── Failure ('test-oscai.R:15:3'): babbage2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "babbage2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] SSL certificate problem: unable to get local issuer certificate ── Failure ('test-oscai.R:19:3'): davinci2 model works ───────────────────────── Expected `oscai(df, stimulus, response, model = "davinci2")` to run without any errors. i Actually got a <simpleError> with text: SSL peer certificate or SSH remote key was not OK: [openscoring.du.edu] SSL certificate problem: unable to get local issuer certificate [ FAIL 4 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc