-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.17 KB
/
DESCRIPTION
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: sitsdata
Type: Package
Title: Data sets to support examples in sits package
Version: 1.2
Date: 2024-07-04
Authors@R: c(person('Gilberto', 'Camara', role = c('aut', 'cre'), email = 'gilberto.camara@inpe.br'),
person('Rolf', 'Simoes', role = c('aut'), email = 'rolf.simoes@inpe.br'),
person('Felipe', 'Carlos', role = c('aut'), email = 'efelipecarlos@gmail.com'),
person('Felipe', 'Souza', role = c('aut'), email = 'lipecaso@gmail.com'))
Maintainer: Gilberto Camara <gilberto.camara@inpe.br>
Description: This project contains in situ data sets used in the sits package.
These data sets consists of time series of selected locations
which are used to the statistical learning models used
in demos of the sits package. These data sets support the examples of
the on-line book https://e-sensing.github.io/sitsbook/.
This version requires sits 1.4.0 or later.
Depends: R (>= 4.0)
URL: https://github.com/e-sensing/sitsdata/
BugReports: https://github.com/e-sensing/sitsdata/issues
License: GPL-2 | file LICENSE
Imports:
tibble
ByteCompile: true
LazyData: true
Encoding: UTF-8
Collate:
'data.R'
'zzz.R'
RoxygenNote: 7.2.3