Skip to content
Snippets Groups Projects
Commit 766a9713 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Begin reshuffling process.

parent 8a3e8652
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
Package: dataRetrieval
Type: Package
Title: Retrieval functions for USGS and EPA hydrologic and water quality data
Version: 1.4.1.9000
Version: 1.5.0.9000
Date: 2014-10-13
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "rhirsch@usgs.gov"),
......@@ -18,11 +18,11 @@ Copyright: This software is in the public domain because it contains materials
Depends:
R (>= 3.0)
Imports:
zoo,
XML,
RCurl,
reshape2,
lubridate
lubridate,
dplyr
Suggests:
xtable,
EGRET,
......@@ -30,6 +30,4 @@ Suggests:
testthat
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
BuildVignettes: true
Additional_repositories: http://usgs-r.github.com
# Generated by roxygen2 (4.0.2): do not edit by hand
export(checkStartEndDate)
export(compressData)
export(constructNWISURL)
export(dataOverview)
export(dateFormatCheck)
export(formatCheckDate)
export(formatCheckParameterCd)
export(getDailyDataFromFile)
export(getDataFromFile)
export(getNWISDaily)
export(constructWQPURL)
export(getNWISData)
export(getNWISDataAvailability)
export(getNWISInfo)
export(getNWISPcodeInfo)
export(getNWISSample)
export(getNWISSiteInfo)
export(getNWISSites)
export(getNWISdvData)
export(getNWISqwData)
export(getNWISunitData)
export(getRDB1Data)
export(getUserDaily)
export(getUserInfo)
export(getUserSample)
export(getWQPData)
export(getWQPInfo)
export(getWQPSample)
export(getWQPSites)
export(getWQPqwData)
export(getWaterML1Data)
export(mergeReport)
export(getWaterML2Data)
export(padVariable)
export(populateConcentrations)
export(populateDaily)
export(populateDateColumns)
export(populateParameterINFO)
export(populateSampleColumns)
export(populateSiteINFO)
export(processQWData)
export(readWQPData)
export(removeDuplicates)
export(parseWQPData)
export(renameColumns)
import(RCurl)
import(XML)
import(reshape2)
import(zoo)
importFrom(lubridate,decimal_date)
importFrom(dplyr,rbind_all)
importFrom(lubridate,parse_date_time)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment