Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to README.Rmd #6

Closed
wants to merge 1 commit into from
Closed

Conversation

epbrenner
Copy link
Contributor

This updates the .Rmd slightly so users can strictly copy text from the README.

Changed library(molevolvR) to library(MolEvolvR) to reflect the way the installed package is actually recognized. Whether to retain this capitalization is a separate discussion, but if a user copies "library(molevolvR)" verbatim and runs it, it will fail to load, as below.

> library(molevolvR) Error in library(molevolvR) : there is no package called ‘molevolvR’

Changed library(molevolvR) to library(MolEvolvR) to reflect the way the installed package is actually recognized. Whether to retain this capitalization is a separate discussion, but if a user copies "library(molevolvR)" verbatim and runs it, it will fail to load, as below.

`> library(molevolvR)
Error in library(molevolvR) : there is no package called ‘molevolvR’`
@the-mayer the-mayer self-assigned this Sep 18, 2024
@the-mayer the-mayer added the documentation Improvements or additions to documentation label Sep 18, 2024
@the-mayer
Copy link
Collaborator

@epbrenner, looks 🐫!

Before we merge this PR, can you knit README.Rmd and commit the resulting README.md file? This will ensure the proper GitHub formatting is applied.

@jananiravi jananiravi closed this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants