SGP 1.8-0.0

    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.8 release of the SGP package posted to CRAN. This GitHub tagged release can be downloaded via:

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

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!



Try the SGP package in your browser

Any scripts or data that you put into this service are public.

SGP documentation built on Oct. 23, 2023, 5:08 p.m.