Files
bank-fraud-baf-lakehouse/DESCRIPTION
Rob Wiederstein 7a1a8e0053 Add Phase 4: code quality, CI/CD, and formatting
- testthat infrastructure with 15 tests covering env-var guards,
  return types for all format/save functions, and spelling
- inst/WORDLIST with 52 domain terms (LightGBM, MinIO, Parquet, etc.)
- Spelling test wired into devtools::test() via test-spelling.R
- styler::style_file() added as step 0 in deploy.R (auto-fixes before ship)
- .gitea/workflows/test.yaml: runs testthat suite on push
- .gitea/workflows/lint.yaml: lychee link check + styler dry-run on push
- Removed internal IP address from comment in train_production_model()
- Language: en-US added to DESCRIPTION

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 04:41:37 -05:00

41 lines
1004 B
Plaintext

Package: baflakehouse
Title: Lakehouse Workflow for the Bank Account Fraud Dataset
Version: 0.0.0.9000
Authors@R:
person("Rob", "Wiederstein", role = c("aut", "cre"),
email = "REPLACE_ME@example.com")
Description: Tools to ingest the Bank Account Fraud (BAF) Base dataset into a
MinIO/S3-backed lakehouse, clean encoded missing values, and produce
reproducible reporting artifacts (tables, figures, slides) orchestrated with
targets.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
arrow,
colorspace,
cowplot,
dplyr,
tidyr,
stringr,
readr,
gt,
quarto,
ggplot2,
bonsai
Suggests:
duckdb,
targets,
tarchetypes,
knitr,
scales,
spelling,
testthat (>= 3.0.0),
withr,
ggplot2
Config/testthat/edition: 3
URL: https://docs.robwiederstein.org/baflakehouse
BugReports: https://git.robwiederstein.org/rkw/bank-fraud-baf-lakehouse/issues