An R package for common tasks associated with the Outlier Detection working Group, including outlier detection, unit conversion and time series smoothing.
Browse the documentation at odwg.github.io/ODWGtools
This package requires R version 3.5 or higher. Visit the R homepage (https://cran.r-project.org/) to get the latest version.
remotes package for RThe remotes package simplifies the process of installing R packages from GitHub Repositories. To install the remotes package, open R and execute the following command:
install.packages("remotes")ODWGtools package (this repository)The ODWGtools package (this repository) can be installed by executing the following command in R:
remotes::install_github("ODWG/ODWGtools")While they are not strictly required, the ODWGtools package can use tools from some additional packages:
dbscan: install.packages("dbscan")
solitude: install.packages("solitude")
ODWGtools packageThe ODWGtools package can now be used just like any other R package. You can load the package by executing the following R command:
library(ODWGtools)