Title: | 'Rcpp' Bindings for 'Debug_Assert' |
---|---|
Description: | The single-header library 'Debug_Assert' offers a flexible assertion macro. Its design and use are discussed in <https://www.foonathan.net/2016/09/assertions/>. This package offers its use from R. |
Authors: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.0.1 |
Built: | 2024-11-04 04:03:04 UTC |
Source: | https://github.com/eddelbuettel/rcppda |
The single-header library 'Debug_Assert' offers a flexible assertion macro. Its design and use are discussed in <https://www.foonathan.net/2016/09/assertions/>. This package offers its use from R.
The DESCRIPTION file:
Package: | RcppDA |
Type: | Package |
Title: | 'Rcpp' Bindings for 'Debug_Assert' |
Version: | 0.0.1 |
Date: | 2023-04-02 |
Author: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <[email protected]> |
Description: | The single-header library 'Debug_Assert' offers a flexible assertion macro. Its design and use are discussed in <https://www.foonathan.net/2016/09/assertions/>. This package offers its use from R. |
License: | GPL (>= 2) |
Imports: | Rcpp |
LinkingTo: | Rcpp |
RoxygenNote: | 6.0.1 |
Repository: | https://eddelbuettel.r-universe.dev |
RemoteUrl: | https://github.com/eddelbuettel/rcppda |
RemoteRef: | HEAD |
RemoteSha: | c7f840784db383fc2c2f8d42c8afce9c34d8a813 |
Index of help topics:
Debug_Assert Debug_Assert RcppDA-package 'Rcpp' Bindings for 'Debug_Assert'
This section should provide a more detailed overview of how to use the package, including the most important functions.
Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
This optional section can contain literature or other references for background information.
Optional links to other man pages
## Optional simple examples of the most important functions ## Use \dontrun{} around code to be shown but not executed
## Optional simple examples of the most important functions ## Use \dontrun{} around code to be shown but not executed
Illustration of ‘Debug_Assert’
module_a_func0() module_a_func1() module_a_func1b() module_a_func2() module_a_func3() module_a_func4()
module_a_func0() module_a_func1() module_a_func1b() module_a_func2() module_a_func3() module_a_func4()
All functions have a default return of TRUE