Skip to content

Commit

Permalink
1.11.6 on CRAN. Bump to 1.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Sep 19, 2018
1 parent faeae2e commit a4e26b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: data.table
Version: 1.11.5
Version: 1.11.7
Title: Extension of `data.frame`
Authors@R: c(
person("Matt","Dowle", role=c("aut","cre"), email="mattjdowle@gmail.com"),
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -18,21 +18,21 @@ some:

.PHONY: clean
clean:
rm -f data.table_1.11.5.tar.gz
rm -f data.table_1.11.7.tar.gz

.PHONY: build
build:
$(R) CMD build . --no-build-vignettes

.PHONY: install
install:
$(R) CMD INSTALL data.table_1.11.5.tar.gz
$(R) CMD INSTALL data.table_1.11.7.tar.gz

.PHONY: test
test:
$(R) -e 'require(data.table); test.data.table()'

.PHONY: check
check:
$(R) CMD check data.table_1.11.5.tar.gz --as-cran --ignore-vignettes --no-stop-on-test-error
$(R) CMD check data.table_1.11.7.tar.gz --as-cran --ignore-vignettes --no-stop-on-test-error

11 changes: 10 additions & 1 deletion NEWS.md
@@ -1,7 +1,16 @@

**If you are viewing this file on CRAN, please check latest news on GitHub [here](https://github.com/Rdatatable/data.table/blob/master/NEWS.md).**

### Changes in v1.11.5 (in development)
### Changes in v1.11.7 (in development)

#### NEW FEATURES

#### BUG FIXES

#### NOTES


### Changes in v1.11.6 (on CRAN 19 Aug 2018)

#### NEW FEATURES

Expand Down

0 comments on commit a4e26b5

Please sign in to comment.