Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
MARMoSET/DESCRIPTION
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37 lines (37 sloc)
901 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: MARMoSET | |
Type: Package | |
Title: MetAdata from Mass SpectromETry | |
Version: 0.1.0 | |
Author: Who wrote it | |
Maintainer: The package maintainer <yourself@somewhere.net> | |
Description: Extraction of meta data from Thermo Fisher Scientific mass spectrometric raw data files into a json file via a | |
c# command line tool. | |
Also provided are methods to assemble data requred for publication by journals and to write them into a tab delimited text file. | |
License: MIT | |
Encoding: UTF-8 | |
LazyData: true | |
Imports: | |
assertive.base, | |
assertive.files, | |
assertive.numbers, | |
assertive.properties, | |
assertive.reflection, | |
assertive.sets, | |
assertive.strings, | |
assertive.types, | |
dplyr, | |
jsonlite, | |
magrittr, | |
pathological, | |
rlist, | |
stringi, | |
tidyr, | |
utils | |
Depends: | |
R (>= 2.10) | |
Suggests: | |
readODS, | |
knitr, | |
rmarkdown | |
RoxygenNote: 6.1.1 | |
VignetteBuilder: knitr |