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.
33 lines (33 sloc)
875 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: Get metadata out of raw files | |
Version: 0.1.0 | |
Author: Who wrote it | |
Maintainer: The package maintainer <yourself@somewhere.net> | |
Description: This packages uses a c# command line tool to extract the meta data of a raw file into a json file. | |
It contains methods to collect data requred for publication by journal and to write them into a tab delimited text file. | |
License: What license is it under? | |
Encoding: UTF-8 | |
LazyData: true | |
Imports: | |
assertive.base, | |
assertive.files, | |
assertive.numbers, | |
assertive.properties, | |
assertive.reflection, | |
assertive.sets, | |
assertive.strings, | |
assertive.types, | |
jsonlite, | |
pathological, | |
rlist, | |
stringi, | |
magrittr | |
Depends: | |
R (>= 2.10) | |
Suggests: | |
readODS, | |
knitr, | |
rmarkdown | |
RoxygenNote: 6.1.1 | |
VignetteBuilder: knitr |