- R 4.4.1 on Windows 11
- WinBuilder R-Devel
- Rhub linux
OK
We checked 8 reverse dependencies (7 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
- We saw 0 new problems
- We failed to check 0 packages
- Removed suggested use of sf/terra packages in examples.
- R 4.3.2 on Windows 10, devtools::check(cran=TRUE)
- Rhub Windows Server 2022 R-devel
- WinBuilder R-Devel
OK (Except usual random notes from Rhub)
- We checked 6 reverse dependencies that were OK.
- The geneticae package check failed, but the error message indicates that the failure is not caused by the 'agridat' package.
- Switched the package to MIT license.
- Fix docType{package} for CRAN.
- R 4.1.3 on Windows 10, devtools::check(cran=TRUE)
- WinBuilder Devel.
- Rhub
OK (Except usual random notes from Rhub)
We checked 7 reverse dependencies (6 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
- We saw 0 new problems
- We failed to check 1 packages
Issues with CRAN packages are summarised below.
- spaMM (NA) # Note, this is a "Suggests" package.
This release fixes a minor problem identified by CRAN.
- R 4.1.3 on Windows 10, devtools::check(cran=TRUE)
- devtools::check_win_devel()
- devtools::check_win_release()
- devtools::check_win_oldrelease()
Results:
-
R-oldrelease was OK.
-
There may be a NOTE about possibly invalid URLs. I have checked the URLs by hand and they all work (but sometimes are slow).
-
WinRelease gave many notes like this:
aastveit.barley.Rd:17:1: Warning: <table> attribute "width" not allowed for HTML5.
Other platforms did not give this warning, so I assume this is spurious. CRAN check page does not show this problem: https://cran.r-project.org/web/checks/check_results_kw.stat_at_gmail.com.html
https://cran.r-project.org/web/checks/check_results_kw.stat_at_gmail.com.html Current CRAN status: OK: 12
- R 4.1.1 on Windows 10
- WinBuilder: R devel
- Rhub: Windows Server 2022, R-devel, 64 bit
Status. OK on some platforms. WinBuilder has 2 notes.
- Found the following (possibly) invalid URLs: URL: https://www.jstor.org/stable/3001959 From: inst/doc/agridat_data.html
Hand-checked that this is a valid URL.
- Examples with CPU (user + system) or elapsed time > 10s user system elapsed
This was caused by an example with a simple graphic that (on my computer) takes less than 1 second to draw. I wrapped that example with dontrun{} and then this NOTE appeared for a DIFFERENT example. I wonder if the NOTE really means that loading the graphics library for the first time is slow???
revdep() # desplot, gge
Checked OK.
This release fixes the vignettes to conditionally load "Suggests" packages.
https://cran.r-project.org/web/checks/check_results_kw.stat_at_gmail.com.html Current CRAN status: OK: 12
- local: R 4.0.3 on Windows 10
- Win-Builder: R devel
- Win-Builder: R old release
Status: OK
revdep() # desplot, gge
Checked OK.
https://cran.r-project.org/web/checks/check_results_kw.stat_at_gmail.com.html Current CRAN status: ERROR: 1, OK: 11 The 1 ERROR is on the r-oldrel-macos-x86_64 platform, caused by a missing "stringi" package.
- local: R 4.0.2 on Windows 10
Status: OK
- Win-Builder: devtools::check_win_devel()
0 errors, 0 warnings, 1 note Note: Found the following (possibly) invalid URLs: I hand-checked these URLs are valid.
- rhub::check_for_cran()
OK: Windows Server 2008
revdep() # desplot, gge
Checked OK.
This is a tiny update making a small change requested by the maintainers of the 'broom' package to support the next version of 'broom'.
- local: R 3.5.0 on Windows 7
- win-builder: R-release
- win-builder: R-devel
Status: OK R version 3.5.0 (2018-04-23)
R CMD check results 0 errors | 0 warnings | 0 notes
devtools::revdep_check() had no failures.
Thank you to the following people for help with the following issues.
Ver 1.9: Brian Ripley suggesting if(require(lme4))
in examples.
Ver 1.8: Brian Ripley fixing a bug caused by another package.
Ver 1.1: Kurt Hornik version numbering.
- local: R 3.5.0 on Windows 7
- win-builder: R-release
- win-builder: R-devel
Status: OK R version 3.5.0 (2018-04-23)
R CMD check results 0 errors | 0 warnings | 0 notes
devtools::revdep_check() had no failures.
Thank you to the following people for help with the following issues.
Ver 1.9: Brian Ripley suggesting if(require(lme4))
in examples.
Ver 1.8: Brian Ripley fixing a bug caused by another package.
Ver 1.1: Kurt Hornik version numbering.
- local: R 3.4.2 on Windows 7
- win-builder: R-release 3.4.2
- win-builder: R-devel
- R-hub: R-devel
Possibly mis-spelled words in DESCRIPTION: Datasets (2:21, 7:14) multi (9:5)
Changed license to: CC BY-SA 4.0 + file LICENSE.note (similar to igraphdata package).