CRAN Package Check Results for Maintainer ‘Rodney Edmondson <rodney.edmondson at gmail.com>’

Last updated on 2025-09-13 13:50:28 CEST.

Package ERROR NOTE OK
agriTutorial 1 2 10
blocksdesign 13

Package agriTutorial

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 0.1.5
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Rodney Edmondson <rodney.edmondson@gmail.com>’ Found the following URLs which should use \doi (with the DOI name only): File ‘agriTutorial.Rd’: http://dx.doi.org/10.1111/jac.12267 File ‘example1.Rd’: http://dx.doi.org/10.1111/jac.12267 File ‘example2.Rd’: http://dx.doi.org/10.1111/jac.12267 File ‘example3.Rd’: http://dx.doi.org/10.1111/jac.12267 File ‘example4.Rd’: http://dx.doi.org/10.1111/jac.12267 File ‘example5.Rd’: http://dx.doi.org/10.1111/jac.12267 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.5
Check: examples
Result: ERROR Running examples in 'agriTutorial-Ex.R' failed The error most likely occurred in: > ### Name: example4 > ### Title: Example 4: One qualitative treatment factor with repeated > ### measurements over time. > ### Aliases: example4 > > ### ** Examples > > > ## ************************************************************************************* > ## How to run the code > ## ************************************************************************************* > > ## Either type example("example4") to run ALL the examples succesively > ## or copy and paste examples sucessively, as required > > ## ************************************************************************************* > ## Options and required packages > ## ************************************************************************************* > > options(contrasts = c('contr.treatment','contr.poly')) > require(nlme) Loading required package: nlme > > ## ************************************************************************************* > ## Section 1: Polynomials for weeks and blocks contrasts > ## ************************************************************************************* > > sorghum$rawWeeks = poly(sorghum$varweek, degree = 4, raw = TRUE) > sorghum$polWeeks = poly(sorghum$varweek, degree = 4, raw = FALSE) > sorghum$polBlocks = poly(sorghum$varblock, degree = 4, raw = FALSE) > sorghum$factblock = factor(sorghum$varblock) > > ## ************************************************************************************* > ## Section 2: Various correlation models assuming full factorial blocks and weeks model > ## ************************************************************************************* > > AIC = NULL > logLik = NULL > Model = c("ID", "CS", "AR(1)", "AR(1) + nugget", "UN") > > ## independent uncorrelated random plots > full_indy = gls(y ~ factweek * (Replicate + variety), sorghum) > anova(full_indy) Denom. DF: 60 numDF F-value p-value (Intercept) 1 80947.08 <.0001 factweek 4 220.90 <.0001 Replicate 4 358.86 <.0001 variety 3 334.87 <.0001 factweek:Replicate 16 1.82 0.0495 factweek:variety 12 4.48 <.0001 > AIC = c(AIC, AIC(full_indy)) Error in ll(object) : could not find function "ll" Calls: AIC -> AIC.default Execution halted Flavor: r-devel-windows-x86_64

Package blocksdesign

Current CRAN status: NOTE: 13

Version: 4.9
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Rodney Edmondson <rodney.edmondson@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = c("R.", "N."), family = "Edmondson.", role = "aut"), person(given = "Rodney", family = "Edmondson", role = "cre", email = "rodney.edmondson@gmail.com")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 4.9
Check: Rd files
Result: NOTE checkRd: (-1) durban.Rd:16: Lost braces; missing escapes or markup? 16 | This data set was obtained from the durban.rowcol {agridat} example in package 'agridat' | ^ checkRd: (-1) fraction.Rd:30: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) fraction.Rd:31-32: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) fraction.Rd:33: Lost braces in \itemize; \value handles \item{}{} directly 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