Philip Bulsink

Results 11 issues of Philip Bulsink

### Request Twitter has a scheduled tweet API hook, this might be an interesting option instead of scheduling R run to post a tweet with taskscheduleR. ### Expected behavior This...

enhancement

Per Email... CRAN testing errors. ![image](https://github.com/SCasanova/f1dataR/assets/5419974/07aff4a3-2c73-416f-9b12-365e9267a00a) ![image](https://github.com/SCasanova/f1dataR/assets/5419974/339b8d7c-89bd-4f93-910f-3cc47cada789)

Build Failure on the weekly check - https://github.com/SCasanova/f1dataR/actions/runs/7953526995 Seems to be failure in setup of the reticulate venv, not in our code?

The NHL API has changed endpoints. Current work to remap links is being tracked at https://gitlab.com/dword4/nhlapi/-/issues/110 This will necessitate updates to this package once new endpoints are understood.

Two errors have popped up this month in auto-checks. The first has to do with old versions of fastf1 when cache clearing - not a high priority. The second is...

Pulling the upcoming season schedule with `get_game_ids()` leaves `NA` values in the `home_name` or `away_name` column since `UTA` isn't present in `teams_logos_colors`.

Some APIs have multiple throttle limits: i.e. no more than 4 requests/second *and* no more than 20 requests per minute *and* no more than 200 requests/hour. Current behavior (as far...

feature

If Jolipca is down (see #294) the function eventually returns a NULL. Unfortunately, this caches a 'NULL' as the function output, rerunning the function (for example to see if Jolpica...

It looks like there's some auto-check failures from reticulate/uv, or even at base. This corresponds with uv and reticulate updates in the last two weeks. For now I'll just monitor...

maintenance