Rd2roxygen -
RForge.net

Rd2roxygen

About Rd2roxygen
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/yihui/Rd2roxygen.git Rd2roxygen
see also Rd2roxygen GitHub repository.

To install the latest development snapshot of this package, use

install.packages("Rd2roxygen",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("Rd2roxygen",,"http://rforge.net/")

Most recent GIT commits


f1c67642| Yihui Xie | Sun Mar 7 21:35:53 2021 -0600
lower-case rd2roxygen in URL
 M       vignettes/Rd2roxygen.Rmd

43f0cba6| Christophe Dervieux | Tue Nov 24 06:29:14 2020 +0100
Switch to GHA (#28)

* Use gha

* remove travis
 M       .Rbuildignore
 A       .github/.gitignore
 A       .github/workflows/R-CMD-check.yaml
 D       .travis.yml
 M       README.md

efc90537| Yihui Xie | Tue Oct 13 08:52:09 2020 -0500
I don't really need packages from XRAN
 M       .travis.yml

22da0e58| Yihui Xie | Tue Oct 13 08:40:44 2020 -0500
Revert "add a junk function to avoid a check NOTE" and just use roxygen2::roxygenize directly in xfun::Rscript_call()

This reverts commit c24f2eecd2e6c1c53526510601428201d459d93e.
 M       DESCRIPTION
 M       R/build.R
 M       R/utils.R

1175079b| Yihui Xie | Wed Jun 24 00:39:06 2020 -0500
start the next version
 M       DESCRIPTION
 M       NEWS