-
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.
* dev: Bump version to 0.2.11 Add mockery to Suggests Update docs Add tests to improve code coverage minor cleanup misc cleanup Mock without using mockery or testthat::with_mock More mocking experiments mockery(>= 0.4.0) Depends on mockery >= 0.4.0 #107 stub one level less deep Rebuild vignettes Use mocking to speed up tests #107 Remove magrittr dependency
- Loading branch information
Showing
66 changed files
with
1,652 additions
and
475 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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Package: miniCRAN | ||
Date: 2018-01-15 | ||
Version: 0.2.11 | ||
Authors@R: c(person("Microsoft Corporation", role="cph"), person("Andrie", "de | ||
Vries", role=c("aut", "cre"), email="[email protected]"), | ||
Vries", role=c("aut", "cre", "cph"), email="[email protected]"), | ||
person("Alex", "Chubaty", role="ctb", email="[email protected]")) | ||
License: GPL-2 | ||
Copyright: Microsoft Corporation | ||
Copyright: Microsoft Corporation, Andrie de Vries | ||
Title: Create a Mini Version of CRAN Containing Only Selected Packages | ||
Description: Makes it possible to create an internally consistent | ||
repository consisting of selected packages from CRAN-like repositories. | ||
|
@@ -12,29 +14,27 @@ Description: Makes it possible to create an internally consistent | |
subset. The user can then install packages from this repository directly, | ||
rather than from CRAN. This is useful in production settings, e.g. server | ||
behind a firewall, or remote locations with slow (or zero) Internet access. | ||
Date: 2017-12-19 | ||
Version: 0.2.11.9000 | ||
URL: https://github.com/andrie/miniCRAN | ||
BugReports: https://github.com/andrie/miniCRAN/issues | ||
SystemRequirements: Imports the `curl` and `XML` packages. These have system | ||
requirements on `libxml2-devel`, `libcurl-devel` and `openssl-devel`. | ||
Imports: | ||
graphics, | ||
httr, | ||
magrittr, | ||
methods, | ||
stats, | ||
tools, | ||
utils, | ||
XML, | ||
igraph | ||
igraph, | ||
Suggests: | ||
devtools, | ||
knitr, | ||
rmarkdown, | ||
testthat(>= 0.9), | ||
covr, | ||
withr | ||
withr, | ||
mockery | ||
LazyData: true | ||
LazyLoad: true | ||
VignetteBuilder: knitr | ||
|
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
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
Oops, something went wrong.