项目作者: protViz

项目描述 :
Streamlines descriptive analysis of quantitative mass spectrometry data.
高级语言: R
项目地址: git://github.com/protViz/quantable.git
创建时间: 2015-07-29T13:43:00Z
项目社区:https://github.com/protViz/quantable

开源协议:

下载


Build Status
Project Stats
CRAN_Status_Badge

Streamline descriptive analysis of quantitative data.

Overwiev

  • visualization and transformation of numeric dataframes and matrices

How to install:

for CRAN version

  1. install.packages("quantable")

Please note that the CRAN version might be heavily outdated.
This is because of, I find rather developer unfriendly, the CRAN repository policies :

Submitting updates should be done responsibly and with respect for the
volunteers’ time. Once a package is established (which may take
several rounds), “no more than every 1–2 months” seems appropriate.

So for an up to date version please do:

  1. install.packages("devtools")
  2. library(devtools)
  3. install_github("protViz/quantable")

for developers

downlod git repo. Use roxygenize2 to document new functions. Than run these 2 commands to update namespace and Rd files:

  1. library(devtools)
  2. document()