Skip to content

Commit

Permalink
ckanr deps
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Jun 24, 2015
1 parent 1e2aa0c commit f2869b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ require(tidyr) || install.packages("tidyr")
require(dplyr) || install.packages("dplyr")
# CKAN API --------------------------------------------------------------------#
require(devtools) || install.packages("devtools")
require(ckanr) || devtools::install_github("ropensci/ckanr")
# devtools::install_github("ropensci/ckanr")
require(ckanr)

#------------------------------------------------------------------------------#
# Configuration
ckanr_setup(url="http://internal-data.dpaw.wa.gov.au/")
ckanr::ckanr_setup(url="http://internal-data.dpaw.wa.gov.au/")

#------------------------------------------------------------------------------#
# Data loading
Expand Down

0 comments on commit f2869b4

Please sign in to comment.