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 can be downloaded via:

This release basically auguments the year number to 2024 for the data sets.

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!



CenterForAssessment/SGPdata documentation built on July 18, 2024, 12:20 a.m.