Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
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: 28.5-0.0
Date: 2024-12-3
Version: 28.9-3.0
Date: 2025-5-6
Authors@R: c(person(given=c("Damian", "W."), family="Betebenner", email="dbetebenner@nciea.org", role=c("aut", "cre")),
person(given=c("Adam", "R."), family="Van Iwaarden", email="avaniwaarden@nciea.com", role="aut"),
person(given="Ben", family="Domingue", email="ben.domingue@gmail.com", role="aut"))
Expand Down
6 changes: 3 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ function(libname, pkgname) {

# Define a friendly startup message
message_text <- paste0(
magenta(bold("\uD83C\uDF89 SGPdata v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2024-12-4"), "\n",
magenta(bold("\uD83C\uDF89 SGPdata v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2025-4-17"), "\n",
strrep("\u2501", 40), "\n",
bold("\U1F4E6 CRAN: "), cran.version, "\n",
bold("\U1F527 Dev: "), dev.version, "\n",
strrep("\u2501", 40), "\n",
"\U1F4A1 Tip: ", magenta(bold("> help(package=\"SGPdata\")")), "\n",
"\U1F310 Docs: ", magenta(bold("https://centerforassessment.github.io/SGPdata")), "\n",
strrep("\u2501", 40), "\n",
"\u2728 Happy SGPing!")
"\u2728 Happy SGPing!", "\n")

# Display the startup message
packageStartupMessage(message_text)
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SGPdata
[![R-CMD-check](https://github.com/CenterForAssessment/SGPdata/workflows/R-CMD-check/badge.svg)](https://github.com/CenterForAssessment/SGPdata/actions)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/centerforassessment/SGPdata?branch=master&svg=true)](https://ci.appveyor.com/project/centerforassessment/SGPdata)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/SGPdata)](https://cran.r-project.org/package=SGPdata)
[![Development Version](https://img.shields.io/badge/devel-28.0--0.0-brightgreen.svg)](https://github.com/CenterForAssessment/SGPdata)
[![Development Version](https://img.shields.io/badge/devel-28.9--3.0-brightgreen.svg)](https://github.com/CenterForAssessment/SGPdata)
[![Rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/SGPdata)](https://github.com/metacran/cranlogs.app)
[![License](https://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](https://github.com/CenterForAssessment/SGPdata/blob/master/LICENSE.md)
[![Join the chat at https://gitter.im/CenterForAssessment/SGPdata](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CenterForAssessment/SGPdata?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
Binary file modified data/sgpData.rda
Binary file not shown.
Binary file modified data/sgpData_INSTRUCTOR_NUMBER.rda
Binary file not shown.
Binary file modified data/sgpData_LONG.rda
Binary file not shown.
Binary file modified data/sgptData_LONG.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ bibentry(
person(given = c("Adam", "R."), family = "Van Iwaarden"),
person(given = c("Benjamin"), family = "Domingue")
),
year = "2024",
note = "R package version 28.5-0.0",
year = "2025",
note = "R package version 28.9-3.0",
url = "https://centerforassessment.github.io/SGPdata/",
textVersion = paste(
"Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2024).",
"Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2025).",
"SGPdata: Exemplar Data Sets for Student Growth Percentile (SGP) Analyses.",
"(R package version 28.5-0.0.",
"(R package version 28.9-3.0.",
"URL: https://centerforassessment.github.io/SGPdata/"
)
)
4 changes: 2 additions & 2 deletions man/SGPdata-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
\tabular{ll}{
Package: \tab SGPdata\cr
Type: \tab Package\cr
Version: \tab 28.5-0.0\cr
Date: \tab 2024-12-3\cr
Version: \tab 28.9-3.0\cr
Date: \tab 2025-5-6\cr
License: \tab GPL-3\cr
LazyLoad: \tab Yes\cr
LazyData: \tab Yes\cr
Expand Down
4 changes: 2 additions & 2 deletions man/sgpData.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ of their own datasets for growth percentile analyses.
A data frame of student level observations for five years on the following variables.
\describe{
\item{\code{ID}}{Student ID}
\item{\code{GRADE_2020}}{Student Grade Tested 2020, possibly missing}
\item{\code{GRADE_2021}}{Student Grade Tested 2021, possibly missing}
\item{\code{GRADE_2022}}{Student Grade Tested 2022, possibly missing}
\item{\code{GRADE_2023}}{Student Grade Tested 2023, possibly missing}
\item{\code{GRADE_2024}}{Student Grade Tested 2024, possibly missing}
\item{\code{SS_2020}}{Student Scale Score 2020, possibly missing}
\item{\code{GRADE_2025}}{Student Grade Tested 2025, possibly missing}
\item{\code{SS_2021}}{Student Scale Score 2021, possibly missing}
\item{\code{SS_2022}}{Student Scale Score 2022, possibly missing}
\item{\code{SS_2023}}{Student Scale Score 2023, possibly missing}
\item{\code{SS_2024}}{Student Scale Score 2024, possibly missing}
\item{\code{SS_2025}}{Student Scale Score 2025, possibly missing}
}
}

Expand Down
3 changes: 2 additions & 1 deletion man/sgptData_LONG.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ across years with the results being used to produce a variety of high quality vi
\item{\code{GRADE}}{Variable indicating the grade associated with the test record.}
\item{\code{SCALE_SCORE}}{Variable providing the scale score associated with the test record.}
\item{\code{SCALE_SCORE_RASCH}}{Variable providing the Rasch score associated with the test record.}
\item{\code{SEM}}{Variable indicating the standard error of measurement associated with the scale score.}
\item{\code{SCALE_SCORE_CSEM}}{Variable indicating the standard error of measurement associated with the scale score.}
\item{\code{SCALE_SCORE_RASCH_CSEM}}{Variable indicating the standard error of measurement associated with the Rasch score.}
\item{\code{ACHIEVEMENT_LEVEL}}{Variable indicating the achievement level associated with the scale score.}
}
}
Expand Down