-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from andrie/dev
Merge dev to master
- Loading branch information
Showing
64 changed files
with
5,880 additions
and
1,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ LICENSE.md | |
.travis.yml | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^docs$ | ||
^_pkgdown\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.