-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 970 Bytes
/
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
Package: cptec
Type: Package
Title: An Interface to the 'CPTEC/INPE' API
Version: 0.1.1
Authors@R: person("Renato", "Prado Siqueira", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Renato Prado Siqueira <[email protected]>
Description: Allows to retrieve data from the
'CPTEC/INPE' weather forecast API. 'CPTEC' stands for 'Centro de Previsão
de Tempo e Estudos Climáticos' and 'INPE' for 'Instituto Nacional de
Pesquisas Espaciais'. 'CPTEC' is the most advanced numerical weather and
climate forecasting center in Latin America, with high-precision short
and medium-term weather forecasting since the beginning of 1995. See
<https://www.cptec.inpe.br/> for more information.
Depends: R (>= 3.2.0)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/rpradosiqueira/cptec
BugReports: https://github.com/rpradosiqueira/cptec/issues
Imports:
magrittr,
rvest,
xml2,
RoxygenNote: 7.1.2
Suggests: knitr