forked from sylvainschmitt/sdmverse
-
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.
sdmverse 0.1.0.9022: app update with M. Noblis suggestions
- Loading branch information
1 parent
21e617c
commit d3dce0e
Showing
12 changed files
with
103 additions
and
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
sdmverse 0.1.0.9022 | ||
|
||
- app update with M. Noblis suggestions | ||
|
||
sdmverse 0.1.0.9021 | ||
|
||
- app update | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
library(shinycssloaders) | ||
library(shinydashboard) | ||
options(spinner.color = "#0275D8", spinner.color.background = "#ffffff") | ||
shinyUI(fluidPage( | ||
headerPanel("sdmverse: A Meta-Package For Harnessing The Growing Diversity Of | ||
Species Distribution Modeling Packages"), | ||
mainPanel( | ||
DT::dataTableOutput("table") | ||
align = "left", | ||
tags$head(tags$script(' | ||
var dimension = [0, 0]; | ||
$(document).on("shiny:connected", function(e) { | ||
dimension[0] = window.innerWidth; | ||
dimension[1] = window.innerHeight; | ||
Shiny.setInputValue("dimension", dimension); | ||
}); | ||
$(window).resize(function(e) { | ||
dimension[0] = window.innerWidth; | ||
dimension[1] = window.innerHeight; | ||
Shiny.setInputValue("dimension", dimension); | ||
}); | ||
')), | ||
box( | ||
width = 12, | ||
HTML("<h3><b><a href='https://github.com/sylvainschmitt/sdmverse' | ||
target='_blank'>sdmverse</a></b></h3><i><h5><nobr>A | ||
Meta-Package For Harnessing The Growing Diversity Of | ||
Species Distribution Modeling Packages</nobr></h5></i>") | ||
), | ||
box( | ||
width = 12, | ||
tags$style(HTML(".dataTables_wrapper .dataTables_filter {float: left;")), | ||
withSpinner(DT::dataTableOutput("table"), type = 1), | ||
br() | ||
) | ||
)) |
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,6 +1,6 @@ | ||
name : occCite | ||
title: "Querying and Managing Large Biodiversity Occurrence Datasets" | ||
version: 0.5.7 | ||
version: 0.5.8 | ||
author: "Hannah L. Owens, Cory Merow, Brian Maitner, Jamie M. Kass, Vijay Barve, Robert P. Guralnick, Damiano Oldoni for rOpenSci, see)" | ||
maintainer: "Hannah L. Owens <[email protected]>" | ||
cran: yes | ||
|
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,6 +1,6 @@ | ||
name: rgbif | ||
title: Interface to the Global Biodiversity Information Facility API | ||
version: 3.8.0 | ||
version: 3.8.1 | ||
author: Scott Chamberlain, Damiano Oldoni, Vijay Barve, Peter Desmet, Laurens Geffert, | ||
Dan Mcglinn, Karthik Ram, rOpenSci, John Waller | ||
maintainer: John Waller <[email protected]> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.