Package: rdoxygen Title: Create Doxygen Documentation for Source Code Version: 2.0.0 Authors@R: c( person("Clemens", "Schmid", email = "clemens@nevrome.de", role = c("cph", "aut", "cre")), person("Martin", "Lysy", email = "mlysy@uwaterloo.ca", role = c("aut")) ) Description: Create 'doxygen' documentation for source code in R packages, and optionally make it accessible as an R vignette. Includes a 'RStudio' Addin to easily trigger the doxygenize process. Date: 2019-06-06 Depends: R (>= 3.3) License: GPL (>=2) Encoding: UTF-8 URL: https://github.com/mlysy/rdoxygen BugReports: https://github.com/mlysy/rdoxygen/issues RoxygenNote: 6.1.1 Imports: tools, utils, rprojroot, desc, yaml, usethis Suggests: testthat, knitr, rmarkdown, pkgbuild SystemRequirements: doxygen VignetteBuilder: knitr Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://mlysy.r-universe.dev Date/Publication: 2019-09-04 13:39:14 UTC RemoteUrl: https://github.com/mlysy/rdoxygen RemoteRef: HEAD RemoteSha: 90f947d1826886a5290607b86ba76da79c4b6731 NeedsCompilation: no Packaged: 2026-07-02 06:54:08 UTC; root Author: Clemens Schmid [cph, aut, cre], Martin Lysy [aut] Maintainer: Clemens Schmid