-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
Package: SiteSelection | ||
Title: An R script to find complex areas for the Streets4All Project | ||
Version: 0.2.0 | ||
Authors@R: c( | ||
person(given = "Rosa", family = "Felix", email = "rosamfelix@@tecnico.ulisboa.pt", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5642-6006")), | ||
person(given = "Gabriel", family = "Valença", email = "[email protected]", role = c("aut"), | ||
Authors@R: | ||
person("Rosa", "Felix", , "rosamfelix@@tecnico.ulisboa.pt", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5642-6006")) | ||
person("Gabriel", "Valença", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-3684-3005")) | ||
) | ||
Description: SiteSelection aims to find areas for a dynamic street re-allocation experiment. | ||
It consist in a process of multi criteria to select the cell locations of a giver city or neighborhood where the street space is more disputed by different transport modes and street activities. | ||
SiteSelection is a full script that uses a dynamic pipeline, by using targets R package. | ||
Description: SiteSelection aims to find areas for a dynamic street | ||
re-allocation experiment. It consist in a process of multi criteria | ||
to select the cell locations of a giver city or neighborhood where the | ||
street space is more disputed by different transport modes and street | ||
activities. SiteSelection is a full script that uses a dynamic | ||
pipeline, by using targets R package. | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 3.6.0) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Depends: | ||
R (>= 3.6.0) |