Skip to content

Commit ffe03fa

Browse files
committed
Updated to remove linking to now-archived 'Vdgraph'
1 parent a8264a5 commit ffe03fa

26 files changed

Lines changed: 34 additions & 30 deletions

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rsm
22
Type: Package
3-
Version: 2.10.5
4-
Date: 2024-06-09
3+
Version: 2.10.6
4+
Date: 2025-03-24
55
Title: Response-Surface Analysis
66
Authors@R: c(person("Russell", "Lenth", role = c("aut", "cre"),
77
email = "russell-lenth@uiowa.edu"))
@@ -15,7 +15,7 @@ Description: Provides functions to generate response-surface designs,
1515
documented in Journal of Statistical Software <doi:10.18637/jss.v032.i07>.
1616
URL: https://github.com/rvlenth/rsm,https://rvlenth.github.io/rsm/
1717
BugReports: https://github.com/rvlenth/rsm/issues
18-
Suggests: emmeans (> 1.3.5.1), Vdgraph, conf.design, DoE.base, FrF2,
18+
Suggests: emmeans (> 1.3.5.1), vdg, conf.design, DoE.base, FrF2,
1919
knitr, rmarkdown
2020
Imports: estimability
2121
License: GPL(>=2)

R/bbd.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/ccd.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/ccd.pick.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/coding.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/contour-lm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/emmeans-support.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2017 Russell V. Lenth #
2+
# Copyright (c) 2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/rsm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2008-2010, 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2008-2010, 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/varfcn.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2012-2016 Russell V. Lenth #
2+
# Copyright (c) 2012-2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2018 Russell V. Lenth #
2+
# Copyright (c) 2025 Russell V. Lenth #
33
# #
44
# This file is part of the rsm package for R (*rsm*) #
55
# #

0 commit comments

Comments
 (0)