8
8
* win-builder: windows-x86_64-devel
9
9
* https://win-builder.r-project.org/ANV0wwGa2RnH/
10
10
* r-hub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel
11
- * https://builder.r-hub.io/status/fflr_0.3.10 .tar.gz-8880c48e9fb3456d9237301782b6253c
12
- * https://builder.r-hub.io/status/fflr_0.3.10 .tar.gz-93d173f6f5e64628b4f0703a611f3664
13
- * https://builder.r-hub.io/status/fflr_0.3.10 .tar.gz-4c5998ea86dd4127824cdc5736210ecf
11
+ * https://builder.r-hub.io/status/fflr_0.3.12 .tar.gz-b850b4a77c694edbb30f071e6230e021
12
+ * https://builder.r-hub.io/status/fflr_0.3.12 .tar.gz-c251fe8fcb3e4b3d950a44d28bd2f9d8
13
+ * https://builder.r-hub.io/status/fflr_0.3.12 .tar.gz-ab2074eef0d940d099c778c177ab8d04
14
14
15
15
## R CMD check results
16
16
17
- 0 errors | 0 warnings | 1 note
17
+ 0 errors | 0 warnings | 0 notes
18
18
19
19
* This is a new release.
20
20
21
21
## Resubmission
22
22
23
+ * _ All_ calls to an external API use ` tryCatch() ` and repeat the request should
24
+ it fail initially. The timeout options are no longer changed between attempts,
25
+ only sleeping.
26
+
27
+ * The ` all_players() ` examples and tests are skipped because they take too long.
28
+ The stat scraping is also more careful when handling edge cases and should be
29
+ able to run at any time.
30
+
31
+ * The vignette uses a know, past data point and no longer changes depending on
32
+ when it was run; this should prevent calls to ` team_roster() ` , etc from
33
+ returning some data that might not work in the rest of the vignette.
34
+
35
+ ## Previous Submission
36
+
23
37
* The ` ffl_api() ` now uses ` tryCatch() ` and re-tries to call the API when it
24
38
fails, waiting with ` Sys.sleep() ` between attempts and adjusting the timeout
25
39
` options() ` . This should help prevent timeout failures in
@@ -31,8 +45,6 @@ fails, waiting with `Sys.sleep()` between attempts and adjusting the timeout
31
45
Timeout was reached: [fantasy.espn.com] Resolving timed out after 10001 milliseconds
32
46
```
33
47
34
- ## Previous Submission
35
-
36
48
* [ ESPN] ( https://en.wikipedia.org/wiki/ESPN ) is not really an acronym, it no
37
49
longer stands for anything and doesn't need to be explained in the DESCRIPTION.
38
50
0 commit comments