nanotime
nanotime copied to clipboard
Nanosecond Resolution Time Functionality for R
We apparently have [two CRAN issues](https://cloud.r-project.org/web/checks/check_results_nanotime.html) outside the long-fixed 'do not specify C++11 unless needed' we addressed ages ago. One is just a typo. R-devel checks more carefully for 'isolated'...
In Jupyter Notebook, the `nanotime` types do not display correctly except for `nanoperiod`. See what we can do about that... 
Doesn't quite make sense to return an integer. `integer64` returns a double which is also what one would expect here.
@kurthornik emails to note the [now two fails under r-devel](https://cran.r-project.org/web/checks/check_results_nanotime.html) (I had notived one of these a few days ago, I think those machines are not a full daily schedule)....
Here are some direct calls to an S3 method https://github.com/eddelbuettel/nanotime/blob/5fe3414af25e099329e0cff564f03dcce74a994e/R/nanoduration.R#L650 https://github.com/eddelbuettel/nanotime/blob/5fe3414af25e099329e0cff564f03dcce74a994e/R/nanotime.R#L657 This will stop working in the future when this symbol is un-exported. Is there a reason not to let...