-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added utility functions, fixed BTC address
- Loading branch information
Showing
21 changed files
with
296 additions
and
145 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 |
---|---|---|
|
@@ -2,14 +2,14 @@ Package: rbtc | |
Title: Bitcoin API | ||
Version: 0.1-4 | ||
Authors@R: person("Bernhard", "Pfaff", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Implementation of the RPC-JSON API for Bitcoin and utility functions for address creation. | ||
Description: Implementation of the RPC-JSON API for Bitcoin and utility functions for address creation and content analysis of the blockchain. | ||
Depends: R (>= 3.4.0) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.0 | ||
Imports: methods, rjson, httr, openssl, gmp | ||
NeedsCompilation: no | ||
Packaged: 2018-09-03 15:51:24 UTC; pfaffb | ||
Packaged: 2018-09-04 12:43:26 UTC; pfaffb | ||
Author: Bernhard Pfaff [aut, cre] | ||
Maintainer: Bernhard Pfaff <[email protected]> |
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
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
Oops, something went wrong.