Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 11, 2023
1 parent 2c98a05 commit 45a822b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
2023-06-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.1.1

* README.md: Expand with example using Rocker r-devel-san

2023-06-09 Dirk Eddelbuettel <edd@debian.org>
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: sanitizers
Type: Package
Title: C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers
Version: 0.1.0.1
Date: 2014-09-04
Version: 0.1.1
Date: 2023-06-11
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: Recent gcc and clang compiler versions provide functionality to
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -34,7 +34,9 @@ I also maintain. Launching it in, say, a checkout of this repo as
docker run --rm -ti -v $PWD:/work -w /work rocker/r-devel-san bash
```

launches a `bash` in the repo. We can then install this package _using the sanitizer build_ (important: `RD`, not `R`) via
launches a `bash` shell in the current directory which should contain the checked-out repo. We can
then install this package _using the sanitizer build_ (important: using `RD` aka r-devel, not `R`
the standard package version) via

```sh
RD CMD INSTALL .
Expand Down
22 changes: 22 additions & 0 deletions inst/NEWS.Rd
@@ -0,0 +1,22 @@
\name{NEWS}
\title{News for Package \pkg{sanitizers}}
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/sanitizers/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/sanitizers/issues/#1}{##1}}

\section{Changes in version 0.1.1 (2023-06-11)}{
\itemize{
\item Added integer overflow example kindly contributed by Greg Jeffries
\item Added continuous integration and badges
\item Updated package to use symbol registration for compiled code
\item Updated and edited DESCRIPTION, README and help pages for current
packaging standards
\item Expanded README with usage example via \code{r-devel-san} Rocker
container
}
}

\section{Changes in version 0.1.0 (2014-08-03)}{
\itemize{
\item Initial release version and CRAN upload
}
}

0 comments on commit 45a822b

Please sign in to comment.