Skip to content

fix: correct getOptions to getOption typo in README.md - #26

Open
Jah-yee wants to merge 1 commit into
Economic:mainfrom
Jah-yee:main
Open

fix: correct getOptions to getOption typo in README.md#26
Jah-yee wants to merge 1 commit into
Economic:mainfrom
Jah-yee:main

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Fix a typo in the README.md installation instructions: getOptions()getOption() (singular).

What was wrong

The R installation code example incorrectly used getOptions("repos") (plural) instead of the correct getOption("repos") (singular) function name.

Fix

  • README.md line 44: getOptions("repos")getOption("repos")

Verification

getOption() is the correct R base function for retrieving a single option value. The singular form is already used correctly on line 54 of the same file.

Fixes issue #25.

…ctions

getOptions() -> getOption() (singular, correct R function name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant