inteRgrate icon indicating copy to clipboard operation
inteRgrate copied to clipboard

Continuous integration

Results 5 inteRgrate issues
Sort by recently updated
recently updated
newest added

#### Issue description When `inteRgrate::check_all()` detects an issue which is later resolved, the "Issues Detected" message will continue to be displayed on subsequent calls to `check_all`. #### Steps to reproduce...

I cannot run the code which you provide: ``` image: rocker/r-ubuntu:18.04 variables: ALLOWED_WARNINGS: 0 ALLOWED_NOTES: 0 NO_IMPORTS: 0 before_script: - Rscript -e "install.packages('remotes')" - Rscript -e "remotes::install_github('jumpingrivers/inteRgrate')" check: script: -...

- [x] Ensure that NEWS.md exists - [x] Ensure formatting - section headings? - [x] Ensure if pkg has been updated, then NEWS should be updated - but will need...

enhancement