-
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.
Merge pull request #36 from adamlilith/solstice_2022_2023
Solstice 2022 2023
- Loading branch information
Showing
184 changed files
with
956 additions
and
17,889 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: enmSdmX | |
Type: Package | ||
Title: Species Distribution Modeling and Ecological Niche Modeling | ||
Version: 1.1.3 | ||
Date: 2023-09-15 | ||
Date: 2023-03-06 | ||
Authors@R: | ||
c( | ||
person( | ||
|
@@ -13,7 +13,6 @@ Authors@R: | |
comment = c(ORCID = '0000-0002-6420-1659') | ||
) | ||
) | ||
Maintainer: Adam B. Smith <[email protected]> | ||
Description: Implements species distribution modeling and ecological niche | ||
modeling, including: bias correction, spatial cross-validation, model | ||
evaluation, raster interpolation, biotic "velocity" (speed and | ||
|
@@ -32,7 +31,6 @@ Depends: | |
Imports: | ||
boot, | ||
data.table, | ||
dismo, | ||
doParallel, | ||
DT, | ||
foreach, | ||
|
@@ -45,11 +43,13 @@ Imports: | |
MuMIn, | ||
omnibus, | ||
parallel, | ||
predicts, | ||
ranger, | ||
rJava, | ||
scales, | ||
sf, | ||
shiny, | ||
sp, | ||
statisfactory, | ||
stats, | ||
terra, | ||
|
@@ -62,4 +62,4 @@ URL: https://github.com/adamlilith/enmSdmX | |
BugReports: https://github.com/adamlilith/enmSdmX | ||
Encoding: UTF-8 | ||
License: MIT + file LICENSE | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.0 |
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 |
---|---|---|
|
@@ -49,3 +49,4 @@ export(trainNS) | |
export(trainRF) | ||
export(weightByDist) | ||
import(data.table) | ||
importFrom(stats,predict) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
#' @import predicts::MaxEnt_model |
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.