Skip to content

Commit 57e555c

Browse files
committed
Release 0.2.19
1 parent f3da02c commit 57e555c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-04-22 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Release 0.2.19
4+
15
2025-04-08 Dirk Eddelbuettel <[email protected]>
26

37
* src/tools/RInsideEnvVars.r: Allow double quotes in env.var

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RInside
22
Title: C++ Classes to Embed R in C++ (and C) Applications
3-
Version: 0.2.18.1
4-
Date: 2023-03-16
3+
Version: 0.2.19
4+
Date: 2025-04-22
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rinside/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rinside/issues/#1}{##1}}
55

6+
\section{Changes in RInside version 0.2.19 (2025-04-22)}{
7+
\itemize{
8+
\item The qt example now supports Qt6 (Joris Goosen in \ghpr{54} closing
9+
\ghit{53})
10+
\item CMake support was refined for more recent versions (Joris Goosen in
11+
\ghpr{55})
12+
\item The sandboxed-server example now states more clearly that
13+
\code{RINSIDE_CALLBACKS} needs to be defined
14+
\item More routine update to package and continuous integration.
15+
\item Some now-obsolete checks for C++11 have been removed
16+
\item When parsing environment variables, use of double quotes is now
17+
supported`p
18+
}
19+
}
20+
621
\section{Changes in RInside version 0.2.18 (2023-02-01)}{
722
\itemize{
823
\item The random number initialization was updated as in R.

0 commit comments

Comments
 (0)