-
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 #102 from dbetebenner/master
Updating startup message
- Loading branch information
Showing
5 changed files
with
24 additions
and
13 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,15 +1,15 @@ | ||
Package: SGPdata | ||
Type: Package | ||
Title: Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses | ||
Version: 28.0-0.0 | ||
Date: 2024-7-14 | ||
Version: 28.5-0.0 | ||
Date: 2024-12-3 | ||
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")) | ||
Maintainer: Damian W. Betebenner <[email protected]> | ||
Depends: R (>= 4.0) | ||
Suggests: SGP (>= 1.9-0.0), knitr, rmarkdown | ||
Imports: crayon, data.table (>= 1.14.0) | ||
Imports: crayon, data.table (>= 1.14.0), toOrdinal | ||
Description: Data sets utilized by the 'SGP' package as exemplars for users to conduct their own student growth percentiles (SGP) analyses. | ||
URL: https://CenterForAssessment.github.io/SGPdata/, https://github.com/CenterForAssessment/SGPdata/, https://cran.r-project.org/package=SGPdata | ||
BugReports: https://github.com/CenterForAssessment/SGPdata/issues/ | ||
|
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,4 @@ | ||
importFrom(crayon,bold,green,magenta,red,yellow) | ||
importFrom(utils,packageVersion) | ||
importFrom(toOrdinal,toOrdinal) | ||
import(data.table) |
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