Skip to content

Commit

Permalink
Release 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 10, 2024
1 parent 777d015 commit 8976bb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: inline
Version: 0.3.19.1
Date: 2021-07-14
Version: 0.3.20
Date: 2024-11-10
Title: Functions to Inline C, C++, Fortran Function Calls from R
Authors@R: c(person("Oleg", "Sklyar", role = "aut"),
person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
Expand All @@ -14,7 +14,7 @@ Authors@R: c(person("Oleg", "Sklyar", role = "aut"),
person("Johannes", "Ranke", role = "ctb",
comment = c(ORCID = "0000-0003-4371-6538")))
Imports: methods
Suggests: Rcpp (>= 0.11.0), tinytest
Suggests: Rcpp, tinytest
Description: Functionality to dynamically define R functions and S4 methods
with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling
conventions.
Expand Down
14 changes: 12 additions & 2 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/inline/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/inline/issues/#1}{##1}}

\section{Changes in inline version 0.3.20 (2024-11-10)}{
\itemize{
\item Error message formatting is improved for \code{compileCode} (Alexis
Derumigny in \ghpr{25})
\item Switch to using Authors@R, other general packaging maintenance for
continuous integration and repository
\item Use \code{Rf_} in a handful of cases as R-devel now mandates it
}
}

\section{Changes in inline version 0.3.19 (2021-05-25)}{
\itemize{
\item Documentation for \code{moveDLL} was updated and extended
(Johannes in \ghpr{22}).
\item A few more tests were made conditional the test platform (Dirk
(Johannes in \ghpr{23}).
\item A few more tests were made conditional on the test platform (Dirk
in \ghpr{24}).
}
}
Expand Down

0 comments on commit 8976bb4

Please sign in to comment.