Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 2, 2023
1 parent 7431712 commit 3b69dfe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2023-11-30 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.0.7

* inst/include/tidy/internals.h: Accomodate -Wformat
-Wformat-security warnings under R-devel by adding format string

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tidyCpp
Type: Package
Title: Tidy C++ Header-Only Definitions for Parts of the C API of R
Version: 0.0.6.1
Date: 2022-05-13
Version: 0.0.7
Date: 2023-11-30
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: Core parts of the C API of R are wrapped in a C++ namespace via a set
Expand Down
8 changes: 8 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/tidycpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/tidycpp/issues/#1}{##1}}

\section{Changes in tidyCpp version 0.0.7 (2023-11-30)}{
\itemize{
\item Add an example for a numeric matrix creator
\item Update the continuous integration setup
\item Accomodate print format warnings from r-devel
}
}

\section{Changes in tidyCpp version 0.0.6 (2021-12-06)}{
\itemize{
\item Assign nullptr in dtor for \code{Protect} class
Expand Down
2 changes: 1 addition & 1 deletion vignettes/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This vignette highlights a few usage examples, often taken from the [_Writing R
with R](https://cran.r-project.org/doc/manuals/r-release/R-exts.html), to highlight some features.

`tidyCpp` has no further dependencies on any other package. It can however be used with
[Rcpp](http://www.rcpp.org) simply to take advantage of its helper functions `cppFunction()` or
[Rcpp](https://www.rcpp.org) simply to take advantage of its helper functions `cppFunction()` or
`sourceCpp()`.

`tidyCpp` is still a fairly small package. Please free to contribute by make suggestions, or
Expand Down

0 comments on commit 3b69dfe

Please sign in to comment.