CRAN Package Check Results for Maintainer ‘Wanjun Gu <wanjun.gu at ucsf.edu>’

Last updated on 2025-07-08 12:50:28 CEST.

Package ERROR NOTE OK
bolt4jr 13
ggmugs 10 3
gptr 1 12

Package bolt4jr

Current CRAN status: OK: 13

Package ggmugs

Current CRAN status: NOTE: 10, OK: 3

Version: 0.6.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘ggmugs.R’ 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 gptr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.7.0
Check: examples
Result: ERROR Running examples in ‘gptr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_response > ### Title: Get Response from OpenAI Chat API > ### Aliases: get_response > > ### ** Examples > > response1 = get_response(user_input = "How to calculate the bonforoni corrected p values?") > response2 = get_response(user_input = paste0("Based on this data.frame in R: \n\n", + dataframe_to_text(mtcars), + "\n\n which variables are correlated?")) Error: lexical error: invalid char in json text. error code: 502 (right here) ------^ Execution halted Flavor: r-devel-linux-x86_64-debian-clang