-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nanoduration / nanoduration returns double instead of integer64 (#122)
* nanoduration / nanoduration returns double instead of integer64 * Tweak changelog, update NEWS [ci skip] --------- Co-authored-by: Dirk Eddelbuettel <[email protected]>
- Loading branch information
1 parent
dfc4073
commit 0beec0c
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2024-05-24 Leonardo Silvestri <[email protected]> | ||
|
||
* R/nanoduration.R: duration divided by duration returns double | ||
* inst/tinytest/test_nanoduration.R: additional test for the above | ||
|
||
* inst/include/nanotime/utilities.hpp: Use interface function Rf_asS4 | ||
instead of internal SET_S4_OBJECT | ||
* src/interval.cpp: Change setting of S4 bit before names assigment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters