From 27187abcf6e29119a3ea1bf481e26c2a6c76cd4b Mon Sep 17 00:00:00 2001 From: Eryk Date: Thu, 3 Aug 2017 18:32:02 +0100 Subject: [PATCH] badges --- README.Rmd | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 34eb948..fce6755 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,6 +15,8 @@ knitr::opts_chunk$set( [![Travis-CI Build Status](https://travis-ci.org/erzk/fnirsr.svg?branch=master)](https://travis-ci.org/erzk/fnirsr) [![Coverage Status](https://img.shields.io/codecov/c/github/erzk/fnirsr/master.svg)](https://codecov.io/github/erzk/fnirsr?branch=master) +[![Package-License](http://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/fnirsr)](https://cran.r-project.org/package=fnirsr) **An R Package for analysing functional near-infrared spectroscopy (fNIRS) data** diff --git a/README.md b/README.md index d7d5900..4216adb 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ fnirsr ================ -[![Travis-CI Build Status](https://travis-ci.org/erzk/fnirsr.svg?branch=master)](https://travis-ci.org/erzk/fnirsr) [![Coverage Status](https://img.shields.io/codecov/c/github/erzk/fnirsr/master.svg)](https://codecov.io/github/erzk/fnirsr?branch=master) +[![Travis-CI Build Status](https://travis-ci.org/erzk/fnirsr.svg?branch=master)](https://travis-ci.org/erzk/fnirsr) [![Coverage Status](https://img.shields.io/codecov/c/github/erzk/fnirsr/master.svg)](https://codecov.io/github/erzk/fnirsr?branch=master) [![Package-License](http://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/fnirsr)](https://cran.r-project.org/package=fnirsr) **An R Package for analysing functional near-infrared spectroscopy (fNIRS) data** Installation ------------ -- Install *devtools* if you don’t have it yet: `install.packages("devtools")` +- Install *devtools* if you don't have it yet: `install.packages("devtools")` - Use `devtools::install_github("erzk/fnirsr")` to install the package. Sample data files come from [NIRS-SPM](https://www.nitrc.org/projects/nirs_spm/) and [HOMER2](http://homer-fnirs.org/). @@ -227,7 +227,7 @@ plot_ETG4000(fnirs_det_24, "separate", 24) Loading a file (.nirs) ---------------------- -While working with fNIRS data you might come across other file formats. One of the most popular formats is *.nirs* which is used by [HOMER2](http://homer-fnirs.org/). This package’s main goal is to help in analysing ETG-4000 data but I happened to write simple .nirs functions. +While working with fNIRS data you might come across other file formats. One of the most popular formats is *.nirs* which is used by [HOMER2](http://homer-fnirs.org/). This package's main goal is to help in analysing ETG-4000 data but I happened to write simple .nirs functions. To load .nirs data use the following code: