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

Change to dplyr.

parent 223ada5e
No related branches found
No related tags found
1 merge request!16Final naming convention change.
...@@ -19,7 +19,7 @@ Imports: ...@@ -19,7 +19,7 @@ Imports:
zoo, zoo,
XML, XML,
RCurl, RCurl,
plyr, dplyr,
reshape2 reshape2
Suggests: Suggests:
xtable, xtable,
......
...@@ -20,7 +20,6 @@ export(getNWISSample) ...@@ -20,7 +20,6 @@ export(getNWISSample)
export(getNWISSiteInfo) export(getNWISSiteInfo)
export(getNWISSites) export(getNWISSites)
export(getParameterInfo) export(getParameterInfo)
export(getQWDataFromFile)
export(getRDB1Data) export(getRDB1Data)
export(getSTORETSampleData) export(getSTORETSampleData)
export(getSampleData) export(getSampleData)
...@@ -53,4 +52,4 @@ import(RCurl) ...@@ -53,4 +52,4 @@ import(RCurl)
import(XML) import(XML)
import(reshape2) import(reshape2)
import(zoo) import(zoo)
importFrom(plyr,rbind.fill.matrix) importFrom(dplyr,rbind_all)
dataRetrieval 1.4.0
===========
* Changed naming convention:
getDVData -> getNWISDaily
getSampleData -> getNWISSample
getSTORETData* -> getWQPSample
getSampleDataFromFile -> getUserSample
getDailyDataFromFile -> getUserDaily
getMetaData -> splits into getNWISInfo and getUserInfo
getSiteFileData <- getNWISSiteInfo
getParameterInfo <- getNWISPcodeInfo
getDataAvailability <- getNWISDataAvailability
* Changed WaterML2 rbind fill from plyr function to dplyr. Removed plyr import, added dplyr.
*
dataRetrieval 1.3.3 dataRetrieval 1.3.3
=========== ===========
......
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