Skip to content

Commit

Permalink
Assign version and date for CRAN release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rucknium authored Jan 8, 2022
1 parent 440969e commit 3c8f179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Package: rbch
Version: 0.1-1
Date: 2022-01-08
Title: Extraction and Analysis of Data from the Bitcoin Cash (BCH) Blockchain
Version: 0.1
Authors@R:
c(person(given = "Rucknium",
role = c("cre", "aut", "cph"),
Expand All @@ -17,7 +18,7 @@ Maintainer: Rucknium <[email protected]>
Description: Issues RPC-JSON calls to 'bitcoind', the daemon of Bitcoin Cash (BCH), to
extract transaction data from the blockchain. BCH is a fork of Bitcoin that permits
a greater number of transactions per second. A BCH daemon is available under an MIT
license from the Bitcoin Unlimited website: <https://www.bitcoinunlimited.info>.
license from the Bitcoin Unlimited website <https://www.bitcoinunlimited.info>.
License: GPL-3
URL: https://github.com/Rucknium/rbch, https://www.bitcoinunlimited.info
BugReports: https://github.com/Rucknium/rbch/issues
Expand Down

0 comments on commit 3c8f179

Please sign in to comment.