Skip to content

Commit

Permalink
minor fix to CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Sep 14, 2020
1 parent 452302d commit 4170a8b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.7.3
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-09-06T02:47Z
last_built: 2020-09-14T11:56Z

2 changes: 1 addition & 1 deletion docs/reference/wrf_get.html

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

4 changes: 2 additions & 2 deletions docs/reference/wrf_plot.html

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

2 changes: 1 addition & 1 deletion docs/reference/wrf_put.html

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

Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions tests/testthat/test-get_edgar.R
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
context("get_edgar")

get_edgar(dataset = "v50_AP",
suppressWarnings(get_edgar(dataset = "v50_AP",
destpath = tempdir(),
sector = c("CHE"),
pol = "CO",
year = 2012,
ask = F)
ask = FALSE))

get_edgar(dataset = "v50_AP",
suppressWarnings(get_edgar(dataset = "v50_AP",
destpath = tempdir(),
sector = c("CHE"),
pol = "CO",
year = 2012:2013,
ask = F)
ask = FALSE))


test_that("get_edgar stops", {
Expand Down

0 comments on commit 4170a8b

Please sign in to comment.