-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.03 KB
/
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
43
44
Package: isocyclr
Type: Package
Title: Model isotope fractionation in biogeochemical cycles and pathways
Version: 0.1.5
Date: 2016-01-15
Author: Sebastian Kopf
Maintainer: Sebastian Kopf <seb.kopf@gmail.com>
Description: This package facilitates the modeling of isotopic effects through
biogeochemical pathways and cycles including non-steady state and steady-state
solutions. This project was inspired by the life and work of John Hayes and is
dedicatd to his memory.
License: GPL-3
Roxygen: list(wrap = FALSE)
URL: https://github.com/sebkopf/isocyclr
BugReports: https://github.com/sebkopf/isocyclr/issues
Imports:
methods,
rlang,
dplyr,
lazyeval,
tidyr,
ggplot2,
deSolve,
rootSolve
Suggests:
testthat,
rmarkdown,
magrittr,
knitr
VignetteBuilder: knitr
Collate:
'component.R'
'isotope.R'
'notes.R'
'parameters.R'
'plotting.R'
'validation.R'
'reaction.R'
'system.R'
'package.R'
'calculations.R'
'model.R'
'steady_state.R'
RoxygenNote: 7.1.1