-
Notifications
You must be signed in to change notification settings - Fork 47
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
45 changed files
with
596 additions
and
227 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 |
---|---|---|
|
@@ -26,3 +26,4 @@ temp* | |
KeepNA | ||
keepInteger | ||
inst/doc | ||
*Thumbs.db |
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,23 +1,25 @@ | ||
Package: wallace | ||
Version: 1.0.5 | ||
Date: 2018-05-24 | ||
Version: 1.0.6 | ||
Date: 2018-10-05 | ||
Title: A Modular Platform for Reproducible Modeling of Species Niches and Distributions | ||
Authors@R: c(person("Jamie M.", "Kass", email = "[email protected]", role = c("aut", "cre")), | ||
person("Gonzalo E.", "Pinilla-Buitrago", email = "[email protected]", role = "aut"), | ||
person("Bruno", "Vilela", email = "[email protected]", role = "aut"), | ||
person("Matthew E.", "Aiello-Lammens", email = "[email protected]", role = "aut"), | ||
person("Robert", "Muscarella", email = "[email protected]", role = "aut"), | ||
person("Cory", "Merow", email = "[email protected]", role = "aut"), | ||
person("Robert P.", "Anderson", email = "[email protected]", role = "aut")) | ||
Author: Jamie M. Kass [aut, cre], | ||
Gonzalo E. Pinilla-Buitrago [aut], | ||
Bruno Vilela [aut], | ||
Matthew E. Aiello-Lammens [aut], | ||
Robert Muscarella [aut], | ||
Cory Merow [aut], | ||
Robert P. Anderson [aut] | ||
Maintainer: Jamie M. Kass <[email protected]> | ||
Depends: R (>= 3.2.1), shiny (>= 0.14.2), leaflet (>= 1.0.1) | ||
Imports: DT (>= 0.2), shinyjs, spocc (>= 0.5.4), RColorBrewer, dplyr, | ||
spThin, ENMeval, rgeos, maptools, dismo, raster, shinythemes, | ||
Depends: R (>= 3.5.0), shiny (>= 1.1.0), leaflet (>= 2.0.2) | ||
Imports: DT (>= 0.4), shinyjs, spocc (>= 0.8.0), RColorBrewer, dplyr, | ||
spThin, ENMeval (>= 0.3.0), rgeos, maptools, dismo, raster, shinythemes, | ||
magrittr, rgdal, leaflet.extras, XML, rmarkdown, testthat, zip | ||
Description: The 'shiny' application 'wallace' is a modular platform for reproducible modeling of species niches and distributions. 'wallace' guides users through a complete analysis, from the acquisition of species occurrence and environmental data to visualizing model predictions on an interactive map, thus bundling complex workflows into a single, streamlined interface. | ||
License: GPL-3 | ||
|
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,23 +1,9 @@ | ||
[![Build Status](https://travis-ci.org/wallaceEcoMod/wallace.svg?branch=master)](https://travis-ci.org/wallaceEcoMod/wallace) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![CRAN version](http://www.r-pkg.org/badges/version/wallace)](https://CRAN.R-project.org/package=wallace) [![downloads](http://cranlogs.r-pkg.org/badges/grand-total/wallace?color=orange)](http://cranlogs.r-pkg.org/badges/grand-total/wallace?color=orange) | ||
|
||
# Wallace (v1.0.5) | ||
# Wallace (v1.0.6) | ||
|
||
*Wallace* is a modular platform for reproducible modeling of species niches and distributions, written in R. The application guides users through a complete analysis, from the acquisition of data to visualizing model predictions on an interactive map, thus bundling complex workflows into a single, streamlined interface. | ||
|
||
# ATTENTION | ||
|
||
Due to the newest release of ENMeval v0.3.0, Wallace is having problems running the Maxent module. As a temporary solution, please install the older version of ENMeval v0.2.2. | ||
|
||
```R | ||
devtools::install_github("bobmuscarella/[email protected]") | ||
``` | ||
|
||
If you want to test a development version of Wallace that uses ENMeval v0.3.0 and allows users the option of using the maxnet package to run Maxent, please install the *alpha* version of Wallace v1.0.5.9000. Please be aware that this is an untested version. | ||
|
||
```R | ||
devtools::install_github("wallaceEcoMod/wallace@maxnet", dependencies = TRUE) | ||
``` | ||
# | ||
Install *Wallace* via CRAN and run the application with the following R code. | ||
|
||
```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
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.
46815a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closed #138, #155, #157, #159, #160