-
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.
Change maintainer; Bump version to 0.2.10
- Loading branch information
Showing
5 changed files
with
16 additions
and
13 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
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,4 +1,4 @@ | ||
miniCRAN v0.2.10 | ||
miniCRAN v0.2.10 (Release date: 2017-10-21) | ||
================ | ||
|
||
New features: | ||
|
@@ -11,6 +11,9 @@ Other improvements: | |
* Fixed typos in vignettes (@ryanatanner PR#93 and PR#94) | ||
* Added note on system requirements of curl and XML (#98) | ||
|
||
Changed maintainer to [email protected] #103 | ||
|
||
|
||
miniCRAN v0.2.9 (Release date: 2017-07-20) | ||
=============== | ||
|
||
|
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
miniCRAN | ||
======== | ||
|
||
[![Build Status](https://travis-ci.org/RevolutionAnalytics/miniCRAN.svg?branch=master)](https://travis-ci.org/RevolutionAnalytics/miniCRAN) | ||
[![Build Status](https://travis-ci.org/RevolutionAnalytics/miniCRAN.svg?branch=dev)](https://travis-ci.org/RevolutionAnalytics/miniCRAN) | ||
[![Build Status](https://travis-ci.org/andrie/miniCRAN.svg?branch=master)](https://travis-ci.org/andrie/miniCRAN) | ||
[![Build Status](https://travis-ci.org/andrie/miniCRAN.svg?branch=dev)](https://travis-ci.org/andrie/miniCRAN) | ||
[![](http://www.r-pkg.org/badges/version/miniCRAN)](http://www.r-pkg.org/pkg/miniCRAN) | ||
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/miniCRAN)](http://www.r-pkg.org/pkg/miniCRAN) | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/RevolutionAnalytics/miniCRAN/master.svg)](https://codecov.io/github/RevolutionAnalytics/miniCRAN?branch=master) | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/andrie/miniCRAN/master.svg)](https://codecov.io/github/andrie/miniCRAN?branch=master) | ||
|
||
Create a mini version of CRAN containing only selected packages | ||
|
||
|
@@ -38,7 +38,7 @@ Get the latest stable development version from github: | |
```r | ||
# Use `devtools` to install directly from github | ||
library(devtools) | ||
install_github("RevolutionAnalytics/miniCRAN") | ||
install_github("andrie/miniCRAN") | ||
``` | ||
|
||
### System requirements | ||
|
@@ -68,6 +68,6 @@ pkgs <- c("ggplot2", "plyr", "reshape2") | |
makeRepo(pkgDep(pkgs), path=file.path(tempdir(), "miniCRAN"), download=TRUE) | ||
``` | ||
|
||
## Code of conduct | ||
## Supported by Microsoft | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
I started this project while employed by Revolution Analytics and Microsoft. Microsoft has kindly agreed that I maintain the project individually, and retains copyright to all work on the project until October 2017. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.