CRAN Package Check Results for Maintainer ‘Adrian Bowman <adrian.bowman at glasgow.ac.uk>’

Last updated on 2025-12-07 07:50:19 CET.

Package ERROR NOTE OK
rpanel 13
sm 1 1 11

Package rpanel

Current CRAN status: NOTE: 13

Version: 1.1-5.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Adrian Bowman <adrian.bowman@glasgow.ac.uk>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(family = "Bowman", role = "aut"), person(family = "Bowman", role = "aut"), person(family = "Gibson", role = "aut"), person(family = "Crawford", role = "aut"), person(given = "Adrian", family = "Bowman", role = "cre", email = "adrian.bowman@glasgow.ac.uk")) as necessary. Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.1-5.2
Check: Rd files
Result: NOTE checkRd: (-1) Clyde.Rd:8: Lost braces 8 | These data record the water quality, in terms of dissolved oxygen (\code{DO}) on a percentage scale, at a number of sampling stations (\code{Station}) on the River Clyde. The date (\code{Day}, \\code{Month}, \code{Year}) is also available, along with the day of the year (\code{Doy} between 1 and 365) and an identified (\code{id}) of the survey on which each measurement was made. | ^ checkRd: (-1) rp.pos.Rd:22-24: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:25-27: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:28-30: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:31-49: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:35: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:36: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:37: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:38: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:39: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:40: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:41: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:42: Lost braces in \itemize; meant \describe ? checkRd: (-1) rp.pos.Rd:43: Lost braces in \itemize; meant \describe ? 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-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.1-5.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘RandomFields’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package sm

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 2.2-6.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Adrian Bowman <adrian.bowman@glasgow.ac.uk>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Adrian", family = "Bowman", role = c("aut", "cre"), email = "adrian.bowman@glasgow.ac.uk"), person(given = c("Adelchi", "Azzalini.", "Ported", "to", "R", "by", "B.", "D.", "Ripley", "up", "to", "version"), family = "2.0", role = "aut", email = "ripley@stats.ox.ac.uk"), person(given = c("version", "2.1", "by", "Adrian"), family = "Bowman", role = "aut"), person(given = "Adelchi", family = "Azzalini", role = "aut"), person(given = c("version", "2.2", "by", "Adrian"), family = "Bowman.", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.2-6.0
Check: examples
Result: ERROR Running examples in ‘sm-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sm.surface3d > ### Title: Adding a regression surface to an rgl plot. > ### Aliases: sm.surface3d > ### Keywords: nonparametric regression smooth > > ### ** Examples > > with(trawl, { + Zone93 <- (Year == 1 & Zone == 1) + Position <- cbind(Longitude - 143, Latitude) + model1 <- sm.regression(Position[Zone93,], Score1[Zone93], + h= c(0.1, 0.1), display = "rgl", xlab="Longitude - 143") + model2 <- sm.regression(Position[Zone93,], Score1[Zone93], + h= c(0.2, 0.2), display = "none") + sm.surface3d(model2$eval.points, model2$est, model1$scaling, col = "red") + }) Error in sm.surface3d(model2$eval.points, model2$est, model1$scaling, : a scaling must be specified. Calls: with -> with.default -> eval -> eval -> sm.surface3d Execution halted Flavor: r-devel-linux-x86_64-debian-gcc