Skip to content

shabbychef/kprime

Repository files navigation

```{r setup,include=FALSE}
# set the knitr options ... for everyone!
# if you unset this, then vignette build bonks. oh, joy.
#opts_knit$set(progress=TRUE)
opts_knit$set(eval.after='fig.cap')
# for a package vignette, you do want to echo.
# opts_chunk$set(echo=FALSE,warning=FALSE,message=FALSE)
opts_chunk$set(warning=FALSE,message=FALSE)
#opts_chunk$set(results="asis")
opts_chunk$set(cache=TRUE,cache.path="cache/")

#opts_chunk$set(fig.path="github_extra/figure/",dev=c("pdf","cairo_ps"))
#opts_chunk$set(fig.path="github_extra/figure/",dev=c("png","pdf"))
opts_chunk$set(fig.path="github_extra/figure/",dev=c("png"))
opts_chunk$set(fig.width=5,fig.height=4,dpi=64)

# doing this means that png files are made of figures;
# the savings is small, and it looks like shit:
#opts_chunk$set(fig.path="figure/",dev=c("png","pdf","cairo_ps"))
#opts_chunk$set(fig.width=4,fig.height=4)
# for figures? this is sweave-specific?
#opts_knit$set(eps=TRUE)

# this would be for figures:
#opts_chunk$set(out.width='.8\\textwidth')
# for text wrapping:
options(width=64,digits=2)
opts_chunk$set(size="small")
opts_chunk$set(tidy=TRUE,tidy.opts=list(width.cutoff=50,keep.blank.line=TRUE))

#kprime.meta <- packageDescription('kprime')
```

# kprime

[![Build Status](https://travis-ci.org/shabbychef/kprime.png)](https://travis-ci.org/shabbychef/kprime)
[![codecov.io](http://codecov.io/github/shabbychef/kprime/coverage.svg?branch=master)](http://codecov.io/github/shabbychef/kprime?branch=master)
[![CRAN](http://www.r-pkg.org/badges/version/kprime)](http://cran.rstudio.com/package=kprime) 
[![Downloads](http://cranlogs.r-pkg.org/badges/kprime?color=brightgreen)](http://www.r-pkg.org/pkg/kprime)

kprime.

-- Steven E. Pav, shabbychef@gmail.com

## Installation

This package may be installed from CRAN; the latest version may be
found on [github](https://www.github.com/shabbychef/kprime "kprime")
via devtools, or installed via [drat](https://github.com/eddelbuettel/drat "drat"):

```{r install,eval=FALSE,echo=TRUE}
if (require(devtools)) {
	# latest greatest
	install_github('shabbychef/kprime')
}
# via drat:
if (require(drat)) {
	drat:::add('shabbychef')
	install.packages('kprime')
}
```

# Basic Usage

```{r tryit,eval=FALSE,echo=TRUE}
requre(kprime)
```

About

Compute PQR functions of the K-prime distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published