Permalink
Newer
100644
33 lines (33 sloc)
875 Bytes
1
Package: MARMoSET
2
Type: Package
3
Title: Get metadata out of raw files
4
Version: 0.1.0
5
Author: Who wrote it
6
Maintainer: The package maintainer <yourself@somewhere.net>
7
Description: This packages uses a c# command line tool to extract the meta data of a raw file into a json file.
8
It contains methods to collect data requred for publication by journal and to write them into a tab delimited text file.
9
License: What license is it under?
10
Encoding: UTF-8
11
LazyData: true
12
Imports:
13
assertive.base,
14
assertive.files,
15
assertive.numbers,
16
assertive.properties,
17
assertive.reflection,
18
assertive.sets,
19
assertive.strings,
20
assertive.types,
21
jsonlite,
22
pathological,
23
rlist,
24
stringi,
25
magrittr
26
Depends:
27
R (>= 2.10)
28
Suggests:
29
readODS,
30
knitr,
31
rmarkdown
32
RoxygenNote: 6.1.1
33
VignetteBuilder: knitr