-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added feature to setstep for chr input with timestep argument
- Loading branch information
Showing
8 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ | |
^\.Rhistory$ | ||
^appveyor\.yml$ | ||
^cran-comments\.md$ | ||
^swmpr_logo.png | ||
^swmpr_logo.png$ | ||
^Thumbs.db$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: SWMPr | ||
Type: Package | ||
Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data | ||
Version: 2.0.0 | ||
Date: 2015-4-1 | ||
Version: 2.0.1 | ||
Date: 2015-4-12 | ||
Author: Marcus W. Beck [aut, cre] | ||
Maintainer: Marcus W. Beck <[email protected]> | ||
Description: Tools for retrieving, organizing, and analyzing environmental | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ <h4><em>Marcus W. Beck, <a href="mailto:[email protected]">[email protected] | |
<div id="overview" class="section level1"> | ||
<h1>Overview</h1> | ||
<p>The System Wide Monitoring Program (<a href="http://nerrs.noaa.gov/RCDefault.aspx?ID=18">SWMP</a>) was implemented by the National Estuarine Research Reserve System (<a href="http://nerrs.noaa.gov/">NERRS</a>) in 1995 to provide continuous monitoring data at over 300 continuous monitoring stations in 28 estuaries across the United States. SWMPr (pronounced “swamper”) is an R package for retrieving, organizing, and analyzing estuary monitoring data from SWMP. Please cite the package as follows:</p> | ||
<p><em>Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.0. <a href="https://github.com/fawda123/SWMPr" class="uri">https://github.com/fawda123/SWMPr</a></em></p> | ||
<p><em>Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.1. <a href="https://github.com/fawda123/SWMPr" class="uri">https://github.com/fawda123/SWMPr</a></em></p> | ||
</div> | ||
<div id="installing-the-package" class="section level1"> | ||
<h1>Installing the package</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters