# ----------------------------------------------------------- # CITATION file created with {cffr} R package, v0.5.0 # 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 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 url: https://github.com/HenrikBengtsson/profmem contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com