* using log directory 'd:/RCompile/CRANincoming/R-devel/RplotterPkg.Rcheck' * using R Under development (unstable) (2024-10-01 r87205 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'RplotterPkg/DESCRIPTION' ... OK * this is package 'RplotterPkg' version '0.0.0.9000' * package encoding: UTF-8 * checking CRAN incoming feasibility ... WARNING Maintainer: 'Rick Dean, ' The display-name part of the maintainer field should be enclosed in "" New submission Version contains large components (0.0.0.9000) License components with restrictions and base license permitting such: MIT + file LICENSE File 'LICENSE': MIT License Copyright (c) 2022 deandevl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Possibly misspelled words in DESCRIPTION: ggplot (2:35, 6:20) No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Rick", family = "Dean", role = c("aut", "cre"), email = "deanr3@bardstown.com"), person(role = "aut", email = "deanr3@bardstown.com")) as necessary. Found the following (possibly) invalid URLs: URL: https://cran.r-project.org/web/packages/gt/index.html From: man/create_table.Rd Status: 200 Message: OK CRAN URL not in canonical form The canonical URL of the CRAN page for a package is https://CRAN.R-project.org/package=pkgname * 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 'RplotterPkg' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE License stub is invalid DCF. * 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 ... [16s] NOTE create_bar_plot: no visible global function definition for '.' create_bar_plot: no visible binding for global variable 'N' create_bar_plot: no visible binding for global variable '..aes_x' create_bar_plot: no visible binding for global variable 'count' create_box_plot: no visible binding for global variable 'x' create_box_plot: no visible binding for global variable 'outliers' create_box_plot: no visible global function definition for '.' create_box_plot: no visible binding for global variable 'x_medians' create_density_plot: no visible binding for global variable 'na.rm' create_density_plot: no visible binding for global variable 'x' create_density_plot: no visible binding for global variable 'y' create_heatmap: no visible global function definition for 'is' create_histogram_plot: no visible binding for global variable 'count' create_scatter_plot: no visible global function definition for 'is' create_stick_plot: no visible global function definition for 'is' percentile_table: no visible global function definition for 'na.omit' spread_level_plot: no visible global function definition for '.' spread_level_plot: no visible binding for global variable 'q_hi' spread_level_plot: no visible binding for global variable 'q_lo' spread_level_plot: no visible binding for global variable 'M' spread_level_plot: no visible global function definition for 'lm' spread_level_plot: no visible binding for global variable 'fitted_val' symmetry_plot: no visible global function definition for 'median' Undefined global functions or variables: . ..aes_x M N count fitted_val is lm median na.omit na.rm outliers q_hi q_lo x x_medians y Consider adding importFrom("methods", "is") importFrom("stats", "lm", "median", "na.omit") to your NAMESPACE file (and ensure that your DESCRIPTION Imports field contains 'methods'). * 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 ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... NONE * checking PDF version of manual ... [22s] OK * checking HTML version of manual ... OK * checking for code which exercises the package ... WARNING No examples, no tests, no vignettes * DONE Status: 2 WARNINGs, 2 NOTEs