-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 870 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: idp
Type: Package
Title: Process compound specific D/H isotope data collected with isodat
Version: 0.5
Date: 2015-09-03
Author: Sebastian Kopf
Maintainer: Sebastian Kopf <[email protected]>
Description: Open isodat 2.0 files from continuous flow IRMS acquisitions and
interact with, print and export your data using this GTK+ based user
interface.
License: GPL-3
LazyLoad: yes
Roxygen: list(wrap = FALSE)
VignetteBuilder: knitr
URL: https://github.com/sebkopf/idp
BugReports: https://github.com/sebkopf/idp/issues
Depends:
psych,
gWidgets,
RGtk2,
gWidgetsRGtk2,
cairoDevice,
ggplot2,
gridExtra,
reshape2,
plyr,
scales,
stringr,
xlsx
Suggests:
knitr
Collate:
'data.R'
'export.R'
'gui.R'
'widgets.R'
'utils.R'
'table.R'
'read.R'
'plots.R'
'notebook.R'
'main.R'