-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 819 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: maxnet
Type: Package
Title: Fitting 'Maxent' Species Distribution Models with 'glmnet'
Version: 0.1.4
Date: 2021-07-08
Author: Steven Phillips
Maintainer: Steven Phillips <mrmaxent@gmail.com>
Imports:
utils,
stats,
glmnet,
dplyr
Suggests:
stars,
terra
Description: Procedures to fit species distributions models from occurrence records and environmental variables, using 'glmnet' for model fitting. Model structure is the same as for the 'Maxent' Java package, version 3.4.0, with the same feature types and regularization options. See the 'Maxent' website <http://biodiversityinformatics.amnh.org/open_source/maxent> for more details.
License: MIT + file LICENSE
URL: https://github.com/mrmaxent/maxnet
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LazyData: true
Encoding: UTF-8