epiverse-trace / epiverse-trace/tutorials-early
fix new issue running lintr actions
- Dominant language
- R
- Stars
- 5
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
✖ lifecycle 1.0.5
✖ isoband 0.3.0
Successfully installed 13 packages in 0.67 seconds.
The following package(s) were not installed successfully:
- [lifecycle]: install failed
- [isoband]: install failed
- [ggplot2]: dependency failed (gtable, isoband, lifecycle, scales, vctrs)
- [gtable]: dependency failed (lifecycle)
- [scales]: dependency failed (lifecycle)
- [tracetheme]: dependency failed (ggplot2)
- [vctrs]: dependency failed (lifecycle)
You may need to manually download and install these packages.
# lifecycle ------------------------------------------------------------------
ERROR: dependency ‘cli’ is not available for package ‘lifecycle’
Perhaps try a variation of:
install.packages('cli')
* removing ‘/home/runner/work/tutorials-early/tutorials-early/renv/profiles/lesson-requirements/renv/library/linux-ubuntu-jammy/R-4.6/x86_64-pc-linux-gnu/.renv/1/lifecycle’
# isoband --------------------------------------------------------------------
ERROR: dependency ‘cli’ is not available for package ‘isoband’
Perhaps try a variation of:
install.packages('cli')
* removing ‘/home/runner/work/tutorials-early/tutorials-early/renv/profiles/lesson-requirements/renv/library/linux-ubuntu-jammy/R-4.6/x86_64-pc-linux-gnu/.renv/1/isoband’
---
Standard error:
→ Searching for and installing available dependencies
→ Hydrating
! Attempting to install missing packages [GitHub]
```
Contributor guide
Research direction
Start by reproducing the lintr GitHub Actions run and inspect the package-installation log, especially the missing cli dependency affecting lifecycle and isoband. Done means the lintr action installs its dependencies successfully and completes without the reported failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, r
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100