Skip to content

Commit

Permalink
Rebuild vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Oct 20, 2017
1 parent 696fbdc commit efcd7a8
Show file tree
Hide file tree
Showing 11 changed files with 570 additions and 891 deletions.
204 changes: 187 additions & 17 deletions inst/doc/miniCRAN-dependency-graph.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/doc/miniCRAN-dependency-graph.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The package `chron` neatly illustrates the different roles of Imports, Suggests

## A worked example using the package chron

The function `pkgDep()` exposes not only these dependencies, but also also all recursive dependencies. In other words, it answers the question which packages need to be installed to satsify all dependencies of dependencies.
The function `pkgDep()` exposes not only these dependencies, but also all recursive dependencies. In other words, it answers the question which packages need to be installed to satisfy all dependencies of dependencies.

This means that the algorithm is as follows:

Expand Down
214 changes: 192 additions & 22 deletions inst/doc/miniCRAN-introduction.html

Large diffs are not rendered by default.

208 changes: 189 additions & 19 deletions inst/doc/miniCRAN-non-CRAN-repos.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/doc/miniCRAN-non-CRAN-repos.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Although the package name `miniCRAN` seems to indicate you can only use CRAN as

This vignette contains some examples of how to refer to different package repositories, including CRAN, alternative mirrors of CRAN, R-Forge as well as BioConductor.

To make simplify the code to show the salient features, we use a little helper function, `index()` that is a simple wrapper around `available.packages()`:
To simplify the code to show the salient features, we use a little helper function, `index()` that is a simple wrapper around `available.packages()`:


```{r setup}
Expand Down
20 changes: 0 additions & 20 deletions vignettes/miniCRAN-dependency-graph.R

This file was deleted.

228 changes: 0 additions & 228 deletions vignettes/miniCRAN-dependency-graph.html

This file was deleted.

77 changes: 0 additions & 77 deletions vignettes/miniCRAN-introduction.R

This file was deleted.

255 changes: 0 additions & 255 deletions vignettes/miniCRAN-introduction.html

This file was deleted.

39 changes: 0 additions & 39 deletions vignettes/miniCRAN-non-CRAN-repos.R

This file was deleted.

212 changes: 0 additions & 212 deletions vignettes/miniCRAN-non-CRAN-repos.html

This file was deleted.

0 comments on commit efcd7a8

Please sign in to comment.