Skip to content

Instantly share code, notes, and snippets.

@nkurz
Created August 3, 2015 21:53
Show Gist options
  • Save nkurz/45035b951ef0d3ecf1de to your computer and use it in GitHub Desktop.
Save nkurz/45035b951ef0d3ecf1de to your computer and use it in GitHub Desktop.
diff --git a/DESCRIPTION b/DESCRIPTION
index cc23502..4d6e10c 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: data.table
-Version: 1.9.5
-Title: Extension of Data.frame
+Version: 1.9.5.1
+Title: Extension of Data.frame (+KeepSource -ByteCompile)
Author: M Dowle, T Short, S Lianoglou, A Srinivasan with contributions from R Saporta, E Antonyan
Maintainer: Matt Dowle <[email protected]>
Depends: R (>= 2.14.0)
@@ -12,5 +12,7 @@ URL: https://github.com/Rdatatable/data.table/wiki
BugReports: https://github.com/Rdatatable/data.table/issues
MailingList: [email protected]
VignetteBuilder: knitr
-ByteCompile: TRUE
+ByteCompile: FALSE
+KeepSource: TRUE
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment