Skip to content

Commit

Permalink
Merge pull request #1557 from Rdatatable/autodrat-finally
Browse files Browse the repository at this point in the history
autodrat, finally closes #1505
  • Loading branch information
jangorecki committed Feb 27, 2016
2 parents 79effa5 + c9938bc commit 756de25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^\.travis\.yml$
^Contributing\.md$
^CRAN_Release\.cmd$
^deploy\.sh$
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

16. `merge.data.table` will raise warning if any of data.tables to join has 0 columns. Closes [#597](https://github.com/Rdatatable/data.table/issues/597).

17. travis-ci will now automatically deploy package to drat repository hosted on [data.table@gh-pages](https://github.com/Rdatatable/data.table/tree/gh-pages) branch allowing to install latest devel from source via `install.packages("data.table", repos = c("https://Rdatatable.github.io/data.table", "https://cran.rstudio.com"))`. CRAN repo is still required for `chron` dependency. Closes [#1505](https://github.com/Rdatatable/data.table/issues/1505).
17. Travis-CI will now automatically deploy package to drat repository hosted on [data.table@gh-pages](https://github.com/Rdatatable/data.table/tree/gh-pages) branch allowing to install latest devel from source via `install.packages("data.table", repos = c("https://Rdatatable.github.io/data.table", "https://cran.rstudio.com"))`. CRAN repo is still required to reach `chron` dependency. Closes [#1505](https://github.com/Rdatatable/data.table/issues/1505).

### Changes in v1.9.6 (on CRAN 19 Sep 2015)

Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addToDrat(){
## Set up Repo parameters
git init
git config user.name "addToDrat"
git config user.email "<>"
git config user.email "addToDrat@travis.ci"
git config --global push.default simple

## Get drat repo
Expand Down

0 comments on commit 756de25

Please sign in to comment.