R/Xmisc-package.R

## ************************************************************************
## Xmisc-package.R: Roxygen2 documentation file for the Xmisc package.
## 
## 
## (c) Xiaobei Zhao
## 
## Thu Jun 12 23:59:34 EDT 2014 -0400 (Week 23)
## 
## 
## Reference: 
## 
## 
## ************************************************************************


##' This is Xiaobei's miscellaneous classes and functions useful when 
##' developing R packages, particularly for OOP using R Reference Class.
##' 
##' Listed are a few highlighted features that may be of common interests.
##' \itemize{
##' \item \code{\link{xRefClass-class}}
##' \item \code{\link{ArgumentParser-class}}
##' \item \code{\link{logme}}
##' \item \code{\link{lprintf}}
##' }
##'
##' You may find the latest version of \code{Xmisc} at \url{http://cran.r-project.org/web/packages/Xmisc/index.html}.
##' @title Xiaobei's miscellaneous classes and functions
##' @name Xmisc-package
##' @docType package
##' @author Xiaobei Zhao
##' @references Xiaobei Zhao (2014)
##' @keywords package
NULL

Try the Xmisc package in your browser

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

Xmisc documentation built on May 2, 2019, 8:23 a.m.