Skip to content

Container image for tracking memory usage #29

@j-i-l

Description

@j-i-l

For packages that implement some functionality in C/C++ code there is always a risk of errors in memory allocation and reading/writing outside of arrays.

Several tools allow to identify issues with memory usage which is especially useful given that an improper handling of memory allocation and access might not always become apparent when using an R package that ships with some C/C++ code.

CRAN provides an overview of the tools they use and recommend using when tracking memory usage:

https://cran.r-project.org/doc/manuals/R-exts.html#Checking-memory-access-1

To Do

We want to build an image that provides (most of) the tools recommended by CRAN to identify and track common memory-usage related errors in R packages.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions