Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse authored Apr 24, 2018
1 parent 49aa36c commit b5da258
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
An R package for Diagnostic Plots for Mass Spectrometry Data

## Requirements

for Windows/Linux/MacOSX platforms

The *New RawFileReader from Thermo Fisher Scientific* (see http://planetorbitrap.com/rawfilereader)
have to be installed to use the R function `read.raw`.
Due to license reason, we can not distribute Thermo Fisher Scientific software with the *rawDiag* package.

for Linux (Debian) system follow:

The *New RawFileReader from Thermo Fisher Scientific* (see http://planetorbitrap.com/rawfilereader)
have to be downloaded and installed to use the R function `read.raw`.

for Linux (Debian) system run the following code snippet:
```
apt-get update \
&& apt-get install mono-complete vim less unzip r-base -y \
Expand Down

0 comments on commit b5da258

Please sign in to comment.