[Sleuth2-commits] r81 - in pkg/Sleuth2: . inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 24 07:25:40 CET 2024
Author: berwin
Date: 2024-01-24 07:25:40 +0100 (Wed, 24 Jan 2024)
New Revision: 81
Modified:
pkg/Sleuth2/DESCRIPTION
pkg/Sleuth2/inst/doc/Sleuth2-manual.pdf
Log:
Sleuth2:
Changed DESCRIPTION to make package depend on R >= 4.1.0 (on R 4.0.x the package does not pass 'R CMD check' as here was no package locfit for those versions of R).
Updated inst/doc/Sleuth2-manual.pdf.
Bumped version number.
Modified: pkg/Sleuth2/DESCRIPTION
===================================================================
--- pkg/Sleuth2/DESCRIPTION 2024-01-23 08:02:25 UTC (rev 80)
+++ pkg/Sleuth2/DESCRIPTION 2024-01-24 06:25:40 UTC (rev 81)
@@ -1,7 +1,7 @@
Package: Sleuth2
Title: Data Sets from Ramsey and Schafer's "Statistical Sleuth (2nd Ed)"
-Version: 2.0-6
-Date: 2024-01-23
+Version: 2.0-7
+Date: 2024-01-24
Author: Original by F.L. Ramsey and D.W. Schafer;
modifications by Daniel W. Schafer, Jeannie Sifneos and Berwin
A. Turlach; vignettes contributed by Nicholas Horton, Kate Aloisio
@@ -11,7 +11,7 @@
ed)", Duxbury.
Maintainer: Berwin A Turlach <Berwin.Turlach at gmail.com>
LazyData: yes
-Depends: R (>= 3.5.0)
+Depends: R (>= 4.1.0)
Suggests: lattice, knitr, MASS, agricolae, car, gmodels, leaps, mosaic
VignetteBuilder: knitr
License: GPL (>= 2)
Modified: pkg/Sleuth2/inst/doc/Sleuth2-manual.pdf
===================================================================
(Binary files differ)
More information about the Sleuth2-commits
mailing list