-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump. Also "fprintf" replaced with "throw" in order to not up…
…set CRAN.
- Loading branch information
1 parent
d80e0be
commit aca5897
Showing
6 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "inst/include"] | ||
path = inst/include | ||
url = https://github.com/greg7mdp/sparsepp.git | ||
url = https://github.com/dselivanov/sparsepp.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: sparsepp | ||
Type: Package | ||
Title: 'Rcpp' Interface to 'sparsepp' | ||
Version: 0.1.2 | ||
Date: 2017-01-22 | ||
Version: 0.2.0 | ||
Date: 2017-08-07 | ||
Authors@R: c( | ||
person("Gregory", "Popovitch", role = c("aut", "cph"), email = "[email protected]"), | ||
person("Google Inc", role = c("aut", "cph")), | ||
|
@@ -16,7 +16,7 @@ Description: Provides interface to 'sparsepp' - fast, memory efficient hash map. | |
memory usage (especially when the final size of the map is not known in advance). | ||
License: BSD_3_clause + file LICENSE | ||
Encoding: UTF-8 | ||
URL: https://github.com/greg7mdp/sparsepp, https://github.com/dselivanov/sparsepp | ||
BugReports: https://github.com/dselivanov/sparsepp/issues | ||
URL: https://github.com/greg7mdp/sparsepp, https://github.com/dselivanov/r-sparsepp | ||
BugReports: https://github.com/dselivanov/r-sparsepp/issues | ||
Suggests: Rcpp | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule include
updated
34 files
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.