Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
lsilvest committed Jun 14, 2024
2 parents 89f6e92 + 0beec0c commit 37a30d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

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
Expand Down
6 changes: 5 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/nanotime/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/nanotime/issues/#1}{##1}}

\section{Changes in version 0.3.8 (2023-07-xx)}{
\section{Changes in version 0.3.8 (2024-xx-xx)}{
\itemize{
\item Time format documentation now has a reference to \pkg{RcppCCTZ}
\item The package no longer sets a default C++ compilation standard (Dirk
Expand All @@ -13,6 +13,10 @@
\ghit{115})
\item The \code{as.Date()} function is now vectorized and can take a TZ
argument (Leonardo and Dirk in \ghpr{119} closing \ghit{118})
\item Use of internal function \code{SET_S4_OBJECT} has been replaced by
API function \code{Rf_asS4} (Leonardo in \ghpr{121} closing \ghit{120})
\item An \code{nanoduration} / \code{nanoduration} expression now returns
a double (Leonardo in \ghpr{122} closing \ghit{117})
}
}

Expand Down

0 comments on commit 37a30d7

Please sign in to comment.