CRAN Package Check Results for Package fields

Last updated on 2024-04-18 16:49:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 15.2 26.30 253.95 280.25 ERROR
r-devel-linux-x86_64-debian-gcc 15.2 18.50 190.24 208.74 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-prerel-macos-arm64 15.2 101.00 NOTE
r-prerel-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 21.03 255.34 276.37 OK
r-release-macos-arm64 15.2 99.00 OK
r-release-macos-x86_64 15.2 219.00 OK
r-release-windows-x86_64 15.2 30.00 273.00 303.00 OK
r-oldrel-macos-arm64 15.2 93.00 OK
r-oldrel-windows-x86_64 15.2 31.00 275.00 306.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-prerel-macos-arm64, r-prerel-windows-x86_64, r-patched-linux-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 > predict( fit50) [1] 19.35821 19.17980 18.86549 19.28839 19.89899 21.03033 21.18050 21.50002 [9] 22.79998 25.67707 26.19834 26.38231 24.51828 24.39903 24.84659 26.20001 [17] 26.64902 27.51194 27.55002 27.37895 27.01716 27.60002 27.80378 27.85000 [25] 27.62774 27.80000 28.15312 27.60002 27.44899 27.19901 27.79999 28.19900 [33] 27.99998 27.30002 27.89900 28.69897 28.28679 28.59999 27.50000 > # predicted values at data points > xg<- seq(0,110,,50) > plot( fit50$x, fit50$y) > lines( xg, predict( fit50, xg)) > > # A robust fit to rat diet data > # > SC<- .5* median(abs((rat.diet$con- median(rat.diet$con)))) > fit.robust<- qsreg(rat.diet$t,rat.diet$con, sc= SC) > plot( fit.robust) 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