README.md

.nav{ border:1px solid #ccc; border-width:1px 0; list-style:none; margin:0; padding:0; text-align:center; } .nav li{ display:inline-block; } .nav a{ display:inline-block; padding:5px; }

This package has the data for the University of Washington Fish550 Applied Time Series Analysis course and lab book.

INSTALL

To install:

library(devtools)
devtools::install_github("atsa-es/atsalibrary")

Windows users:

You may need to turn off warning-error-conversion, because since the R 4.0 update, the tiniest warning stops installation of GitHub hosted packages.

Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")

EXAMPLE

Type ?atsalibrary to see the data available. Then click on the dataset name for the help file for each dataset.

data(package="atsalibrary")

DOCUMENTATION

CITATION

Holmes, E.E., M.D. Scheuerell, and E.J. Ward. ‘atsalibrary’: Applied Time Series Analysis datasets. Version 1.4.

LICENSE

atsalibrary was developed by US federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain software can be used by anyone for any purpose, and cannot be released under a copyright license.



nwfsc-timeseries/atsa-package documentation built on May 8, 2023, 3:17 p.m.