From b5da2586d6cfba76c0217cd4bdc9761f544bd74e Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Tue, 24 Apr 2018 22:02:33 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8880a18..f630bf8 100644 --- a/README.md +++ b/README.md @@ -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 \