Skip to content

Commit

Permalink
🐫
Browse files Browse the repository at this point in the history
fix camelcase
  • Loading branch information
jananiravi committed Sep 18, 2024
1 parent 100279e commit 573b85f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.Rproj.user
docs
.Rhistory
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.19")
# Install Development Version of molevolvR
# Install Development Version of MolEvolvR
BiocManager::install("JRaviLab/MolEvolvR")
```

### Loading the package
```{r eval=FALSE}
library(molevolvR)
library(MolEvolvR)
```

## Example

This is a basic example which shows you how to analyze your favorite protein:

```{r example, eval=FALSE}
library(molevolvR)
library(MolEvolvR)
## basic example code
## TBA
```
Expand All @@ -71,7 +71,7 @@ library(molevolvR)

### Contribution guidelines

We welcome contributions from the community! To ensure a smooth and collaborative process, please follow these [guidelines](https://github.com/JRaviLab/MolEvolvR/blob/main/.github/CONTRIBUTING.md)
We welcome contributions from the community! To ensure a smooth and collaborative process, please follow these [guidelines](https://github.com/JRaviLab/MolEvolvR/blob/main/.github/CONTRIBUTING.md).

📜 [License](https://github.com/JRaviLab/MolEvolvR/blob/main/LICENSE.md)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.19")

# Install Development Version of molevolvR
# Install Development Version of MolEvolvR
BiocManager::install("JRaviLab/MolEvolvR")
```

### Loading the package

``` r
library(molevolvR)
library(MolEvolvR)
```

## Example
Expand All @@ -41,7 +41,7 @@ This is a basic example which shows you how to analyze your favorite
protein:

``` r
library(molevolvR)
library(MolEvolvR)
## basic example code
## TBA
```
Expand Down Expand Up @@ -88,7 +88,7 @@ library(molevolvR)

We welcome contributions from the community! To ensure a smooth and
collaborative process, please follow these
[guidelines](https://github.com/JRaviLab/MolEvolvR/blob/main/.github/CONTRIBUTING.md)
[guidelines](https://github.com/JRaviLab/MolEvolvR/blob/main/.github/CONTRIBUTING.md).

📜 [License](https://github.com/JRaviLab/MolEvolvR/blob/main/LICENSE.md)

Expand Down

0 comments on commit 573b85f

Please sign in to comment.