# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tidypredict" in publications use:' type: software license: MIT title: 'tidypredict: Run Predictions Inside the Database' version: '0.5' doi: 10.32614/CRAN.package.tidypredict abstract: It parses a fitted 'R' model object, and returns a formula in 'Tidy Eval' code that calculates the predictions. It works with several databases back-ends because it leverages 'dplyr' and 'dbplyr' for the final 'SQL' translation of the algorithm. It currently supports lm(), glm(), randomForest(), ranger(), earth(), xgb.Booster.complete(), cubist(), and ctree() models. authors: - family-names: Ruiz given-names: Edgar email: edgar@posit.co - family-names: Kuhn given-names: Max email: max@posit.co repository: https://tidymodels.r-universe.dev repository-code: https://github.com/tidymodels/tidypredict commit: 87bacbfe54411c140705344e2f9c8d17f9b96906 url: https://tidypredict.tidymodels.org contact: - family-names: Ruiz given-names: Edgar email: edgar@posit.co