# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "baseverse" in publications use:' type: software license: MIT title: 'baseverse: Modern Base-R Functions' version: 0.1.4 doi: 10.32614/CRAN.package.baseverse abstract: Includes modern base-R functions. Functions beginning with p_ are wrapper functions for existing base-R functions, supporting native piping. Other functions are wrapper functions for core base-R features, including bracket notation and dollar-sign notation. base_match() and base_when() mimic case_match() and case_when() from 'dplyr' but return a factor by default with levels ordered according to user input. et() mimics count() from 'dplyr'. authors: - family-names: Chen given-names: Yea-Hung email: yea-hung.chen@ucsf.edu repository: https://yea-hung.r-universe.dev commit: 21815b9ee0fba8dab435d2f9aaeea4b00f7a2fc1 date-released: '2026-05-01' contact: - family-names: Chen given-names: Yea-Hung email: yea-hung.chen@ucsf.edu