From 9bbb31722cc129b69d50acdc65428c7763adb4e8 Mon Sep 17 00:00:00 2001 From: James Balamuta Date: Wed, 26 Apr 2017 10:33:53 -0500 Subject: [PATCH] Use roxygen2 to mirror DESCRIPTION file information into package documentation --- R/fourPNO-internal.R | 2 +- man/fourPNO-package.Rd | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 man/fourPNO-package.Rd diff --git a/R/fourPNO-internal.R b/R/fourPNO-internal.R index 9517135..ac0cdcc 100644 --- a/R/fourPNO-internal.R +++ b/R/fourPNO-internal.R @@ -128,4 +128,4 @@ c(403L, 10L, -916551914L, 1672741312L, 1551819139L, 1470003105L, #' @useDynLib "fourPNO", .registration=TRUE #' @importFrom Rcpp evalCpp -NULL +"_PACKAGE" diff --git a/man/fourPNO-package.Rd b/man/fourPNO-package.Rd new file mode 100644 index 0000000..d5f11c3 --- /dev/null +++ b/man/fourPNO-package.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/fourPNO-internal.R +\docType{package} +\name{fourPNO-package} +\alias{fourPNO} +\alias{fourPNO-package} +\title{fourPNO: Bayesian 4 Parameter Item Response Model} +\description{ +Estimate Barton & Lord's (1981) +four parameter IRT model with lower and upper asymptotes using Bayesian +formulation described by Culpepper (2016) . +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/tmsalab/fourPNO} + \item Report bugs at \url{https://github.com/tmsalab/fourPNO/issues} +} + +} +\author{ +\strong{Maintainer}: Steven Andrew Culpepper \email{sculpepp@illinois.edu} + +}