File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Package: data.table
2- Version: 1.14.3
2+ Version: 1.14.5
33Title: Extension of `data.frame`
44Authors@R: c(
55 person("Matt","Dowle", role=c("aut","cre"), email="
[email protected] "),
Original file line number Diff line number Diff line change 1818
1919.PHONY : clean
2020clean :
21- $(RM ) data.table_1.14.3 .tar.gz
21+ $(RM ) data.table_1.14.5 .tar.gz
2222 $(RM ) src/* .o
2323 $(RM ) src/* .so
2424
2828
2929.PHONY : install
3030install :
31- $(R ) CMD INSTALL data.table_1.14.3 .tar.gz
31+ $(R ) CMD INSTALL data.table_1.14.5 .tar.gz
3232
3333.PHONY : uninstall
3434uninstall :
4040
4141.PHONY : check
4242check :
43- _R_CHECK_CRAN_INCOMING_REMOTE_=false $(R ) CMD check data.table_1.14.3 .tar.gz --as-cran --ignore-vignettes --no-stop-on-test-error
43+ _R_CHECK_CRAN_INCOMING_REMOTE_=false $(R ) CMD check data.table_1.14.5 .tar.gz --as-cran --ignore-vignettes --no-stop-on-test-error
4444
4545.PHONY : revision
4646revision :
Original file line number Diff line number Diff line change @@ -433,6 +433,6 @@ SEXP initLastUpdated(SEXP var) {
433433
434434SEXP dllVersion () {
435435 // .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
436- return (ScalarString (mkChar ("1.14.3 " )));
436+ return (ScalarString (mkChar ("1.14.5 " )));
437437}
438438
You can’t perform that action at this time.
0 commit comments