Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water
dataRetrieval
Commits
766a9713
Commit
766a9713
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Begin reshuffling process.
parent
8a3e8652
No related branches found
No related tags found
1 merge request
!39
Overhaul of function names. Move some functionality to EGRET.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+3
-5
3 additions, 5 deletions
DESCRIPTION
NAMESPACE
+4
-28
4 additions, 28 deletions
NAMESPACE
with
7 additions
and
33 deletions
DESCRIPTION
+
3
−
5
View file @
766a9713
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
This diff is collapsed.
Click to expand it.
NAMESPACE
+
4
−
28
View file @
766a9713
# 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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment