Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llrs/intermittent_failures
Checks that packages do not fail without a "valid" reason
https://github.com/llrs/intermittent_failures
Last synced: 1 day ago
JSON representation
Checks that packages do not fail without a "valid" reason
- Host: GitHub
- URL: https://github.com/llrs/intermittent_failures
- Owner: llrs
- Created: 2021-12-27T14:24:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T22:52:03.000Z (7 months ago)
- Last Synced: 2024-04-13T21:57:12.217Z (7 months ago)
- Language: HTML
- Homepage: https://llrs.github.io/intermittent_failures/
- Size: 4.26 GB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intermittent failures
The goal of this repository is to track intermittent failures on CRAN packages checks.
Failures defined as warnings, notes or errors without change on:- R version used (if not stable the same svn snapshot)
- The package version (Note that CRAN might modify a package without changing the version)
- Their dependencies**Reasons** of these failures might be because the packages depend on:
- Random generation numbers
- Flacky external resources
- Other ?**Why** is this important?
Because package maintainers of dependencies of that package, R core and CRAN team need to check if the failures are false positives.
------------------------------------------------------------------------
This repository started because it was [suggested as a step that the R-repositories working group could do](https://github.com/RConsortium/r-repositories-wg/issues/7).