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 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zzz.R
\docType{package}
\name{batchtools-package}
\alias{batchtools}
\alias{batchtools-package}
\title{batchtools: Tools for Computation on Batch Systems}
\description{
For bug reports and feature requests please use the tracker:
\url{https://github.com/mllg/batchtools}.
}
\section{Package options}{
\describe{
\item{\code{batchtools.verbose}}{
Verbosity. Set to \code{FALSE} to suppress info messages and progress bars.
}
\item{\code{batchtools.progress}}{
Progress bars. Set to \code{FALSE} to disable them.
}
\item{\code{batchtools.timestamps}}{
Add time stamps to log output. Set to \code{FALSE} to disable them.
}
}
Furthermore, you may enable a debug mode using the \pkg{debugme} package by
setting the environment variable \dQuote{DEBUGME} to \dQuote{batchtools} before
loading \pkg{batchtools}.
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/mllg/batchtools}
\item Report bugs at \url{https://github.com/mllg/batchtools/issues}
}
}
\author{
\strong{Maintainer}: Michel Lang \email{michellang@gmail.com} (\href{https://orcid.org/0000-0001-9754-0393}{ORCID})
Authors:
\itemize{
\item Bernd Bischl \email{bernd_bischl@gmx.net}
}
Other contributors:
\itemize{
\item Dirk Surmann \email{surmann@statistik.tu-dortmund.de} (\href{https://orcid.org/0000-0003-0873-137X}{ORCID}) [contributor]
}
}
|