-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 759 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: gridprocess
Type: Package
Title: Package for processing raster data
Version: 0.1.5
Author: Ethan Plunkett
Maintainer: Ethan Plunkett <ethan@plunkettworks.com>
Suggests:
gridio2,
knitr,
rmarkdown,
testthat
Imports:
terra,
stats,
grDevices,
graphics,
utils,
methods
Description: This package contains tools for processing raster data, it defines
a simple S3 class "grid" for representing raster data; andfunctions for
converting to and from that format, and to process data in "grid" objects.
One unique contribution of the package to R is an algorythm for calculating
resistant kernels.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
OS_type: windows
Depends:
R (>= 2.10)