Skip to content

Commit

Permalink
remove cetesb website reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaobazzo committed Oct 22, 2024
1 parent 6534aa2 commit 55784ea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Date: 2024-10-15 12:14:30 UTC
SHA: ae71a6cae48ca0db05c4eedf9193632e931580cb
Date: 2024-10-17 20:16:45 UTC
SHA: 6534aa26d814393000c5f57341aafad5f645a234
3 changes: 1 addition & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
#' Emission factors from Environment Company of Sao Paulo, Brazil (CETESB)
#'
#' units 'g/km'; Emission factors for buses based on estimates from the
#' [Environment Company of Sao Paulo, Brazil (CETESB) 2017](https://cetesb.sp.gov.br/veicular/),
#' Environment Company of Sao Paulo, Brazil (CETESB) 2017,
#' and obtained from [vein package](https://github.com/atmoschem/vein).
#' The R script used to organize the CETESB database can be found in the repository
#' <<https://github.com/ipeaGIT/gtfs2emis/blob/master/data-raw/ef_brazil_cetesb_db.R>>.
Expand All @@ -136,6 +136,5 @@
#' \item{as_list}{logical; Returns emission factors as a list, instead of data.table
#' format.}
#' }
#'@source \url{https://cetesb.sp.gov.br/veicular/}
#' @family emission factor data
"ef_brazil_cetesb_db" # data(ef_brazil_cetesb_db)
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ estimate running exhaust emissions factors based on the following
emission factor models:

- Brazil
- [CETESB](https://cetesb.sp.gov.br/veicular/relatorios-e-publicacoes/):
2019 model from the Environmental Company of Sao Paulo (CETESB)
- CETESB: 2019 model from the Environmental Company of Sao Paulo (CETESB)
- Europe
- [EMEP/EEA](https://www.eea.europa.eu/themes/air/air-pollution-sources-1/emep-eea-air-pollutant-emission-inventory-guidebook/emep):
European Monitoring and Evaluation Programme, developed by the
Expand Down
3 changes: 3 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ Fixed.
- Please wrap examples that need packages in ‘Suggests’ in
if(requireNamespace("pkgname")){} instead.
Fixed.

- Found the following (possibly) invalid URLs: https://cetesb.sp.gov.br/veicular/
Fixed.
5 changes: 1 addition & 4 deletions man/ef_brazil_cetesb_db.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/gtfs2emis_fleet_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Now here are a few examples of `data.frames` with the fleet characteristics requ

## 4.1 Brazil: Environmental Company of Sao Paulo (CETESB):

Based on the [2019 data](https://cetesb.sp.gov.br/veicular/relatorios-e-publicacoes/) from the emission factor model of CETESB.
Based on the 2019 data from the emission factor model of CETESB.


```{r, message = FALSE}
Expand Down

0 comments on commit 55784ea

Please sign in to comment.