nanotime icon indicating copy to clipboard operation
nanotime copied to clipboard

Nanosecond Resolution Time Functionality for R

Results 5 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.

@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...