The ross package has the main purpose to match a trajectory out of a GPX file to the corresponding OSM streets to make different rounds comparable. It was writen in context of the Spatial Data Science in R course in Summer term 2021 with Prof. Dr. Edzer Pebesma.
The ross package can be installed to R with
devtools::install_github('KathHv/ross')
It can be loaded with
library(ross)