diff --git a/R/servers.R b/R/servers.R index 501d7f0..94a634e 100644 --- a/R/servers.R +++ b/R/servers.R @@ -8,7 +8,6 @@ #' I can't figure out how to get access to the CKAN API on their instance. #' @examples \dontrun{ #' servers() -#' ckan_info("http://data.gov.au/") #' ckan_info(servers()[5]) #' #' # what version is each CKAN server running @@ -141,5 +140,6 @@ server_urls <- c( "http://opendata.opennorth.se/", "https://data.noaa.gov", "https://data.overheid.nl/data", - "https://www.data.gv.at/katalog" + "https://www.data.gv.at/katalog", + "https://data.nal.usda.gov" )