Skip to content

examining the changing landscape in R vignettes since the inclusion of alternative vignette engines

Notifications You must be signed in to change notification settings

rmflight/RVignetteChanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RVignetteChanges

Installation

library(devtools)
install_github("RVignetteChanges", "rmflight")

Background

With the release of R 3.0.0, package authors have the opportunity to write vignettes using alternative engines than the default Sweave. For example, it is now possible to generate html vignettes using knitr.

Purpose

We would like to examine CRAN and Bioconductor R packages to track:

  • if there is a change in the frequency of new packages that include vignettes (in the case of CRAN, where vignettes are optional)
  • how many packages switch from Sweave to alternative vignette engines (CRAN and Bioconductor)

Frequency

The Bioconductor SVN repo is being crawled weekly, and a CRAN mirror is being queried weekly for changed packages.

Data availability

As of July 18 2013, summarized Bioconductor data is available as three matrices. For each package queried, is there a sweave (rnw) or markdown (rmd) vignette. Use load(bioconductorData) to load the data and examine it.

Functions to query the tar.gz files still need to be written.

About

examining the changing landscape in R vignettes since the inclusion of alternative vignette engines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages