-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
Package: allometree
Type: Package
Title: Allometric Scaling of Urban Trees
Version: 0.1.0
Date: 2020-09-08
Authors@R:
c(person(given = "Xiao Ping",
family = "Song",
role = c("aut", "cre"),
email = "xp.song@u.nus.edu",
comment = c(ORCID = "0000-0002-8825-195X")),
person(given = "Hao Ran",
family = "Lai",
role = c("aut"),
email = "hrlai.ecology@gmail.com",
comment = c("Input on mixed-effects models")),
person(given = "Daniel",
family = "Richards",
role = "ctb",
comment = c("Data acquisition")))
Description: Develop and use allometric equations relating to the
size and structure of urban trees. Modelling approaches include
models developed separately for each species (single-species models), and
a mixed-effects model that includes all species as random effects.
License: MIT + file LICENSE
URL: https://xp-song.github.io/allometree/, https://github.com/xp-song/allometree, https://xpsong.shinyapps.io/allometree-sg/
BugReports: https://github.com/xp-song/allometree/issues
Imports:
checkmate,
MuMIn (>= 1.43.15),
lme4,
merTools,
sjstats (>= 0.17.8),
stringr,
tidyr,
magrittr,
dplyr,
rlang
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat,
ggplot2,
covr,
spelling
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Language: en-GB