# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "FuncMap" in publications use:' type: software license: GPL-3.0-only title: 'FuncMap: Hive Plots of R Package Function Calls' version: 1.0.10 identifiers: - type: doi value: 10.32614/CRAN.package.FuncMap abstract: 'Analyzes the function calls in an R package and creates a hive plot of the calls, dividing them among functions that only make outgoing calls (sources), functions that have only incoming calls (sinks), and those that have both incoming calls and make outgoing calls (managers). Function calls can be mapped by their absolute numbers, their normalized absolute numbers, or their rank. FuncMap should be useful for comparing packages at a high level for their overall design. Plus, it''s just plain fun. The hive plot concept was developed by Martin Krzywinski (www.hiveplot.com) and inspired this package. Note: this package is maintained for historical reasons. HiveR is a full package for creating hive plots.' authors: - family-names: Hanson given-names: Bryan A. email: hanson@depauw.edu - family-names: University given-names: Bryan A. Hanson DePauw - family-names: USA given-names: Greencastle Indiana preferred-citation: type: manual title: 'FuncMap: Hive plots of R package function calls' authors: - family-names: Hanson given-names: Bryan A. email: hanson@depauw.edu year: '2018' notes: R package version 1.0.10 repository: https://cranhaven.r-universe.dev commit: 8f6075339c4389877c2d21feb5e99bbe6104314b date-released: '2018-05-25' contact: - family-names: Hanson given-names: Bryan A. email: hanson@depauw.edu