You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: NEWS.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# ffscrapr 1.2.2
2
+
Minor patches to dp_import functions to address issues discovered by CRAN checks.
3
+
4
+
Also adds minor helper function, `dp_cleannames`, which is a utility function for cleaning player names that removes common suffixes, preiods, and apostrophes.
5
+
6
+
### Minor patches
7
+
- Refactored `dp_values()` and `dp_playerids()` functions to use httr backend for compat with httptest, preventing CRAN errors.
[](https://codecov.io/gh/DynastyProcess/ffscrapr?branch=main)
Helps access various Fantasy Football APIs (currently MFL, Sleeper, Fleaflicker, and eventually ESPN, Yahoo, potentially others) by handling authentication/rate-limiting/caching, forming appropriate calls, and returning tidy dataframes which can be easily connected to other data sources.
31
39
32
40
### Installation
33
41
34
-
Version 1.2.1 is now on CRAN 🎉 and can be installed with:
42
+
Version 1.2.2 is now on CRAN 🎉 and can be installed with:
35
43
36
44
```{r eval = FALSE}
37
45
install.packages("ffscrapr")
38
-
# or from GitHub release with the remotes package # install.packages("remotes")
There are also some more advanced guides for custom API calls in the [Articles section](https://ffscrapr.dynastyprocess.com/articles/), as well as some guides on [optimizing ffscrapr's performance](https://ffscrapr.dynastyprocess.com/articles/ffscrapr_caching.html).
70
84
71
85
### Contributing
72
86
@@ -82,4 +96,8 @@ Many hands make light work! Here are some ways you can contribute to this projec
82
96
83
97
The R code for this package is released as open source under the [MIT license](https://ffscrapr.dynastyprocess.com/LICENSE.html).
84
98
85
-
The APIs and data accessed by this package belong to their respective owners, and are governed by their terms of use.
99
+
The APIs and data accessed by this package belong to their respective owners, and are governed by their terms of use.
0 commit comments