Skip to content

Commit

Permalink
Adding in WIDA_NM matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
dbetebenner committed Oct 11, 2023
1 parent d66714c commit 488931e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SGPmatrices
Type: Package
Title: Baseline Coefficient Matrices for SGP Analyses
Version: 0.0-0.999999
Date: 2023-8-1
Version: 0.0-0.9999999
Date: 2023-10-11
Authors@R: c(person(given=c("Damian", "W."), family="Betebenner", email="[email protected]", role=c("aut", "cre")),
person(given=c("Adam", "R."), family="Van Iwaarden", email="[email protected]", role="aut"))
Maintainer: Damian W. Betebenner <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ function(libname, pkgname) {
`.onAttach` <-
function(libname, pkgname) {
if (interactive()) {
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')
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')
}
}
Binary file modified data/SGPmatrices.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ citEntry(entry = "Manual",
title = "{SGPmatrices}: Baseline coefficient matrices for SGP analyses.",
author = "Damian W. Betebenner and Adam R. Van Iwaarden",
year = "2023",
note = "R package version 0.0-0.999999",
note = "R package version 0.0-0.9999999",
url = "https://github.com/CenterForAssessment/SGPmatrices/",

textVersion = paste("Damian W. Betebenner and Adam R. Van Iwaarden (2023).",
"SGPmatrices: Baseline coefficient matrices for SGP analyses.",
"(R package version 0.0-0.999999",
"(R package version 0.0-0.9999999",
"URL https://github.com/CenterForAssessment/SGPmatrices/")
)
6 changes: 5 additions & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SGPmatrices 0.0-0.9999999

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

# SGPmatrices 0.0-0.5

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

# SGPmatrices 0.0-0.2

Expand Down
4 changes: 2 additions & 2 deletions man/SGPmatrices-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
\tabular{ll}{
Package: \tab SGPmatrices\cr
Type: \tab Package\cr
Version: \tab 0.0-0.999999\cr
Date: \tab 2023-8-1\cr
Version: \tab 0.0-0.9999999\cr
Date: \tab 2023-10-11\cr
License: \tab GPL-3\cr
LazyLoad: \tab Yes\cr
LazyData: \tab Yes\cr
Expand Down
1 change: 1 addition & 0 deletions man/SGPmatrices.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Matrices are used if baseline SGP analyses are performed. The environment curren
\item{\code{WIDA_IN_Baseline_Matrices}}{Contains 2021 baseline matrices for Indiana WIDA-ACCESS}
\item{\code{WIDA_MA_Baseline_Matrices}}{Contains 2021 baseline matrices for Massachusetts WIDA-ACCESS}
\item{\code{WIDA_NH_Baseline_Matrices}}{Contains 2021 baseline matrices for New Hampshire WIDA-ACCESS}
\item{\code{WIDA_NM_Baseline_Matrices}}{Contains 2021 baseline matrices for New Hampshire WIDA-ACCESS}
\item{\code{WIDA_RI_Baseline_Matrices}}{Contains 2021 baseline matrices for Rhode Island WIDA-ACCESS}
}
}
Expand Down

0 comments on commit 488931e

Please sign in to comment.