Clean up non-idiomatic code in vignette
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- r
- Domain
- documentation
Research direction
Locate the vignette referenced by the issue and review the examples using colData(cpd) and ggplot(as.data.frame(colData(cpd))). Update the examples to use the shorter access and current ggplot2 usage, then render or run the vignette to confirm the examples work and the wording is cleaned up.
Written by the indexing model from the issue text.
Description
from @antagomir
While I went through the vignette, I noticed some minor points that you may find useful for your next version. Use as you wish:
- colData(cpd)$country (and other similar cases) can be also written more shortly just like: cpd$country
- ggplot(as.data.frame(colData(cpd)))... -> the as.data.frame() was necessary until very recently, but not needed any more since the issue was solved ; the latest ggplot2 version allows this:
We are adding a reference to this data resource in the OMA Gitbook (beta version, under active development)ggplot(colData(cpd))...
- Dominant language
- R
- Stars
- 17
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from blekhmanlab/MicroBioMap
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
blekhmanlab/MicroBioMap#29 ·
-
blekhmanlab/MicroBioMap#33 · 1 assignee ·
-
blekhmanlab/MicroBioMap#31 · 1 comment · 1 assignee ·
-
documentation
Difficulty 3/5 1-2 days Newbie friendliness 58/100
blekhmanlab/MicroBioMap#30 ·
-
documentation
blekhmanlab/MicroBioMap#27 · 1 assignee ·
All issues in blekhmanlab/MicroBioMap
Similar issues
-
documentation pkg infrastructure
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
epiverse-trace/epiparameter#511 ·
-
function:write_dwc
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Urgent request: Due to vulnerabilities move to API version 12.6.1 (12.6.2 eventually) or 13.1.1 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
jbkunst/highcharter#849 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100