nanotime icon indicating copy to clipboard operation
nanotime copied to clipboard

Nanosecond Resolution Time Functionality for R

Results 3 nanotime issues
Sort by recently updated
recently updated
newest added

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... ![Screenshot from 2020-08-28 00-16-44](https://user-images.githubusercontent.com/25395372/91520678-dfd89000-e8c3-11ea-823c-a0b22e76c6c3.png)

Doesn't quite make sense to return an integer. `integer64` returns a double which is also what one would expect here.