checking for unstated dependencies in examples ... WARNING no parsed files found
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 17
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
R CMD check for an empty package gives me this warning. The problem is that there is no documentation. Solve it by adding at least some dummy documentation.
-- R CMD check results ------------------------------ r2dii.data 0.0.0.9000 ----
Duration: 7.7s
checking for unstated dependencies in examples ... WARNING
no parsed files found
0 errors v | 1 warning x | 0 notes v
Error: R CMD check found WARNINGs
Execution halted
Exited with status 1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running R CMD check on the empty r2dii.data package and inspect the package's documentation setup. Add at least some dummy documentation as requested, then rerun the check. Done means the “no parsed files found” warning for unstated dependencies in examples is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100