Skip to content

Commit

Permalink
Added build notes to emphasize that package was build with R 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eschen42 committed May 15, 2017
1 parent bf62b99 commit 48bff78
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@ SOFTWARE.

* Support and tests for new features.

#### BUILD NOTES

* This package was built with R 3.3.1 under miniconda as follows:

```
$ ~/miniconda2/bin/conda create -n r3.3.1 r-base=3.3.1
$ source ~/miniconda2/bin/activate r3.3.1
(r3.3.1) $ R
> library(devtools)
> document()
> test()
> check()
> build()
> install()
```

Result is at ~/src/w4mclassfilter_0.98.2.tar.gz

### CHANGES IN VERSION 0.98.1
#### NEW FEATURES

Expand Down

0 comments on commit 48bff78

Please sign in to comment.