* using log directory 'd:/RCompile/CRANincoming/R-devel/HPZoneAPI.Rcheck' * using R Under development (unstable) (2025-10-15 r88920 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'HPZoneAPI/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'HPZoneAPI' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Aart Dijkstra ' New submission Possibly misspelled words in DESCRIPTION: HPZone (3:8) HPZone's (7:49) * 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 'HPZoneAPI' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... 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: 'HPZone_convert_dates.R' 'HPZone_make_valid.R' 'HPZone_request.R' 'HPZone_setup.R' * checking top-level files ... NOTE Non-standard file/directory found at top level: 'voorbeelden_gebruik.R' * 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 ... NOTE HPZone_make_valid: no visible binding for global variable 'HPZone_fields' HPZone_necessary_scope: no visible binding for global variable 'HPZone_fields' HPZone_request: no visible binding for global variable 'HPZone_fields' Undefined global functions or variables: HPZone_fields * checking Rd files ... NOTE checkRd: (-1) HPZone_request.Rd:30: Lost braces; missing escapes or markup? 30 | - A literal string containing GraphQL. E.g. 'Status: { eq: "Open" }' | ^ * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'HPZone_request.Rd': \examples lines wider than 100 characters: HPZone_request("cases", "all", where=c("Case_creation_date", ">", "2025-09-01"), order=c("Infection", "Case_creation_date"="desc")) HPZone_request("cases", "all", where=list("and"=c("Case_creation_date", "gte", "2025-01-01", "Infection", "=", "Leptospirosis"))) HPZone_request("cases", "all", where=c("Case_creation_date", "gte", "2025-01-01", "Infection", "=", "Leptospirosis")) # Note the nested list; adding a c() without a list() will warp the structure of the list and break everything. HPZone_request("cases", "all", where=list("and"=list(c("Case_creation_date", "gte", "2025-01-01"), list("or"=c("Infection", "=", "Lepto ... [TRUNCATED] Rd file 'HPZone_request_paginated.Rd': \examples lines wider than 100 characters: HPZone_request_paginated('cases(where: { Case_creation_date: { gte: "2025-01-01" } }) { items { Case_creation_date, Case_number } }') HPZone_request_paginated('cases(where: { Case_creation_date: { gte: "%s" } }) { items { %s } }', startdate, stringr::str_c(fields, coll ... [TRUNCATED] Rd file 'HPZone_request_query.Rd': \examples lines wider than 100 characters: HPZone_request("cases", c("Case_creation_date", "Case_number"), where=c("Case_creation_date", ">=", "2025-01-01")) HPZone_request_query('cases(where: { Case_creation_date: { gte: "2025-01-01" } }) { items { Case_creation_date, Case_number } }') HPZone_request_raw('{"query": "{ cases(where: { Case_creation_date: { gte: \\"2025-01-01\\" } }) { items { Case_creation_date, Case_num ... [TRUNCATED] Rd file 'HPZone_request_raw.Rd': \examples lines wider than 100 characters: HPZone_request("cases", c("Case_creation_date", "Case_number"), where=c("Case_creation_date", ">=", "2025-01-01")) HPZone_request_query('cases(where: { Case_creation_date: { gte: "2025-01-01" } }) { items { Case_creation_date, Case_number } }') HPZone_request_raw('{"query": "{ cases(where: { Case_creation_date: { gte: \\"2025-01-01\\" } }) { items { Case_creation_date, Case_num ... [TRUNCATED] These lines will be truncated in the PDF manual. * 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [11s] OK * checking HTML version of manual ... OK * DONE Status: 6 NOTEs