Skip to content

Commit 6ed1cf0

Browse files
committed
Added CRAN links to README.
1 parent 25f866e commit 6ed1cf0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ Currently, the ParseMSF package provides functions for parsing Thermo MSF files
66

77
# Installation
88

9-
This package is currently under development and can be installed from Github by running the following command in the R console:
9+
This latest stable release of this package can be installed from [CRAN](https://cran.r-project.org/package=parsemsf) by running the following command in the R console:
1010

1111
```
12-
devtools::install_github("benjaminjack/parsemsf")
12+
install.packages("parsemsf")
1313
```
1414

15-
# Usage
16-
17-
To get an introduction to the functions in ParseMSF, please run the following command to see the Introduction vignette (after installing the package):
15+
If you want to install the development version this package from Github by running the following command in the R console:
1816

1917
```
20-
vignette(introduction, package="parsemsf")
18+
devtools::install_github("benjaminjack/parsemsf")
2119
```
2220

21+
# Usage
22+
23+
To get an introduction to the functions in ParseMSF, please see the [Introduction vignette on CRAN](https://cran.r-project.org/package=parsemsf).
24+
2325
# Acknowledgements
2426

2527
Some of the SQL queries in this package come from the now-defunct [paRseMSF package](https://github.com/ashokapol/parsemsf) by Ashoka Polpitiya.

0 commit comments

Comments
 (0)