Skip to content

Commit

Permalink
Version 2.10.4 w addl fixes to pass checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlenth committed Sep 20, 2023
1 parent 6551d71 commit 4ce7af5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

### rsm-plots.R
Readme.md
old-ccd-bbd.R
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ Suggests: emmeans (> 1.3.5.1), Vdgraph, conf.design, DoE.base, FrF2
Imports: estimability
License: GPL(>=2)
LazyLoad: yes
LazyData: yes
8 changes: 5 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ importFrom("stats",
"sd",
"terms",
"uniroot",
"update")
"update",
"weights")

import(graphics)

Expand Down Expand Up @@ -72,8 +73,9 @@ S3method(persp, lm)
# --- to make Ulrike's life easier...
#export(.ccd.1.41, .bbd.1.41)

export(".bbd.1.41",
".ccd.1.41",
export(
# ".bbd.1.41",
# ".ccd.1.41",
# "[.coded.data",
"as.coded.data",
"bbd",
Expand Down
15 changes: 7 additions & 8 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
citHeader("To cite rsm in publications use:")

citEntry(entry = "Article",
bibentry(
bibtype = "Article",
title = "Response-Surface Methods in {R}, Using {rsm}",
author = personList(as.person("Russell V. Lenth")),
author = person("Russell", "Lenth", role = c("cre", "aut")),
journal = "Journal of Statistical Software",
year = "2009",
volume = "32",
number = "7",
pages = "1--17",
doi = "10.18637/jss.v032.i07",

textVersion =
paste("Russell V. Lenth (2009).",
"Response-Surface Methods in R, Using rsm.",
"Journal of Statistical Software, 32(7), 1-17.",
"DOI: 10.18637/jss.v032.i07")
textVersion = paste("Russell V. Lenth (2009).",
"Response-Surface Methods in R, Using rsm.",
"Journal of Statistical Software, 32(7), 1-17.",
"DOI: 10.18637/jss.v032.i07")
)

0 comments on commit 4ce7af5

Please sign in to comment.