Package: tsdataleaks Type: Package Title: Exploit Data Leakages in Time Series Forecasting Competitions Version: 2.1.1 Authors@R: c( person(given = "Thiyanga S.", family = "Talagala", role = c("aut", "cre"), email = "ttalagala@sjp.ac.lk", comment = c(ORCID = "0000-0002-0656-9789"))) Description: Forecasting competitions are of increasing importance as a mean to learn best practices and gain knowledge. Data leakage is one of the most common issues that can often be found in competitions. Data leaks can happen when the training data contains information about the test data. For example: randomly chosen blocks of time series are concatenated to form a new time series, scale-shifts, repeating patterns in time series, white noise is added in the original time series to form a new time series, etc. 'tsdataleaks' package can be used to detect data leakages in a collection of time series. License: GPL (>= 2) URL: https://github.com/thiyangt/tsdataleaks BugReports: https://github.com/thiyangt/tsdataleaks/issues Depends: R (>= 4.1.0) Imports: stats, tibble (>= 1.4.1), ggplot2 (>= 3.0.0), dplyr (>= 1.0.0), tidyr (>= 1.1.0), slider, purrr, utils, cowplot, plyr, viridis Encoding: UTF-8 RoxygenNote: 7.2.3 Suggests: testthat (>= 2.1.0), knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://thiyangt.r-universe.dev Date/Publication: 2026-05-09 10:27:56 UTC RemoteUrl: https://github.com/thiyangt/tsdataleaks RemoteRef: HEAD RemoteSha: 07364170313700f44554fca2f3dd981c82fb5a60 NeedsCompilation: no Packaged: 2026-06-08 06:38:52 UTC; root Author: Thiyanga S. Talagala [aut, cre] (ORCID: ) Maintainer: Thiyanga S. Talagala