knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-figs/",
  cache.path = "README-cache/"
)

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

INSTALL {#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 {#example}

Type ? and the dataset name for the help file for each dataset.

data(package="atsalibrary")

DOCUMENTATION {#documentation}

CITATION {#citation}

Holmes, E.E., M.D. Scheuerell, and E.J. Ward. 'atsalibrary': Applied Time Series Analysis datasets. Version r packageVersion("atsalibrary").

LICENSE {#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/atsalibrary documentation built on May 11, 2023, 2:25 a.m.