r-lib / clock

A Date-Time Library for R
https://clock.r-lib.org
Other
97 stars 4 forks source link

Calendar: Solar Hijri / Persian #185

Open DavisVaughan opened 3 years ago

DavisVaughan commented 3 years ago
solar_hijri_year_month_day()
solar_hijri_year_month_weekday()

Using: https://github.com/r-lib/clock/blob/master/inst/include/date/solar_hijri.h

PooyaGhazinejad commented 1 year ago

Hey Davis Thanks for your idea but That link doesn't work!!

DavisVaughan commented 1 year ago

Oh it lives here now https://github.com/r-lib/tzdb/blob/main/inst/include/date/solar_hijri.h

PooyaGhazinejad commented 1 year ago

OK Thank you. How Can I use it in R and RStudio?

DavisVaughan commented 1 year ago

I'm just saying that the C header file now lives in that other package. I haven't added R bindings to it here yet. It isn't very high priority for me right now.