Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShichenXie committed Apr 24, 2019
1 parent 9ba150a commit f37fd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: pedquant
Version: 0.1.0.999
Version: 0.1.1
Title: Public Economic Data and Quantitative Analysis
Description:
Provides an interface to access public economic and financial data for
Expand Down
2 changes: 1 addition & 1 deletion R/ed_nbs.R
Expand Up @@ -31,7 +31,7 @@ dim_nbs_db = function() {
nbs_read_json = function(url) {
pjs <- try(run_phantomjs(), silent = TRUE)
if (inherits(pjs, 'try-error')) {
cat('Installing phantomjs ...\n')
cat('Installing phantomjs via webdriver::install_phantomjs ...\n')
install_phantomjs()
}
ses <- Session$new(port = pjs$port)
Expand Down

0 comments on commit f37fd97

Please sign in to comment.