Skip to content

Commit 4120b04

Browse files
authored
Merge pull request CenterForAssessment#47 from dbetebenner/master
Updating UT matrices
2 parents 261affb + 4653608 commit 4120b04

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.9999999
5-
Date: 2023-10-11
4+
Version: 0.0-0.99999999
5+
Date: 2024-8-6
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=""),' (10-11-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=""),' (8-6-2024). For help: >help("SGPmatrices") or visit https://centerforassessment.github.io/SGPmatrices')
1010
}
1111
}

data/SGPmatrices.rda

-58.8 KB
Binary file not shown.

inst/CITATION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ citHeader("To cite package 'SGPmatrices' in publications use:")
33
citEntry(entry = "Manual",
44
title = "{SGPmatrices}: Baseline coefficient matrices for SGP analyses.",
55
author = "Damian W. Betebenner and Adam R. Van Iwaarden",
6-
year = "2023",
7-
note = "R package version 0.0-0.9999999",
6+
year = "2024",
7+
note = "R package version 0.0-0.99999999",
88
url = "https://github.com/CenterForAssessment/SGPmatrices/",
99

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

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.9999999\cr
14-
Date: \tab 2023-10-11\cr
13+
Version: \tab 0.0-0.99999999\cr
14+
Date: \tab 2024-8-6\cr
1515
License: \tab GPL-3\cr
1616
LazyLoad: \tab Yes\cr
1717
LazyData: \tab Yes\cr

0 commit comments

Comments
 (0)