NEWS | R Documentation |
Switch two functions to fork by Chris Bove using std::chrono
instead of time_t
for consistent millisecond resolution (#3
fixing #2)
Updated documentation showing consistent millisecond functionality
Added unit tests for millisecond functionality
New Maintainer
Deleted several repository files no longer used or needed
Added .editorconfig
, ChangeLog
and cleanup
Converted NEWS.md to NEWS.Rd
Simplified R
/ directory to one source file
Simplified src/
removing redundant Makevars
Added ulid()
alias
Updated / edited roxygen and README.md documention
Removed vignette which was identical to README.md
Switched continuous integration to GitHub Actions
Placed upstream (header-only) library into src/ulid/
Renamed single interface file to src/wrapper
Updated libary
Uses R C random bits vs std::rand()
Vignette
Converted to tinytest
Polished version
Initial release