-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upate pakage description, better date format in functions documentation
- Loading branch information
Showing
9 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
Package: qualR | ||
Title: A web scrapper for CETESB QUALAR system | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
Title: An R package to download Sao Paulo air pollution data | ||
Version: 0.9.0 | ||
Authors@R: c( | ||
person(given = "Mario", | ||
family = "Gavidia-Calderón", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
comment = c(ORCID = "0000-0002-7371-1116")), | ||
person(given = "Maria de Fatima", | ||
family = "Andrade", | ||
role = c("ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-5351-8311"))) | ||
Description: A web scrapper to download information from CETESB Qualar | ||
system. It contains function to download a single parameter, a set of | ||
criteria pollutants and the most frequent meteorological parameters used in | ||
model evaluation. | ||
air quality data analysis and air quality model evaluation. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -20,4 +25,4 @@ Imports: | |
XML, | ||
RCurl | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.5.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.