r-transit / tidytransit

R package for working with GTFS data
https://r-transit.github.io/tidytransit/
150 stars 22 forks source link

package ‘tidytransit’ is not available (for R version 3.5.1) #152

Closed civiliaInc closed 4 years ago

civiliaInc commented 4 years ago

install.packages("tidytransit") Warning message: package ‘tidytransit’ is not available (for R version 3.5.1)

On which version of R is that safe to install? Thanks, Xavier

tbuckl commented 4 years ago

@civiliaInc hi Xavier, you'll need to install R 3.6.0 or later to use the current version.

if you are stuck with 3.5.1, it may be that you could use a previous version of tidytransit, by installing like this: install.packages("tidytransit", version='0.6.0')

civiliaInc commented 4 years ago

Thank you Tom for this fast reply, that fixed the issue.