ecosyste-ms / ecosyste-ms/parser
Add support for R / Rmd files
Open
- Dominant language
- Ruby
- Stars
- 14
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
R / Rmd (to my knowledge) don't have simple methods for dependency management outside of installing them directly in the file you are using them in. So I guess this would involve parsing random R files searching for `install.packages` or `require` and similar statements?
There are probably more recent fancy methods of installing directly from Git repositories, but `install.packages` is the standard.
Sadly, I also don't think any version information is typically attached to those statements.
Contributor guide
Assessment
This issue has not been assessed yet.