Skip to content

Commit

Permalink
Merge pull request #1464 from dbetebenner/master
Browse files Browse the repository at this point in the history
Updating ERB knots and boundaries
  • Loading branch information
dbetebenner authored Jan 15, 2025
2 parents 59204c8 + 4a2a375 commit 9c951cd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
- family-names: "Shang"
given-names: "Yi"
title: "SGP: Student Growth Percentiles & Percentile Growth Trajectories"
version: 2.2-1.0
version: 2.2-1.1
doi: 10.5281/zenodo.13921157
date-released: 2024-12-4
date-released: 2025-1-15
url: "https://sgp.io"
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SGP
Type: Package
Title: Student Growth Percentiles & Percentile Growth Trajectories
Version: 2.2-1.0
Date: 2024-12-4
Version: 2.2-1.1
Date: 2025-1-15
Authors@R: c(person(given=c("Damian", "W."), family="Betebenner", email="dbetebenner@nciea.org", role=c("aut", "cre"), comment=c(ORCID = "0000-0003-0476-5599")),
person(given=c("Adam", "R."), family="Van Iwaarden", email="avaniwaarden@nciea.org", role="aut"),
person(given="Ben", family="Domingue", email="ben.domingue@gmail.com", role="aut"),
Expand Down
4 changes: 2 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function(libname, pkgname) {

# Define a friendly startup message
message_text <- paste0(
magenta(bold("\uD83C\uDF89 SGP v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2024-12-4"), "\n",
magenta(bold("\uD83C\uDF89 SGP v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2025-1-15"), "\n",
strrep("\u2501", 40), "\n",
bold("\U1F4E6 CRAN: "), cran.version, "\n",
bold("\U1F527 Dev: "), dev.version, "\n",
Expand All @@ -48,4 +48,4 @@ function(libname, pkgname) {
# Display the startup message
packageStartupMessage(message_text)
}
}
}
Binary file modified data/SGPstateData.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 @@ -8,13 +8,13 @@ bibentry(
person(given = c("Benjamin"), family = "Domingue"),
person(given = c("Yi"), family = "Shang")
),
year = "2024",
note = "R package version 2.2-1.0",
year = "2025",
note = "R package version 2.2-1.1",
url = "https://sgp.io",
textVersion = paste(
"Damian W. Betebenner, Adam R. Van Iwaarden, Benjamin Domingue and Yi Shang (2024).",
"Damian W. Betebenner, Adam R. Van Iwaarden, Benjamin Domingue and Yi Shang (2025).",
"SGP: Student Growth Percentiles & Percentile Growth Trajectories.",
"(R package version 2.2-1.0)",
"(R package version 2.2-1.1)",
"URL: https://sgp.io"
)
)
4 changes: 2 additions & 2 deletions man/SGP-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ growth projections to be calculated across assessment transitions by equating th
\tabular{ll}{
Package: \tab SGP\cr
Type: \tab Package\cr
Version: \tab 2.2-1.0\cr
Date: \tab 2024-12-4\cr
Version: \tab 2.2-1.1\cr
Date: \tab 2024-1-15\cr
License: \tab GPL-3\cr
LazyLoad: \tab yes\cr
}
Expand Down

0 comments on commit 9c951cd

Please sign in to comment.