-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.36 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
Package: ediblecity
Type: Package
Title: Modeling Urban Agriculture at City Scale
Version: 0.2.1.9000
Authors@R:
c(
person(given = "Josep", family = "Pueyo-Ros", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1236-5651")),
person(given = "ICRA - Catalan Institute for Water Research",
role = "fnd", comment = c(project = "Edicitnet", grant_agreement = 776665))
)
Description: The purpose of this package is to estimate the potential of urban agriculture to contribute to addressing several urban challenges at the city-scale. Within this aim, we selected 8 indicators directly related to one or several urban challenges. Also, a function is provided to compute new scenarios of urban agriculture. Methods are described by Pueyo-Ros, Comas & Corominas (2023) <doi:10.12688/openreseurope.16054.1>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
sf (>= 0.9),
dplyr (>= 1.0.6),
magrittr (>= 2.0.1),
stars (>= 0.5),
rlang (>= 1.0),
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr (>= 2.5.1)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/icra/ediblecity,
https://icra.github.io/ediblecity/
BugReports: https://github.com/icra/ediblecity/issues
Config/potools/style: explicit