Skip to content

Commit

Permalink
actualiza + simplifica travis (old packages)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaSanchezTapia committed Nov 5, 2020
1 parent 4848cc2 commit 4d9f52c
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 46 deletions.
21 changes: 4 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: r

sudo: false

before_install:
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-gnome-pt language-pack-pt-base
- sudo apt-get -y install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev libgdal-dev bwidget libgdal-dev libgdal1-dev libgeos-dev libgeos++-dev libgsl0-dev libproj-dev libspatialite-dev netcdf-bin libgmp3-dev libudunits2-dev cargo
Expand Down Expand Up @@ -36,32 +34,21 @@ r_github_packages:

r_packages:
- dplyr
- plyr
- fs
- ggplot2
- glue
- httr
- janitor
- jsonlite
- magrittr
- plyr
- readr
- rlang
- rvest
- sf
- stringr
- tidyr
- tmap
- xml2
- gganimate
- vroom
- rmarkdown
- devtools
- knitr
- rgdal
- gifski
- pkgdown
- webshot
- rmarkdown
- remotes
- vroom
- sf

os:
- linux
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ Imports:
dplyr,
ggplot2,
httr,
jsonlite,
magrittr,
openxlsx,
plyr,
readr,
rlang,
rvest,
stringr,
tidyr,
xml2,
vroom
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(magrittr,"%>%")
importFrom(openxlsx,read.xlsx)
importFrom(plyr,.)
importFrom(plyr,count)
importFrom(readr,read_csv)
Expand Down
1 change: 0 additions & 1 deletion R/get_corona_minsaude.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#' @importFrom utils read.csv write.csv
#' @importFrom magrittr %>%
#' @importFrom plyr .
#' @importFrom openxlsx read.xlsx
#' @importFrom vroom vroom
#'
#' @export
Expand Down
1 change: 1 addition & 0 deletions docs/articles/articles/graficos.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/articles/graficos_files/figure-html/estados-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/articles/graficos_files/figure-html/estados2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/articles/graficos_files/figure-html/fig-casos-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/articles/graficos_files/figure-html/fig-perc-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/articles/graficos_files/figure-html/obitos-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/articles/articles/lac.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/articles/articles/lac_es.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/articles/articles/mapas_br.html

Large diffs are not rendered by default.

Binary file modified docs/articles/articles/mapas_br_files/figure-html/mapa-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/articles/articles/minsaude.html

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

36 changes: 18 additions & 18 deletions docs/articles/coronabr.html

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

1 change: 1 addition & 0 deletions vignettes/articles/graficos.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Visualização dos casos registrados de COVID-19 no Brasil"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
vignette: >
%\VignetteIndexEntry{Visualização dos casos registrados de COVID-19 no Brasil}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/lac.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Visualização dos casos registrados de COVID-19 na América Latina"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
vignette: >
%\VignetteIndexEntry{Visualização dos casos registrados de COVID-19 na América Latina}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/lac_es.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Visualización de casos registrados de COVID-19 en América Latina y el Caribe"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
vignette: >
%\VignetteIndexEntry{Visualización de casos registrados de COVID-19 en América Latina y el Caribe}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/mapas_br.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Mapa de COVID-19 no Brasil"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
vignette: >
%\VignetteIndexEntry{Mapa de COVID-19 no Brasil}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/minsaude.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Download dos casos de COVID-19 no Brasil - Minsaúde"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
vignette: >
%\VignetteIndexEntry{Download dos casos de COVID-19 no Brasil - Minsaúde}
%\VignetteEngine{knitr::rmarkdown}
Expand Down

0 comments on commit 4d9f52c

Please sign in to comment.