You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this package in the past and it worked great. I tried to install {strava} on a new machine and ran into a problem.
ERROR: dependency ‘geoviz’ is not available for package ‘strava’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/strava’
Warning messages:
1: package ‘geoviz’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
2: In i.p(...) :
installation of package ‘/var/folders/wb/fgxsnwg52td7vsrwz_1zvx2m0000gq/T//Rtmp8zpl41/file87f23a97c837/strava_0.0.0.9001.tar.gz’ had non-zero exit status
It seems that {geoviz} in turn requires {rgeos} and {rgdal}, so installation fails for that too (using devtools::install_github)
Now, {rgeos} is archived on CRAN. So, I tried to grab the last available version but it wouldn't install under my version of R (system info below). I didn't investigate {rgdal}. The {rgeos} CRAN page says that packages should switch to using {sf} and {terra}.
If I'm doing something wrong, please tell me! Otherwise, would you recommend that I use the python port to escape this dependency chain?
Hi @quantixed, sorry about the dependency issue. This package has not been actively maintained for a while. If you are familiar with Python I would recommend using the Python version which is being actively maintained.
If anyone is reading this and just wants to make the small multiples plots (rather than the other mapping parts). You can do it using a folder of gpx files and the two functions in R/process_data.R and R/plot_facets.R
Hello,
I have used this package in the past and it worked great. I tried to install
{strava}
on a new machine and ran into a problem.It seems that
{geoviz}
in turn requires{rgeos}
and{rgdal}
, so installation fails for that too (usingdevtools::install_github
)Now,
{rgeos}
is archived on CRAN. So, I tried to grab the last available version but it wouldn't install under my version of R (system info below). I didn't investigate{rgdal}
. The{rgeos}
CRAN page says that packages should switch to using{sf}
and{terra}
.If I'm doing something wrong, please tell me! Otherwise, would you recommend that I use the python port to escape this dependency chain?
The text was updated successfully, but these errors were encountered: