1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.r
\docType{package}
\name{repr-package}
\alias{repr-package}
\title{The repr package}
\description{
String and binary representations of objects for several formats / mime types.
}
\details{
The LaTeX repr of vectors needs \code{\\usepackage[inline]{enumitem}}
The LaTeX repr of functions with the \code{repr.function.highlight} option set to FALSE needs \code{\\usepackage{minted}}
}
\seealso{
\link{repr}, \link{repr-options}, \link{repr-generics}, \link{repr_text}
}
\author{
\strong{Maintainer}: Philipp Angerer \email{phil.angerer@gmail.com} (\href{https://orcid.org/0000-0002-0369-2888}{ORCID})
Authors:
\itemize{
\item Thomas Kluyver \email{thomas@kluyver.me.uk}
\item Jan Schulz \email{jasc@gmx.net}
}
Other contributors:
\itemize{
\item abielr [contributor]
\item Denilson Figueiredo de Sa [contributor]
\item Jim Hester [contributor]
\item karldw [contributor]
\item Dave Foster [contributor]
\item Carson Sievert [contributor]
}
}
|