Package: roxyPackage Type: Package Title: Utilities to Automate Package Builds Description: The intention of this package is to make packaging R code as easy as possible. 'roxyPackage' uses tools from the 'roxygen2' package to generate documentation. It also automatically generates and updates files like *-package.R, DESCRIPTION, CITATION, ChangeLog and NEWS.Rd. Building packages supports source format, as well as several binary formats (MS Windows, Mac OS X, Debian GNU/Linux) if the package contains pure R code only. The packages built are stored in a fully functional local R package repository which can be synced to a web server to share them with others. This includes the generation of browsable HTML pages similar to CRAN, with support for RSS feeds from the ChangeLog. Please read the vignette for a more detailed explanation by example. Author: m.eik michalke [aut, cre], Robert Nuske [ctb] Maintainer: m.eik michalke Depends: R (>= 3.0.0) Imports: methods,roxygen2,tools,XiMpLe (>= 0.11-1) Suggests: testthat,knitr,rmarkdown VignetteBuilder: knitr URL: https://reaktanz.de/?c=hacking&s=roxyPackage BugReports: https://github.com/unDocUMeantIt/roxyPackage/issues License: GPL (>= 3) Encoding: UTF-8 LazyLoad: yes Authors@R: c(person(given="m.eik", family="michalke", email="meik.michalke@hhu.de", role=c("aut", "cre")), person(given="Robert", family="Nuske", role=c("ctb"))) Version: 0.10-1 Date: 2023-03-03