posit-dev / posit-dev/connect-extensions
Runtime Version Scanner: convert `library()` calls to namespaced function calls
Open
Nobody has claimed this yet.
content: Runtime Version Scanner
- Dominant language
- R
- Stars
- 10
- Forks
- 8
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 1
Description
From @karawoo in https://github.com/posit-dev/connect-extensions/pull/279#discussion_r2402688809.
Currently the files in Runtime Version Scanner R/ directory use library() calls. It would be better to use namespaced function calls.
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
Review the files in the Runtime Version Scanner R/ directory and locate the current library() calls. Replace those calls with namespaced function calls, then verify that the Runtime Version Scanner still works as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100