* using log directory 'd:/RCompile/CRANincoming/R-devel/iemisc.Rcheck' * using R Under development (unstable) (2023-09-22 r85209 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 'iemisc/DESCRIPTION' ... OK * this is package 'iemisc' version '1.0.4' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [25s] NOTE Maintainer: 'Irucka Embry ' Found the following (possibly) invalid URLs: URL: http://www.richlandonline.com/Portals/0/Departments/Procurement/SLBE/Plan%20Reading%20PowerPoint%20Presentation.pdf From: man/engr_survey2.Rd Status: Error Message: Failed to connect to www.richlandonline.com port 80 after 2660 ms: Connection refused URL: https://journals.ametsoc.org/view/journals/apme/57/6/jamc-d-17-0334.1.xml From: man/maxmre.Rd man/mre.Rd man/sat_vapor_pressure.Rd man/sat_vapor_pressure_ice.Rd Status: 403 Message: Forbidden URL: https://www.homedepot.com/c/ab/how-to-read-a-tape-measure/9ba683603be9fa5395fab90e6f14546 From: man/frac_to_numeric.Rd Status: 403 Message: Forbidden * 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 'iemisc' can be installed ... OK * 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 ... OK * 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 ... [56s] OK * 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 sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'iemisc-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Manningrect > ### Title: Rectangular cross-section for the Gauckler-Manning-Strickler > ### equation > ### Aliases: Manningrect > > ### ** Examples > > > install.load::load_package("iemisc", "iemiscdata") > > > # Example Problem 14.4 from Mott (page 379) > # See nchannel in iemiscdata for the Manning's n table that the following > # example uses > # Use the normal Manning's n value for 1) Natural streams - minor streams > # (top width at floodstage < 100 ft), 2) Lined or Constructed Channels, > # 3) Concrete, and 4) unfinished. > > data(nchannel) > > nlocation <- grep("unfinished", nchannel$"Type of Channel and Description") > > n <- nchannel[nlocation, 3] # 3 for column 3 - Normal n > > Manningrect(Q = 5.75, b = (4.50) ^ (3 / 8), Sf = 1.2/100, n = n, units = + "SI") Error: Either Q, n, b, Sf, or y is 0, NA, NaN, Inf, -Inf, empty, or a string. Please try again. Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'spelling.R' Running 'tinytest.R' * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [330s] ERROR Error(s) in re-building vignettes: --- re-building 'Air_Stripper.Rmd' using rmarkdown --- finished re-building 'Air_Stripper.Rmd' --- re-building 'Comparing_Manningtrap.Rmd' using rmarkdown --- finished re-building 'Comparing_Manningtrap.Rmd' --- re-building 'Comparing_Saturated_Vapor_Pressures.Rmd' using rmarkdown --- finished re-building 'Comparing_Saturated_Vapor_Pressures.Rmd' --- re-building 'Construction_Measurement_Examples.Rmd' using rmarkdown --- finished re-building 'Construction_Measurement_Examples.Rmd' --- re-building 'Engineering_Survey_Examples.Rmd' using rmarkdown --- finished re-building 'Engineering_Survey_Examples.Rmd' --- re-building 'Friction_Loss_Calculation_Examples.Rmd' using rmarkdown --- finished re-building 'Friction_Loss_Calculation_Examples.Rmd' --- re-building 'GNU-Octave_Rem_Mod_fractdiff_Examples.Rmd' using rmarkdown --- finished re-building 'GNU-Octave_Rem_Mod_fractdiff_Examples.Rmd' --- re-building 'GNU-Octave_cosd_Function_Examples.Rmd' using rmarkdown --- finished re-building 'GNU-Octave_cosd_Function_Examples.Rmd' --- re-building 'GNU-Octave_size_Function_Examples.Rmd' using rmarkdown --- finished re-building 'GNU-Octave_size_Function_Examples.Rmd' --- re-building 'Open-Channel-Flow_Examples_Geometric_Shapes.Rmd' using rmarkdown Quitting from lines 39-72 [unnamed-chunk-1] (Open-Channel-Flow_Examples_Geometric_Shapes.Rmd) Error: processing vignette 'Open-Channel-Flow_Examples_Geometric_Shapes.Rmd' failed with diagnostics: Either Q, n, b, Sf, or y is 0, NA, NaN, Inf, -Inf, empty, or a string. Please try again. --- failed re-building 'Open-Channel-Flow_Examples_Geometric_Shapes.Rmd' --- re-building 'Reynolds_number_Calculation_Examples.Rmd' using rmarkdown --- finished re-building 'Reynolds_number_Calculation_Examples.Rmd' --- re-building 'secprop_R_GNU-Octave_Example.Rmd' using rmarkdown --- finished re-building 'secprop_R_GNU-Octave_Example.Rmd' SUMMARY: processing the following file failed: 'Open-Channel-Flow_Examples_Geometric_Shapes.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [31s] OK * checking HTML version of manual ... [27s] OK * DONE Status: 2 ERRORs, 1 NOTE