* using log directory 'd:/RCompile/CRANincoming/R-devel/Rlibkdv.Rcheck' * using R Under development (unstable) (2023-08-08 r84908 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.2.0 GNU Fortran (GCC) 12.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'Rlibkdv/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'Rlibkdv' version '1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Bojian Zhu ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE File 'LICENSE': MIT License Copyright (c) 2023 BigPiggy 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: Geospatial (3:61) Heatmap (4:20) geospatial (12:46) spatiotemporal (14:69) * 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 serialization versions ... OK * checking whether package 'Rlibkdv' can be installed ... WARNING Found the following significant warnings: Warning: replacing previous import 'magrittr::extract' by 'raster::extract' when loading 'Rlibkdv' See 'd:/RCompile/CRANincoming/R-devel/Rlibkdv.Rcheck/00install.out' for details. * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... NOTE Non-standard file/directory found at top level: 'README.assets' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R 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 ... [34s] NOTE kdv: no visible global function definition for 'use_kdv' stkdv: no visible global function definition for 'use_stkdv' Undefined global functions or variables: use_kdv use_stkdv * 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [15s] ERROR Running examples in 'Rlibkdv-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: kdv > ### Title: Use KDV > ### Aliases: kdv > > ### ** Examples > > data(hk) > resKDV <-kdv(hk$lon, hk$lat, 1000.0, 800, 640) Error in py_run_file_impl(file, local, convert) : ModuleNotFoundError: No module named 'pandas' Run `reticulate::py_last_error()` for details. Calls: kdv -> -> py_run_file -> py_run_file_impl Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [14s] ERROR Error(s) in re-building vignettes: --- re-building 'Rlibkdv.Rmd' using rmarkdown Quitting from lines 28-30 [example1] (Rlibkdv.Rmd) Error: processing vignette 'Rlibkdv.Rmd' failed with diagnostics: ModuleNotFoundError: No module named 'pandas' Run `reticulate::py_last_error()` for details. --- failed re-building 'Rlibkdv.Rmd' SUMMARY: processing the following file failed: 'Rlibkdv.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 3 NOTEs