f1dataR icon indicating copy to clipboard operation
f1dataR copied to clipboard

An R package to access Formula 1 Data from the Ergast API and the unofficial F1 data stream via the fastf1 python library.

Results 8 f1dataR issues
Sort by recently updated
recently updated
newest added

The installation throws this error message: ``` C:\Users\pbous\AppData\Local\Temp\RtmpukBwfm\R.INSTALL5d4c3eab76a9\f1dataR>CALL "C:\Users\pbous\AppData\Local\r-miniconda\condabin\activate.bat" "C:\Users\pbous\AppData\Local\r-miniconda\envs\r-reticulate" C:\Users\pbous\AppData\Local\Temp\RtmpukBwfm\R.INSTALL5d4c3eab76a9\f1dataR>conda.bat activate "C:\Users\pbous\AppData\Local\r-miniconda\envs\r-reticulate" (r-reticulate) C:\Users\pbous\AppData\Local\Temp\RtmpukBwfm\R.INSTALL5d4c3eab76a9\f1dataR>"C:/Users/pbous/AppData/Local/r-miniconda/envs/r-reticulate/python.exe" -m pip install --upgrade --no-user "fastf1" ERROR: Could not find a version that satisfies the...

When trying to install, it can´t load package name. This message appears: Error: package or namespace load failed for 'f1dataR'. Path argument is considered not valid. Could you help with...

Hi, I was trying to use the `get_driver_telemetry()` function but I obtain the following output: ``` > get_driver_telemetry(2022, 4, driver = 'PER') The first time a session is loaded, some...

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)

Is the action to update pkgdown working? I'm not sure how it works but it seems it's still on 1.3. Could you direct me to the right place @pbulsink

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?

As we move towards more functionality for users we can also allow more than one driver using `.pick_drivers()` instead of `.pick_driver()` (https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_drivers). I'm still trying to figure out `.pick_lap()` to...

enhancement

Speaking to some users this seems to be a big deal and having an in-package function that properly joins data (telemetry with session laps for example) would be very useful.

enhancement