Skip to content

Commit 7fb91bd

Browse files
committed
Updating RLI configurations
1 parent 80966b9 commit 7fb91bd

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
- family-names: "Shang"
1212
given-names: "Yi"
1313
title: "SGP: Student Growth Percentiles & Percentile Growth Trajectories"
14-
version: 2.2-1.9996
14+
version: 2.2-1.9997
1515
doi: 10.5281/zenodo.10037891
16-
date-released: 2025-6-16
16+
date-released: 2025-6-17
1717
url: "https://sgp.io"

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SGP
22
Type: Package
33
Title: Student Growth Percentiles & Percentile Growth Trajectories
4-
Version: 2.2-1.9996
5-
Date: 2025-6-16
4+
Version: 2.2-1.9997
5+
Date: 2025-6-17
66
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")),
77
person(given=c("Adam", "R."), family="Van Iwaarden", email="avaniwaarden@nciea.org", role="aut"),
88
person(given="Ben", family="Domingue", email="ben.domingue@gmail.com", role="aut"),

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function(libname, pkgname) {
4141

4242
# Define a friendly startup message
4343
message_text <- paste0(
44-
magenta(bold("\uD83C\uDF89 SGP v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2025-6-16"), "\n",
44+
magenta(bold("\uD83C\uDF89 SGP v", installed.version, sep="")), " - ", toOrdinal::toOrdinalDate("2025-6-17"), "\n",
4545
strrep("\u2501", 40), "\n",
4646
bold("\U1F4E6 CRAN: "), cran.version, "\n",
4747
bold("\U1F527 Dev: "), dev.version, "\n",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SGP
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6471237.svg)](https://doi.org/10.5281/zenodo.6471237)
55
[![R-CMD-check](https://github.com/CenterForAssessment/SGP/workflows/R-CMD-check/badge.svg)](https://github.com/CenterForAssessment/SGP/actions)
66
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/SGP)](https://cran.r-project.org/package=SGP)
7-
[![Development Version](https://img.shields.io/badge/devel-2.2--1.9996-brightgreen.svg)](https://github.com/CenterForAssessment/SGP)
7+
[![Development Version](https://img.shields.io/badge/devel-2.2--1.9997-brightgreen.svg)](https://github.com/CenterForAssessment/SGP)
88
[![Rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/SGP)](https://github.com/metacran/cranlogs.app)
99
[![License](https://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](https://github.com/CenterForAssessment/SGP/blob/master/LICENSE.md)
1010

data/SGPstateData.rda

-24 Bytes
Binary file not shown.

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ bibentry(
99
person(given = c("Yi"), family = "Shang")
1010
),
1111
year = "2025",
12-
note = "R package version 2.2-1.9996",
12+
note = "R package version 2.2-1.9997",
1313
url = "https://sgp.io",
1414
textVersion = paste(
1515
"Damian W. Betebenner, Adam R. Van Iwaarden, Benjamin Domingue and Yi Shang (2025).",
1616
"SGP: Student Growth Percentiles & Percentile Growth Trajectories.",
17-
"(R package version 2.2-1.9996)",
17+
"(R package version 2.2-1.9997)",
1818
"URL: https://sgp.io"
1919
)
2020
)

man/SGP-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ growth projections to be calculated across assessment transitions by equating th
1919
\tabular{ll}{
2020
Package: \tab SGP\cr
2121
Type: \tab Package\cr
22-
Version: \tab 2.2-1.9996\cr
23-
Date: \tab 2025-6-16\cr
22+
Version: \tab 2.2-1.9997\cr
23+
Date: \tab 2025-6-17\cr
2424
License: \tab GPL-3\cr
2525
LazyLoad: \tab yes\cr
2626
}

0 commit comments

Comments
 (0)