* using log directory ‘/srv/hornik/tmp/CRAN_pretest/sensortowerR.Rcheck’ * using R Under development (unstable) (2025-07-18 r88431) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘sensortowerR/DESCRIPTION’ ... OK * this is package ‘sensortowerR’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Phillip Black ’ New submission License components with restrictions and base license permitting such: MIT + file LICENSE * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘sensortowerR’ can be installed ... [3s/3s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Invalid license file pointers: LICENSE * 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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [4s/4s] NOTE st_app_info: no visible binding for global variable ‘categories’ Undefined global functions or variables: categories * checking Rd files ... [0s/0s] NOTE checkRd: (-1) st_app_info.Rd:45: Lost braces; missing escapes or markup? 45 | based on a search term. It targets the `/v1/\\{app_store\\}/search_entities` | ^ checkRd: (-1) st_game_summary.Rd:63: Lost braces; missing escapes or markup? 63 | - **Game Summary**: `GET /v1/\\{os\\}/games_breakdown` | ^ checkRd: (-1) st_top_charts.Rd:94: Lost braces; missing escapes or markup? 94 | - **Revenue/Downloads**: `GET /v1/\\{os\\}/sales_report_estimates_comparison_attributes` | ^ checkRd: (-1) st_top_charts.Rd:95: Lost braces; missing escapes or markup? 95 | - **Active Users**: `GET /v1/\\{os\\}/top_and_trending/active_users` | ^ * 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 ... NOTE Documented arguments not in \usage in Rd file 'process_game_summary_response.Rd': ‘response’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking R/sysdata.rda ... OK * checking examples ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... WARNING 'library' or 'require' call not declared from: ‘devtools’ * checking tests ... [1s/1s] ERROR Running ‘test_functions.R’ [0s/0s] Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/test_functions.R’ failed. Complete output: > #!/usr/bin/env Rscript > > # Simple function tests for sensortowerR > # This script tests each function to ensure it returns data > # Note: This is a manual test script, not part of the automated testthat suite > > # Load the package from source using devtools > library(devtools) Error in library(devtools) : there is no package called 'devtools' Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 4 NOTEs