robjhyndman / cricketdata

International cricket data for men and women, Tests, ODIs and T20s
http://pkg.robjhyndman.com/cricketdata/
80 stars 21 forks source link

Unable to load package in R #34

Closed adisrir closed 5 days ago

adisrir commented 11 months ago

When installing cricket data package this error is occurring

ERROR: unable to collate and parse R files for package ‘cricketdata’

robjhyndman commented 11 months ago

Are you installing from CRAN or github? More details are required. No-one else has reported a similar problem.

adisrir commented 11 months ago

Are you installing from CRAN or github? More details are required. No-one else has reported a similar problem.

Tried installing from CRAN and github and having same error.

robjhyndman commented 11 months ago

I think the issue is that your version of R is too old and does not recognize the native pipe |>. It was introduced more than 2 years ago.