Skip to content

Commit 261affb

Browse files
authored
Merge pull request CenterForAssessment#46 from dbetebenner/master
Adding in WIDA_NM matrices
2 parents d66714c + 488931e commit 261affb

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SGPmatrices
22
Type: Package
33
Title: Baseline Coefficient Matrices for SGP Analyses
4-
Version: 0.0-0.999999
5-
Date: 2023-8-1
4+
Version: 0.0-0.9999999
5+
Date: 2023-10-11
66
Authors@R: c(person(given=c("Damian", "W."), family="Betebenner", email="[email protected]", role=c("aut", "cre")),
77
person(given=c("Adam", "R."), family="Van Iwaarden", email="[email protected]", role="aut"))
88
Maintainer: Damian W. Betebenner <[email protected]>

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ function(libname, pkgname) {
66
`.onAttach` <-
77
function(libname, pkgname) {
88
if (interactive()) {
9-
packageStartupMessage('SGPmatrices ', paste(paste0(unlist(strsplit(as.character(packageVersion("SGPmatrices")), "[.]")), c(".", "-", ".", "")), collapse=""),' (8-1-2023). For help: >help("SGPmatrices") or visit https://centerforassessment.github.io/SGPmatrices')
9+
packageStartupMessage('SGPmatrices ', paste(paste0(unlist(strsplit(as.character(packageVersion("SGPmatrices")), "[.]")), c(".", "-", ".", "")), collapse=""),' (10-11-2023). For help: >help("SGPmatrices") or visit https://centerforassessment.github.io/SGPmatrices')
1010
}
1111
}

data/SGPmatrices.rda

192 KB
Binary file not shown.

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ citEntry(entry = "Manual",
44
title = "{SGPmatrices}: Baseline coefficient matrices for SGP analyses.",
55
author = "Damian W. Betebenner and Adam R. Van Iwaarden",
66
year = "2023",
7-
note = "R package version 0.0-0.999999",
7+
note = "R package version 0.0-0.9999999",
88
url = "https://github.com/CenterForAssessment/SGPmatrices/",
99

1010
textVersion = paste("Damian W. Betebenner and Adam R. Van Iwaarden (2023).",
1111
"SGPmatrices: Baseline coefficient matrices for SGP analyses.",
12-
"(R package version 0.0-0.999999",
12+
"(R package version 0.0-0.9999999",
1313
"URL https://github.com/CenterForAssessment/SGPmatrices/")
1414
)

inst/NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# SGPmatrices 0.0-0.9999999
2+
3+
* Continuing to add in all the baseline matrices necessary to run COVID-19 impact analyses
4+
15
# SGPmatrices 0.0-0.5
26

3-
* Continuing to add in all the baseline analyses necessary to run COVID-19 impact analyses
7+
* Continuing to add in all the baseline matrices necessary to run COVID-19 impact analyses
48

59
# SGPmatrices 0.0-0.2
610

man/SGPmatrices-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
\tabular{ll}{
1111
Package: \tab SGPmatrices\cr
1212
Type: \tab Package\cr
13-
Version: \tab 0.0-0.999999\cr
14-
Date: \tab 2023-8-1\cr
13+
Version: \tab 0.0-0.9999999\cr
14+
Date: \tab 2023-10-11\cr
1515
License: \tab GPL-3\cr
1616
LazyLoad: \tab Yes\cr
1717
LazyData: \tab Yes\cr

man/SGPmatrices.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Matrices are used if baseline SGP analyses are performed. The environment curren
2525
\item{\code{WIDA_IN_Baseline_Matrices}}{Contains 2021 baseline matrices for Indiana WIDA-ACCESS}
2626
\item{\code{WIDA_MA_Baseline_Matrices}}{Contains 2021 baseline matrices for Massachusetts WIDA-ACCESS}
2727
\item{\code{WIDA_NH_Baseline_Matrices}}{Contains 2021 baseline matrices for New Hampshire WIDA-ACCESS}
28+
\item{\code{WIDA_NM_Baseline_Matrices}}{Contains 2021 baseline matrices for New Hampshire WIDA-ACCESS}
2829
\item{\code{WIDA_RI_Baseline_Matrices}}{Contains 2021 baseline matrices for Rhode Island WIDA-ACCESS}
2930
}
3031
}

0 commit comments

Comments
 (0)