Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
- correct dead link
- fix install instructions. PAT no longer required for public repo
  • Loading branch information
the-mayer committed Sep 12, 2024
1 parent c7bf8e2 commit 75f5ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

The _MolEvolvR_ R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our packagedown page here: [jravilab.github.io/molevolvR](https://jravilab.github.io/molevolvR)
The _MolEvolvR_ R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our pkgdown page here: [jravilab.github.io/MolEvolvR](https://jravilab.github.io/MolEvolvR)

## Installation

Expand All @@ -32,7 +32,7 @@ if (!require("BiocManager", quietly = TRUE))
BiocManager::install(version = "3.19")
# Install Development Version of molevolvR
BiocManager::install("JRaviLab/MolEvolvR", auth_token = '<PersonalAccessToken>')
BiocManager::install("JRaviLab/MolEvolvR")
```

### Loading the package
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
<!-- badges: end -->

The *MolEvolvR* R-package provides a framework for characterizing
proteins using molecular evolution and phylogeny. Check out our
packagedown page here:
[jravilab.github.io/molevolvR](https://jravilab.github.io/molevolvR)
proteins using molecular evolution and phylogeny. Check out our pkgdown
page here:
[jravilab.github.io/MolEvolvR](https://jravilab.github.io/MolEvolvR)

## Installation

Expand All @@ -26,7 +26,7 @@ if (!require("BiocManager", quietly = TRUE))
BiocManager::install(version = "3.19")

# Install Development Version of molevolvR
BiocManager::install("JRaviLab/MolEvolvR", auth_token = '<PersonalAccessToken>')
BiocManager::install("JRaviLab/MolEvolvR")
```

### Loading the package
Expand Down

0 comments on commit 75f5ab6

Please sign in to comment.