Skip to content

Commit

Permalink
Remove dependency on **MuMIn**
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam B. Smith committed Jun 6, 2024
1 parent 304f497 commit 9cc65af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: enmSdmX
Type: Package
Title: Species Distribution Modeling and Ecological Niche Modeling
Version: 1.1.5
Date: 2024-05-16
Version: 1.1.6
Date: 2024-06-06
Authors@R:
c(
person(
Expand All @@ -29,6 +29,7 @@ Description: Implements species distribution modeling and ecological niche
Depends:
R (>= 4.0.0)
Imports:
AICcmodavg,
boot,
data.table,
doParallel,
Expand All @@ -40,7 +41,6 @@ Imports:
maxnet,
methods,
mgcv,
MuMIn,
omnibus,
parallel,
predicts,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# enmSdmX 1.1.6 2024-06-06
- Replaced dependency on **MuMIn** with one one **AICcmodavg** for calculation of AICc. Received warning that **MuMIn** was going to be archived on CRAN.

# enmSdmX 1.1.5 2024-05-16
- Added function `trainESM()` for ensembles of small models.
- Added several UTM coordinate reference systems accessible through `getCRS()`.
Expand Down

0 comments on commit 9cc65af

Please sign in to comment.