Changelog
Source:NEWS.md
rStrava 1.3.2
CRAN release: 2024-10-23
- Added a
NEWS.mdfile - Require all
idarguments as character for issue #104 - Update details documentation for
get_activity_streams()if bad request for issue #105 - Fix to precision issue for long integer output to character in parsed requests for issue #106, added jsonlite depends
- Removed RCurl depends
rStrava 1.3.1
CRAN release: 2024-03-26
- Fix to
compile_activity()if input is from a request toget_activity_list()using activity id, output will match that if request is by date range - Removed plyr and prettymapr package dependencies
- Removed ggspatial basemaps and replaced with methods from maptiles and tidyterra packages in
get_heat_map() - Fixed bug retrieving activity titles in
recent_fun()when retrieving athlete info with no token
rStrava 1.3.0
CRAN release: 2023-10-20
- Fix to
athl_fun()(#99) for scraping user profile content. Monthly summaries are no longer available. Information on trophies and achievements have been added. - Removed ggmap and ggrepel dependencies, replaced with ggspatial functions to retrieve basemap tiles in
get_heat_map(). This is a breaking change as arguments toget_heat_map()were modified. Thefandsourcearguments were removed and options formaptypewere changed. Azoomargument was also added.
rStrava 1.2.0
CRAN release: 2023-05-24
- Fix to output from
compile_activities()if units are imperial and elevation data are missing - Replaced deprecated calls to
as.tibble()withas_tibble() -
typeargument inget_streams()is checked with valid entries - Units for
typeargument forget_streams()added to help documentation - Clarification in documentation for merging behavior of the
series_type()argument inget_streams() - Fix to
get_heat_map()function for proper passing of thesourceargument toggmap
rStrava 1.1.4
CRAN release: 2021-10-27
- Initial CRAN release
- added
get_laps()function to retrieve lap data for an individual activity - now depends on R v3.5.0
rStrava 1.1.3
- Fixed a bug with
athlind_fun()to correctly parse XML attribute for the athlete data - Check added to
get_activity_streams()that exits function if manual entries are requested from the user - Added an optional
idargument tocompile_activities(),get_activity_streams(),get_elev_prof(),get_heat_map(), andplot_spdsplits()to request results for an activity using the id value, rather than the index value
rStrava 1.1.2
- Added an optional
idargument to several functions to select an activity by its actual id value, rather than the order in which it appears in themy_actsobject - Bug fix to types argument in
get_activity_streams()that was returning an error with incorrecttidyr::unnest()
rStrava 1.1.1
- Added informative error message if bad request from Google API
- Updated examples in help files for
get_latlon(),get_dists(),get_elev_prof(),get_heat_map() - Updated
app_scopeparameter definition to use new values following Strava’s updates to the API which are mandatory from October 2019, an appropriateapp_scopeis now required - Added required
app_scopeto authentication token request following Strava’s updates to the API which are mandatory from October 2019, an appropriateapp_scopeis now required - Added informative error message if settings are private for
athlind_fun() - Fixed bug if
numeric(0)inget_streams data(), replaced withNAtounnest() - Updated documentation for
get_activity_streams()abouttypearg - Updated documentation for
athl_fun()andathlind_fun()to correctly say what is returned
rStrava 1.1.0
- Quicker polyline decoding using googleway package improves performance
- Added functionality for retrieving club data, including
compile_club_activities() - Fixes to
get_segment()andcompile_segment()for correct request arguments - Other minor bug fixes, see commit log
rStrava 1.0.1
- Fix to
month_fun()to returnNAif info is unavailable, addedlocation_fun()
rStrava 1.0.0
- Major fix to
athl_fun()