library(SGP)

    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 1.5 release of the SGP package posted to CRAN. This is the second release to be officially tagged on GitHub. Download from GitHub via:

devtools::install_github("CenterForAssessment/SGP", ref="9df303e")

To see all the changes in this release check out the change log.

Feel free to drop me 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/SGP documentation built on March 12, 2024, 9:43 a.m.