Skip to content

Commit

Permalink
Fixing install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 5, 2024
1 parent 1bb1cbe commit 1400a2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To get started, read our [vignette](https://emsl-computing.github.io/isoforma-li

You may need to install pspecterlib separately, though it should auto-install
with the above command. If not, try the command below. Check that both packages
install with `library(isoforma-lib)` and `library(pspecterlib)`. If one of the
install with `library(isoforma)` and `library(pspecterlib)`. If one of the
packages does not install,

`devtools::install_github("EMSL-Computing/pspecterlib")`
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vignettes/Isoforma_Vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To get started, read our [vignette](https://emsl-computing.github.io/isoforma-li

You may need to install pspecterlib separately, though it should auto-install
with the above command. If not, try the command below. Check that both packages
install with `library(isoforma-lib)` and `library(pspecterlib)`. If one of the
install with `library(isoforma)` and `library(pspecterlib)`. If one of the
packages does not install,

`devtools::install_github("EMSL-Computing/pspecterlib")`
Expand Down Expand Up @@ -131,7 +131,7 @@ IsoForma_Example <- isoforma_pipeline(
ActivationMethod = "ECD",
IonGroup = "c",
IsotopeAlgorithm = "isopat", # Rdisop is preferred, is faster, and is more accurate, but it tends to crash on Windows
Message = F
Message = T
)
```

Expand Down

0 comments on commit 1400a2a

Please sign in to comment.