-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f313f1
commit 0627bdc
Showing
96 changed files
with
281 additions
and
215 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Type: Package | ||
Package: MazamaTimeSeries | ||
Version: 0.2.16 | ||
Version: 0.3.0 | ||
Title: Core Functionality for Environmental Time Series | ||
Authors@R: c( | ||
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")), | ||
|
@@ -18,7 +18,8 @@ Description: Utility functions for working with environmental time series data f | |
Ephemerides calculations are based on code originally found in NOAA's | ||
"Solar Calculator" <https://gml.noaa.gov/grad/solcalc/>. | ||
License: GPL-3 | ||
URL: https://github.com/MazamaScience/MazamaTimeSeries | ||
URL: https://github.com/MazamaScience/MazamaTimeSeries, | ||
https://mazamascience.github.io/MazamaTimeSeries/ | ||
BugReports: https://github.com/MazamaScience/MazamaTimeSeries/issues | ||
Depends: | ||
R (>= 4.0.0) | ||
|
@@ -28,7 +29,7 @@ Imports: | |
lubridate, | ||
magrittr, | ||
methods, | ||
MazamaCoreUtils (>= 0.4.15), | ||
MazamaCoreUtils (>= 0.5.2), | ||
MazamaRollUtils (>= 0.1.3), | ||
rlang, | ||
stringr | ||
|
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
#' | ||
#' @section Attribution: | ||
#' Internal functions used for ephemerides calculations were copied verbatim | ||
#' from the now deprecated \pkg{maptools} package source | ||
#' from the now deprecated \strong{maptools} package source | ||
#' code in an effort to reduce the number of package dependencies. | ||
#' | ||
#' @section Warning: | ||
|
@@ -70,9 +70,9 @@ | |
#' \url{https://ecology.wa.gov/Research-Data/Data-resources/Models-spreadsheets/Modeling-the-environment/Models-tools-for-TMDLs}), who in turn | ||
#' translated it from original Javascript code by NOAA (see Details). | ||
#' Roger Bivand \email{[email protected]} adapted the code to work with | ||
#' \pkg{sp} classes. Jonathan Callahan \email{[email protected]} | ||
#' adapted the source code from the \pkg{maptools} package to work with | ||
#' \pkg{MazamaTimeSeries} classes. | ||
#' \strong{sp} classes. Jonathan Callahan \email{[email protected]} | ||
#' adapted the source code from the \strong{maptools} package to work with | ||
#' \href{https://mazamascience.github.io/MazamaTimeSeries/}{MazmaTimeSeries} classes. | ||
#' | ||
#' @section References: | ||
#' Meeus, J. (1991) Astronomical Algorithms. Willmann-Bell, Inc. | ||
|
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
Oops, something went wrong.