* using log directory 'd:/RCompile/CRANincoming/R-devel/golfastr.Rcheck' * using R Under development (unstable) (2026-01-18 r89306 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'golfastr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'golfastr' version '0.1.2' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Ray Carpenter ' New submission Possibly misspelled words in DESCRIPTION: PGA (7:20) leaderboards (8:15) tibble (9:5) * 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 'golfastr' can be installed ... WARNING Found the following significant warnings: Note: possible error in 'espn_site_request(paste0("scoreboard/", ': unused argument (tour = tour) Note: possible error in 'espn_site_request("scoreboard", ': unused argument (tour = tour) See 'd:/RCompile/CRANincoming/R-devel/golfastr.Rcheck/00install.out' for details. Information on the location(s) of code generating the 'Note's can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to 'yes'. * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... NOTE Non-standard file/directory found at top level: 'data-test' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... WARNING Subdirectory 'data' contains no data sets. * 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 ... WARNING '::' or ':::' import not declared from: 'purrr' * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE fetch_leaderboard_fast: possible error in espn_site_request(paste0("scoreboard/", event_id), tour = tour): unused argument (tour = tour) load_schedule: possible error in espn_site_request("scoreboard", tour = tour, query_params = list(dates = year)): unused argument (tour = tour) * checking Rd files ... OK * 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 ... WARNING Codoc mismatches from Rd file 'espn_site_request.Rd': espn_site_request Code: function(endpoint, query_params = NULL) Docs: function(endpoint, tour = "pga", query_params = NULL) Argument names in docs not in code: tour Mismatches in argument names: Position: 2 Code: query_params Docs: tour * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... WARNING Files not of a type allowed in a 'data' directory: 'golfastr.duckdb' Please use e.g. 'inst/extdata' for non-R data files * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking files in 'vignettes' ... WARNING Files in the 'vignettes' directory but no files in 'inst/doc': 'getting-started.Rmd' Package has no Sweave vignette sources and no VignetteBuilder field. * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking package vignettes ... NOTE Package has 'vignettes' subdirectory but apparently no vignettes. Perhaps the 'VignetteBuilder' information is missing from the DESCRIPTION file? * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 6 WARNINGs, 4 NOTEs