# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "profmem" in publications use:' type: software license: LGPL-2.0-or-later title: 'profmem: Simple Memory Profiling for R' version: 0.6.0 doi: 10.32614/CRAN.package.profmem abstract: A simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R's built-in memory profiler ('utils::Rprofmem()'), which records every memory allocation done by R (also native code). authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/profmem commit: ee3e0107156c8c0ef3209d34dbb4d5aa250c94d3 url: https://github.com/HenrikBengtsson/profmem contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com