-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherrypick dp changes and httptest changes (#191)
* Cherrypick dp changes and httptest changes In order to submit to CRAN as v1.2.2 * restyle, rebuild readme * update cran comments * update README for url issues * ci skip * update crancomments, ci skip * add resubmission note, ci skip
- Loading branch information
Showing
191 changed files
with
4,586 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
httptest::set_redactor( | ||
function(response){ | ||
httptest::gsub_response(response,"https\\://fantasy.espn.com/apis/v3/games/ffl/","espn/") %>% | ||
httptest::gsub_response("https\\://api.myfantasyleague.com/","mfl/") %>% | ||
httptest::gsub_response("https\\://api.sleeper.app/","sleeper/") %>% | ||
httptest::gsub_response("https\\://www.fleaflicker.com/","flea/") %>% | ||
httptest::gsub_response("https\\://github.com/DynastyProcess/data/raw/master/files/","gh_dynastyprocess/") | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
httptest::set_requester( | ||
function(request){ | ||
httptest::gsub_request(request,"https\\://fantasy.espn.com/apis/v3/games/ffl/","espn/") %>% | ||
httptest::gsub_request("https\\://api.myfantasyleague.com/","mfl/") %>% | ||
httptest::gsub_request("https\\://api.sleeper.app/","sleeper/") %>% | ||
httptest::gsub_request("https\\://www.fleaflicker.com/","flea/") %>% | ||
httptest::gsub_request("https\\://github.com/DynastyProcess/data/raw/master/files/","gh_dynastyprocess/") | ||
} | ||
) |
Oops, something went wrong.