* using log directory 'd:/RCompile/CRANincoming/R-devel/sensortowerR.Rcheck' * using R Under development (unstable) (2025-07-18 r88431 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 'sensortowerR/DESCRIPTION' ... OK * this is package 'sensortowerR' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'sensortowerR' can be installed ... OK * checking installed package size ... 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 ... 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 st_app_info: no visible binding for global variable 'categories' Undefined global functions or variables: categories * checking Rd files ... 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 ... OK * checking for unstated dependencies in 'tests' ... WARNING 'library' or 'require' call not declared from: 'devtools' * checking tests ... ERROR Running 'test_functions.R' Running 'testthat.R' 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 ... [27s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 4 NOTEs