-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from dbetebenner/master
Update to 2023-2024
- Loading branch information
Showing
10 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: SGPdata | ||
Type: Package | ||
Title: Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses | ||
Version: 27.0-0.0 | ||
Date: 2023-10-17 | ||
Version: 28.0-0.0 | ||
Date: 2024-7-14 | ||
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"), | ||
person(given="Ben", family="Domingue", email="[email protected]", role="aut")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SGPdata 28.0-0.0 | ||
|
||
* Updating YEAR to 2023_2024 | ||
|
||
# SGPdata 27.0-0.0 | ||
|
||
* Updating YEAR to 2022_2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SGPdata 28.0-0.0 | ||
|
||
* Updating YEAR to 2023_2024 | ||
|
||
# SGPdata 27.0-0.0 | ||
|
||
* Updating YEAR to 2022_2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "SGPdata 28.0-0.0" | ||
date: "July 14th, 2024" | ||
--- | ||
|
||
```{r include = FALSE} | ||
library(SGPdata) | ||
is_html_output = function() { | ||
knitr::opts_knit$get("rmarkdown.pandoc.to")=="html" | ||
} | ||
knitr::opts_chunk$set( | ||
collapse=TRUE, | ||
comment="", | ||
prompt=TRUE, | ||
fig.dpi=96) | ||
if (is_html_output()) { | ||
options(width=1000) | ||
} | ||
``` | ||
|
||
|
||
This is the 28.0-0.0 release of the **SGPdata** package posted to CRAN. This | ||
[GitHub tagged release](https://github.com/CenterForAssessment/SGPdata/releases/tag/e7d537e) can be downloaded via: | ||
|
||
This release basically auguments the year number to 2024 for the data sets. | ||
|
||
```{r eval=FALSE} | ||
devtools::install_github("CenterForAssessment/SGPdata", ref="e7d537e") | ||
``` | ||
|
||
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! |