Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@google-labs-jules
Copy link

Fixes #19

This commit adds a new job to the `R-CMD-check.yaml` workflow to run AddressSanitizer (ASan) tests. This will help in detecting memory errors in the package.
This commit fixes a syntax error in the ASAN workflow by wrapping the `rcmdcheck::rcmdcheck()` command in `R -e '...'` to execute it as an R command.
This commit fixes a syntax error in the ASAN workflow by wrapping the `rcmdcheck::rcmdcheck()` command in `R -e '...'` to execute it as an R command.
@danicat danicat closed this Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a workflow to run ASAN tests

2 participants