Skip to content

Commit

Permalink
Build docs using pkgdown #105
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Dec 19, 2017
1 parent 3118ba7 commit 3edb8c2
Show file tree
Hide file tree
Showing 39 changed files with 5,490 additions and 0 deletions.
54 changes: 54 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
navbar:
title: miniCRAN
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Using miniCRAN to identify package dependencies
href: articles/miniCRAN-dependency-graph.html
- text: Using miniCRAN to create a local CRAN repository
href: articles/miniCRAN-introduction.html
- text: Using repositories other than CRAN with miniCRAN
href: articles/miniCRAN-non-CRAN-repos.html
right:
- icon: fa-github fa-lg
href: https://github.com/andrie/miniCRAN

reference:
- title: Create
desc: Creating a miniCRAN
contents:
- '`makeRepo`'
- title: Dependencies
desc: Identify and plot dependency tree
contents:
- '`pkgDep`'
- '`plot.pkgDepGraph`'
- '`makeDepGraph`'
- title: Extend
desc: Add additional packages
contents:
- '`addLocalPackage`'
- '`addOldPackage`'
- '`addPackage`'
- '`updatePackages`'
- title: Internal functions
desc: ~
contents:
- '`addPackageListingGithub`'
- '`basePkgs`'
- '`checkVersions`'
- '`cranJuly2014`'
- '`getCranDescription`'
- '`.listFiles`'
- '`makeLibrary`'
- '`miniCRAN-package`'
- '`pkgAvail`'
- '`repoBinPath`'
- '`repoPrefix`'
- '`twodigitRversion`'

131 changes: 131 additions & 0 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

183 changes: 183 additions & 0 deletions docs/articles/miniCRAN-dependency-graph.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3edb8c2

Please sign in to comment.