-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 931 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 931 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
Package: wtsps
Type: Package
Title: An R client for handling processing of remote sensing time series
Version: 1.0.0
Date: 2017-08-09
Authors@R: c(person("Luiz Fernando", "Assis", role = c("aut", "cre"), email ="luizffga@dpi.inpe.br"))
Author: Luiz Fernando Assis, Gilberto Camara, Gilberto Ribeiro, Karine Reis Ferreira, Lubia Vinhas, Eduardo Llapa
Maintainer: Luiz Fernando Assis <luizffga@dpi.inpe.br>
Description: wtsps is an R client package for Web Time Series Processing Service (WTSPS).
Depends: R (>= 3.0.0)
Imports: methods,
utils,
RCurl,
jsonlite
License: LGPL-3 + file LICENSE
RoxygenNote: 6.0.1
URL: https://github.com/e-sensing/wtsps
BugReports: https://github.com/e-sensing/wtsps/issues
Collate:
'utils.R'
'Class-Algorithm.R'
'Class-Process.R'
'Class-User.R'
'Class-WTSPS.R'
'methods-Algorithm.R'
'methods-Process.R'
'methods-User.R'
'methods-WTSPS.R'