You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,22 @@ Currently, the ParseMSF package provides functions for parsing Thermo MSF files
6
6
7
7
# Installation
8
8
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:
10
10
11
11
```
12
-
devtools::install_github("benjaminjack/parsemsf")
12
+
install.packages("parsemsf")
13
13
```
14
14
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:
18
16
19
17
```
20
-
vignette(introduction, package="parsemsf")
18
+
devtools::install_github("benjaminjack/parsemsf")
21
19
```
22
20
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
+
23
25
# Acknowledgements
24
26
25
27
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