Skip to content

Commit

Permalink
fix url on metab_day doc, update news, description, and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 2, 2021
1 parent 423143e commit 0e867cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: SWMPr
Type: Package
Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data
Version: 2.4.1
Date: 2021-09-01
Date: 2021-09-02
Author: Marcus W. Beck [aut, cre],
Kimberly Cressman [ctb]
Maintainer: Marcus W. Beck <[email protected]>
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## SWMPr 2.4.1

* Fix to `map_reserve` function for updates to ggmap

* Added Pacific/Honolulu time zone and `'hee'` site code to `time_vec` function for He'eia reserve

* Added `colsleft`, `colsmid`, and `colsright` arguments to `pot_summary` for separate colors on left, mid, right portions of plot

* URL fix to `metab_day` documentation

## SWMPr 2.4.0

* Each function is now in its own file instead of grouped by categories (thanks Kim!)
Expand Down
2 changes: 1 addition & 1 deletion R/metab_day.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Identify metabolic days in a time series
#'
#' Identify metabolic days in a time series based on sunrise and sunset times for a location and date. The metabolic day is considered the 24 hour period between sunsets for two adjacent calendar days. The function calls the \code{\link[maptools]{sunriset}} function from the maptools package, which uses algorithms from the National Oceanic and Atmospheric Administration (\url{https://www.esrl.noaa.gov/gmd/grad/solcalc/}).
#' Identify metabolic days in a time series based on sunrise and sunset times for a location and date. The metabolic day is considered the 24 hour period between sunsets for two adjacent calendar days. The function calls the \code{\link[maptools]{sunriset}} function from the maptools package, which uses algorithms from the National Oceanic and Atmospheric Administration (\url{https://gml.noaa.gov/grad/solcalc/}).
#'
#' @param dat_in data.frame
#' @param tz chr string for timezone, e.g., 'America/Chicago'
Expand Down
20 changes: 5 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
## Resubmission

This is a version update to 2.4.0.
This is a version update to 2.4.1.

## Test environments
* ubuntu 20.04 (on GitHub Actions), R 4.0.3
* ubuntu 20.04 (on GitHub Actions), R 4.1.1
* ubuntu 20.04 (on GitHub Actions), R devel
* OS X (on GitHub Actions), R 4.0.3
* OS X (on GitHub Actions), R 4.1.1
* win-builder [http://win-builder.r-project.org/](http://win-builder.r-project.org/) (devel and release)
* local Windows 7 install, R 4.0.2
* local Windows 7 install, R 4.1.0

## R CMD check results
There were no ERRORs or WARNINGs.

There was one NOTE for changing the maintainer email.

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Marcus W. Beck <[email protected]>'

New maintainer:
Marcus W. Beck <[email protected]>
Old maintainer(s):
Marcus W. Beck <[email protected]>
There were no ERRORs, WARNINGs, or NOTEs.

## Downstream dependencies
I have also run R CMD check on the SWMPrExtension downstream dependency for SWMPr. There were no ERRORs, WARNINGs, or NOTEs.
2 changes: 1 addition & 1 deletion man/metab_day.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e867cf

Please sign in to comment.