Skip to content

Commit

Permalink
Merge pull request #16 from ropensci/bye-rcmdcheck-NOTE
Browse files Browse the repository at this point in the history
Remove R CMD check note by manipulating httptest mock filenames
  • Loading branch information
dbarneche authored Oct 10, 2022
2 parents c390ed0 + 1f81bb5 commit 87c6f60
Show file tree
Hide file tree
Showing 71 changed files with 165,763 additions and 165,751 deletions.
8 changes: 8 additions & 0 deletions inst/httptest/request.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
httptest::set_requester(function(request) {
httptest::gsub_request(
request,
"https://api.aims.gov.au/data-v2.0/10.25845/",
"a/",
fixed = TRUE
)
})
Loading

0 comments on commit 87c6f60

Please sign in to comment.