Skip to content

Commit

Permalink
Added README.md to .Rbuildignore. Updated version to 0.1-7.
Browse files Browse the repository at this point in the history
  • Loading branch information
aloysius-lim committed Sep 20, 2013
1 parent 016cc1d commit f0673b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.gitignore$
^\.README.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bigrf
Version: 0.1-6
Date: 2013-06-28
Version: 0.1-7
Date: 2013-09-20
Title: Big Random Forests: Classification and Regression Forests for Large Data Sets
Authors@R: c(person("Aloysius", "Lim", role = c("aut", "cre"),
email="aloysius.lim@gmail.com"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ For a detailed list of changes, see git commit history at
https://github.com/aloysius-lim/bigrf.


Changes in version 0.1-7 (20th September 2013)

Package updates:

* Added README.md (used on github only) to .Rbuildignore.


Changes in version 0.1-6 (28th June 2013)

Expand Down
4 changes: 2 additions & 2 deletions man/bigrf-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
\details{
\tabular{ll}{
Package: \tab bigrf\cr
Version: \tab 0.1-6\cr
Date: \tab 2013-06-28\cr
Version: \tab 0.1-7\cr
Date: \tab 2013-09-20\cr
OS_type: \tab unix\cr
Depends: \tab R (>= 2.14), methods, bigmemory\cr
Imports: \tab foreach\cr
Expand Down

0 comments on commit f0673b9

Please sign in to comment.