-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
31b9e27
commit 035f015
Showing
199 changed files
with
2,451 additions
and
1,756 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 |
---|---|---|
|
@@ -36,3 +36,4 @@ pkgdown | |
.dockerignore | ||
Dockerfile | ||
docker-compose.yml | ||
.lintr |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
linters: with_defaults( | ||
object_name_linter = NULL, | ||
camel_case_linter = NULL, | ||
closed_curly_linter = NULL, | ||
cyclocomp_linter = NULL, | ||
open_curly_linter = NULL, | ||
todo_comment_linter = NULL, | ||
undesirable_operator_linter = NULL | ||
) |
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,8 +1,14 @@ | ||
Package: wheretowork | ||
Title: Systematic conservation planning application | ||
Title: Interactive systematic conservation planning application | ||
Version: 0.0.0.9000 | ||
Description: | ||
Interactive application for systematic conservation planning | ||
Launch an interactive web application for systematic conservation planning. | ||
Data can be accessed using projects available on disk, uploaded using | ||
project files, or uploaded in shapefile format. Prioritizations are | ||
generated using mixed integer programming techniques. The performance of | ||
candidate prioritizations can be examined using summary statistics, | ||
interactive charts, and tables. Finally, data and prioritizations can also | ||
be downloaded for subsequent analysis. | ||
Authors@R: c( | ||
person(c('Jeffrey', 'O'), 'Hanson', | ||
email='[email protected]', role = c('aut', 'cre'), | ||
|
@@ -107,8 +113,8 @@ Collate: | |
'class_Statistic.R' | ||
'class_WeightResults.R' | ||
'fct_find_projects.R' | ||
'fct_generate_min_set_solution.R' | ||
'fct_generate_min_shortfall_solution.R' | ||
'fct_min_set_solution.R' | ||
'fct_min_shortfall_solution.R' | ||
'fct_read_project.R' | ||
'fct_simulate_includes.R' | ||
'fct_simulate_legends.R' | ||
|
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
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
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
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
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
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
Oops, something went wrong.