Skip to content

Commit

Permalink
Update NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Oct 20, 2017
1 parent efcd7a8 commit 56d3e5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 9 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
miniCRAN v0.2.10
================

* fixed typos in vignettes (@ryanatanner PR#93 and PR#94)
* added package option `miricran.mran` which sets default preferred MRAN url (#72)
New features:
* Added package option `minicran.mran` which sets default preferred MRAN url (#72)

Bug fixes:
* Fixed 'Error in basename(prev)' when calling `addPackage()` (#99)

Other improvements:
* Fixed typos in vignettes (@ryanatanner PR#93 and PR#94)
* Added note on system requirements of curl and XML (#98)

miniCRAN v0.2.9 (Release date: 2017-07-20)
===============
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install.packages("miniCRAN")
library("miniCRAN")
```

### Development version

Get the latest stable development version from github:

Expand All @@ -40,7 +41,7 @@ library(devtools)
install_github("RevolutionAnalytics/miniCRAN")
```

## System requirements
### System requirements

The `miniCRAN` package itself doesn't introduce any system dependencies. However, the package imports [`curl`](https://cran.r-project.org/package=curl) and `XML` packages. These have system requirements on `libxml2-devel`, `libcurl-devel` and `openssl-devel`.

Expand All @@ -50,7 +51,7 @@ On systems with the `rpm` package manager (Red Hat, CentOS) try:
yum install libcurl-devel libxml2-devel openssl-devel
```

On systems with the `atp` package manager (Debian, Ubuntu) try:
On systems with the `aptitude` package manager (Debian, Ubuntu) try:

```bash
apt-get install libcurl4-openssl-dev libxml2-devel openssl-devel
Expand Down

0 comments on commit 56d3e5e

Please sign in to comment.