fasttime
About fasttime
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/fasttime.git fasttime
see also fasttime GitHub repository.
To install the latest development snapshot of this package, use install.packages("fasttime",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("fasttime",,"http://rforge.net/")
Most recent GIT commitsf7a59db5| Simon Urbanek | Wed Mar 16 22:30:24 2022 +1300 Add GitHub action A .Rbuildignore A .github/workflows/check.yml A README.md 27ed382b| Simon Urbanek | Wed Mar 16 18:26:04 2022 +1300 use C calls for registration M NAMESPACE M src/tparse.c e726296b| Simon Urbanek | Wed Mar 16 18:20:24 2022 +1300 add fastDate() (closes #5) M NAMESPACE M NEWS M R/time.R M man/fastPOSIXct.Rd M src/tparse.c 6d745c4c| Simon Urbanek | Wed Mar 16 17:56:56 2022 +1300 add fixed= for non-separated timestamps (closes #4) M NEWS M R/time.R M man/fastPOSIXct.Rd M src/tparse.c 95052301| Simon Urbanek | Wed Mar 16 17:56:09 2022 +1300 bump version to 1.1-0 M DESCRIPTION |