Skip to content

Commit

Permalink
censobr v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Feb 24, 2024
1 parent 028ef79 commit 3d4931b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
^\.Rproj\.user$
^\.github$
^tests_rafa
^data_prep
^data_prep$
^CRAN-SUBMISSION$
^cran-comments\.md$
^codecov\.yml$
Expand Down
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.0
Date: 2024-01-09 14:59:19 UTC
SHA: b5bbf8b12b1319b10ed18358bb29797123990c05
Version: 0.3.1
Date: 2024-02-08 15:14:44 UTC
SHA: 028ef793b00ac8f8551a2c051e2dc46c574fa73c
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## R CMD check results

── R CMD check results ───────────────────────────────────────────── censobr 0.2.0999 ────
Duration: 21m 10.4s
── R CMD check results ──────────────────────────────────────────────────── censobr 0.3.1 ────
Duration: 1h 38m 26.4s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Expand Down
21 changes: 21 additions & 0 deletions tests/tests_rafa/test_rafa.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
link <- 'https://ftp.ibge.gov.br/Trabalho_e_Rendimento/Pesquisa_Nacional_por_Amostra_de_Domicilios_continua/Trimestral/Microdados/2023/PNADC_032023.zip'
file <- basename(link)


tic()
httr::GET(url = link,
# httr::timeout(10),
httr::progress(),
httr::write_disk(file, overwrite = T))
toc()


tic()
link |>
httr2::request() |>
httr2::req_progress() |>
httr2::req_perform(path = file)
toc()



dici cenus tract 1970
arquivo dos 80

Expand Down

0 comments on commit 3d4931b

Please sign in to comment.