Skip to content

Commit 54d5856

Browse files
authored
Merge pull request #99 from dbetebenner/master
Update to 2023-2024
2 parents 06a43b6 + 0469a41 commit 54d5856

File tree

10 files changed

+54
-12
lines changed

10 files changed

+54
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SGPdata
22
Type: Package
33
Title: Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses
4-
Version: 27.0-0.0
5-
Date: 2023-10-17
4+
Version: 28.0-0.0
5+
Date: 2024-7-14
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
person(given="Ben", family="Domingue", email="[email protected]", role="aut"))

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SGPdata 28.0-0.0
2+
3+
* Updating YEAR to 2023_2024
4+
15
# SGPdata 27.0-0.0
26

37
* Updating YEAR to 2022_2023

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(magenta$bold('SGPdata',paste(paste0(unlist(strsplit(as.character(packageVersion("SGPdata")), "[.]")), c(".", "-", ".", "")), collapse=""),' (10-17-2023). For help: >help("SGPdata") or visit https://centerforassessment.github.io/SGPdata'))
9+
packageStartupMessage(magenta$bold('SGPdata',paste(paste0(unlist(strsplit(as.character(packageVersion("SGPdata")), "[.]")), c(".", "-", ".", "")), collapse=""),' (7-14-2024). For help: >help("SGPdata") or visit https://centerforassessment.github.io/SGPdata'))
1010
}
1111
}

data/sgpData.rda

-300 Bytes
Binary file not shown.

data/sgpData_LONG.rda

-788 Bytes
Binary file not shown.

inst/CITATION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ bibentry(
77
person(given = c("Adam", "R."), family = "Van Iwaarden"),
88
person(given = c("Benjamin"), family = "Domingue")
99
),
10-
year = "2023",
11-
note = "R package version 27.0-0.0",
10+
year = "2024",
11+
note = "R package version 28.0-0.0",
1212
url = "https://centerforassessment.github.io/SGPdata/",
1313
textVersion = paste(
14-
"Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2023).",
14+
"Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2024).",
1515
"SGPdata: Exemplar Data Sets for Student Growth Percentile (SGP) Analyses.",
16-
"(R package version 27.0-0.0.",
16+
"(R package version 28.0-0.0.",
1717
"URL: https://centerforassessment.github.io/SGPdata/"
1818
)
19-
)
19+
)

inst/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SGPdata 28.0-0.0
2+
3+
* Updating YEAR to 2023_2024
4+
15
# SGPdata 27.0-0.0
26

37
* Updating YEAR to 2022_2023

man/SGPdata-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
\tabular{ll}{
1212
Package: \tab SGPdata\cr
1313
Type: \tab Package\cr
14-
Version: \tab 27.0-0.0\cr
15-
Date: \tab 2023-10-17\cr
14+
Version: \tab 28.0-0.0\cr
15+
Date: \tab 2024-7-14\cr
1616
License: \tab GPL-3\cr
1717
LazyLoad: \tab Yes\cr
1818
LazyData: \tab Yes\cr

man/sgpData.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ of their own datasets for growth percentile analyses.
1313
A data frame of student level observations for five years on the following variables.
1414
\describe{
1515
\item{\code{ID}}{Student ID}
16-
\item{\code{GRADE_2019}}{Student Grade Tested 2019, possibly missing}
1716
\item{\code{GRADE_2020}}{Student Grade Tested 2020, possibly missing}
1817
\item{\code{GRADE_2021}}{Student Grade Tested 2021, possibly missing}
1918
\item{\code{GRADE_2022}}{Student Grade Tested 2022, possibly missing}
2019
\item{\code{GRADE_2023}}{Student Grade Tested 2023, possibly missing}
21-
\item{\code{SS_2019}}{Student Scale Score 2019, possibly missing}
20+
\item{\code{GRADE_2024}}{Student Grade Tested 2024, possibly missing}
2221
\item{\code{SS_2020}}{Student Scale Score 2020, possibly missing}
2322
\item{\code{SS_2021}}{Student Scale Score 2021, possibly missing}
2423
\item{\code{SS_2022}}{Student Scale Score 2022, possibly missing}
2524
\item{\code{SS_2023}}{Student Scale Score 2023, possibly missing}
25+
\item{\code{SS_2024}}{Student Scale Score 2024, possibly missing}
2626
}
2727
}
2828

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "SGPdata 28.0-0.0"
3+
date: "July 14th, 2024"
4+
---
5+
6+
```{r include = FALSE}
7+
library(SGPdata)
8+
9+
is_html_output = function() {
10+
knitr::opts_knit$get("rmarkdown.pandoc.to")=="html"
11+
}
12+
13+
knitr::opts_chunk$set(
14+
collapse=TRUE,
15+
comment="",
16+
prompt=TRUE,
17+
fig.dpi=96)
18+
19+
if (is_html_output()) {
20+
options(width=1000)
21+
}
22+
```
23+
24+
25+
This is the 28.0-0.0 release of the **SGPdata** package posted to CRAN. This
26+
[GitHub tagged release](https://github.com/CenterForAssessment/SGPdata/releases/tag/e7d537e) can be downloaded via:
27+
28+
This release basically auguments the year number to 2024 for the data sets.
29+
30+
```{r eval=FALSE}
31+
devtools::install_github("CenterForAssessment/SGPdata", ref="e7d537e")
32+
```
33+
34+
Feel free to drop us a line with any comments, feature requests, or ideas. And give us a shout-out Tweet using the Twitter button in the upper right!

0 commit comments

Comments
 (0)