Skip to content

Commit

Permalink
Renamed project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew B. Collier committed Jan 3, 2018
1 parent d9e18f7 commit 62ef29d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,9 +1,9 @@
Package: ethereum
Package: ether
Type: Package
Title: Interaction with the Ethereum Blockchain
Version: 0.1.2
Version: 0.1.3
Authors@R: person("Andrew", "Collier", email = "andrew@exegetic.biz", role = c("aut", "cre"))
Description: Ethereum (<https://www.ethereum.org/>) is an open-source, public blockchain.
Description: Interacts with the open-source, public 'Ethereum' <https://www.ethereum.org/> blockchain.
It provides a distributed computing platform via smart contracts. This package provides
functions which interrogate blocks and transactions in the Ethereum blockchain.
License: GPL-2
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/testthat.R
@@ -1,4 +1,4 @@
library(testthat)
library(ethereum)
library(ether)

test_check("ethereum")
test_check("ether")
2 changes: 0 additions & 2 deletions tests/testthat/test-eth.R
@@ -1,5 +1,3 @@
library(ethereum)

set_rpc_address("https://mainnet.infura.io/", key = Sys.getenv("INFURA_MAINNET_KEY"))

context("eth")
Expand Down

0 comments on commit 62ef29d

Please sign in to comment.