Skip to content

Commit

Permalink
Update website with vignettes (#334)
Browse files Browse the repository at this point in the history
* Add vignettes.
* Add all authors to DESCRIPTION
* Fix references page by adding missing functions
* Added landing page
  • Loading branch information
edwardsmarc authored Jul 20, 2023
1 parent 42d12d2 commit 311dfd2
Show file tree
Hide file tree
Showing 198 changed files with 6,136 additions and 634 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ docker-compose.yml
.env
restart.txt
logs
^vignettes/articles$
9 changes: 8 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ Authors@R: c(
comment = c(ORCID = '0000-0002-4716-6134')),
person(c('Richard'), 'Schuster',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0003-3191-7869')))
comment = c(ORCID = '0000-0003-3191-7869')),
person(c('Joseph'), 'Bennett', role = c('aut')),
person(c('Jaimie'), 'Vincent', role = c('aut')),
person(c('Dan'), 'Wismer',
email='[email protected]', role = c('cre')),
person(c('Marc'), 'Edwards',
email='[email protected]', role = c('cre'))
)
Imports:
utils,
stats,
Expand Down
2 changes: 1 addition & 1 deletion R/utils_shinyjs.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ change_file_icon_js <- function(x, hex, tool_tip) {
invisible(TRUE)
}

#' Change file icon and update tool tip
#' Remove map pane using CSS selector
#'
#' @param id `character` CSS selector.
#'
Expand Down
17 changes: 6 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
authors:
Jeffrey O Hanson:
href: https://jeffrey-hanson.com
Richard Schuster:
href: http://www.richard-schuster.com

template:
params:
bootswatch: flatly

reference:
- title: Application
desc: >
Expand Down Expand Up @@ -96,6 +86,7 @@ reference:
- ContinuousLegend
- CategoricalLegend
- ManualLegend
- NullLegend
- Parameter
- Statistic
- Dataset
Expand All @@ -104,13 +95,15 @@ reference:
- Feature
- Weight
- Include
- Exclude
- Theme
- Solution
- SolutionSettings
- MapManager
- FeatureResults
- WeightResults
- IncludeResults
- ExcludeResults
- ThemeResults

- title: Result functions
Expand Down Expand Up @@ -145,6 +138,8 @@ reference:
- disable_html_element
- disable_html_css_selector
- enable_html_css_selector
- change_file_icon_js
- removeMapPane

- title: Spatial functions
desc: >
Expand All @@ -170,4 +165,4 @@ reference:
- prepare_fileInput
- import_data
- acknowledge_packages
- write_excel_workbook
- write_excel_workbook
22 changes: 20 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/articles/articles/figures/carbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/connectivity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/includes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/sidebar1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/sidebar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/sidebar3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/sidebar4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/sidebar5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/species_range.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/theory1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/theory2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/theory3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/theory4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/articles/articles/figures/theory5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 311dfd2

Please sign in to comment.