* using log directory ‘/srv/hornik/tmp/CRAN/ropenweather.Rcheck’ * using R Under development (unstable) (2024-02-04 r85859) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.6 (5) Debian flang-new version 17.0.6 (5) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘ropenweather/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ropenweather’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [1s/1s] NOTE Maintainer: ‘Shiyi Chen ’ New submission Non-FOSS package license (use_mit_license()) Possibly misspelled words in DESCRIPTION: OpenWeatherMap (9:116) ropenweather (9:14) The Title field should be in title case. Current version is: ‘open weather package’ In title case that is: ‘Open Weather Package’ The Description field should not start with the package name, 'This package' or similar. * 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 ... NOTE Found the following hidden files and directories: .github These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. CRAN-pack does not know about .github * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘ropenweather’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... WARNING Non-standard license specification: use_mit_license() Standardizable: FALSE * checking top-level files ... NOTE Non-standard files/directories found at top level: ‘LICENSE.txt’ ‘example.R’ ‘weather_data.json’ * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... WARNING Found the following file with non-ASCII characters: functions.R Portable packages must use only ASCII characters in their R code, except perhaps in comments. Use \uxxxx escapes for other characters. * 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 ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] 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 ... [3s/3s] NOTE visualize_current_weather: no visible binding for global variable ‘variable’ visualize_current_weather: no visible binding for global variable ‘value’ visualize_forecast_weather: no visible binding for global variable ‘day’ visualize_forecast_weather: no visible binding for global variable ‘temp_min’ visualize_forecast_weather: no visible binding for global variable ‘temp_max’ visualize_forecast_weather: no visible binding for global variable ‘humidity’ Undefined global functions or variables: day humidity temp_max temp_min value variable * checking Rd files ... [0s/0s] 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 ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... NONE * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [1s/1s] OK Running ‘testthat.R’ [1s/1s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [2s/2s] OK * checking PDF version of manual ... [2s/2s] 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: 2 WARNINGs, 4 NOTEs