-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 810 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 810 Bytes
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
Package: isotopia
Type: Package
Title: Work with Isotopic Data in R
Version: 0.5.8
Authors@R: person("Sebastian", "Kopf", , "sebastian.kopf@colorado.edu", role = c("aut", "cre"))
Description: R interface for working with isotopic data (abundances, ratios,
fractionation factors, delta values, etc.).
URL: https://github.com/sebkopf/isotopia
BugReports: https://github.com/sebkopf/isotopia/issues
Imports:
methods,
stats,
utils
Suggests:
testthat,
rmarkdown,
knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.0
Collate:
'classes.R'
'arithmetic.R'
'attribs.R'
'conversion.R'
'initialization.R'
'isotopia.R'
'notation.R'
'operations.R'
'options.R'
'show.R'
'utils.R'
'validation.R'
'zzz.R'