CRAN Package Check Results for Package fields

Last updated on 2024-04-24 11:20:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 15.2 28.20 261.99 290.19 ERROR
r-devel-linux-x86_64-debian-gcc 15.2 17.63 189.82 207.45 NOTE
r-devel-linux-x86_64-fedora-clang 15.2 352.56 NOTE
r-devel-linux-x86_64-fedora-gcc 15.2 339.66 NOTE
r-devel-windows-x86_64 15.2 22.00 230.00 252.00 NOTE
r-patched-linux-x86_64 15.2 26.94 254.90 281.84 NOTE
r-release-linux-x86_64 15.2 20.23 253.27 273.50 OK
r-release-macos-arm64 15.2 99.00 OK
r-release-windows-x86_64 15.2 23.00 228.00 251.00 NOTE
r-oldrel-macos-arm64 15.2 93.00 OK
r-oldrel-macos-x86_64 15.2 219.00 OK
r-oldrel-windows-x86_64 15.2 28.00 268.00 296.00 OK

Check Details

Version: 15.2
Check: Rd files
Result: NOTE checkRd: (-1) FORTRAN.internal.Rd:50: Lost braces 50 | \item{evlpoly}{evaluates a univariate polynomial. See code{fields.evlpoly}} | ^ checkRd: (-1) FORTRAN.internal.Rd:51: Lost braces 51 | \item{evlpoly2}{ evaluates a multivariate polynomial. See code{fields.evlpoly2}} | ^ checkRd: (-1) registeredC.Rd:77: Lost braces 77 | \item{addToDiagC}{ adds diagonal elements to a matrix. See code{mKrig}.} | ^ checkRd: (-1) sim.Krig.Rd:200-221: Lost braces 200 | \code{simLocal.spatialProcess}{This function is | ^ checkRd: (-1) tim.colors.Rd:96: Lost braces 96 | \item{\dots}{Additional plotting arguments to code{image.plot}} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-windows-x86_64

Version: 15.2
Check: examples
Result: ERROR Running examples in ‘fields-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: qsreg > ### Title: Quantile or Robust spline regression > ### Aliases: qsreg > ### Keywords: smooth > > ### ** Examples > > > # fit a CV quantile spline > fit50<- qsreg(rat.diet$t,rat.diet$con) > # (default is .5 so this is an estimate of the conditional median) > # control group of rats. > plot( fit50) plot window will lay out plots in a 2 by 2 matrix Error in axis(side = base::quote(1), at = base::quote(1:81), labels = base::quote(c("CV", : 'at' and 'labels' lengths differ, 81 != 2 Calls: plot ... boxplot.default -> do.call -> <Anonymous> -> do.call -> axis Execution halted Flavor: r-devel-linux-x86_64-debian-clang