Commit Graph

9 Commits

Author SHA1 Message Date
8b8df74a9f Update rsync target to Caddy webroot on analytic
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m34s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 14s
R Package Tests / test (push) Successful in 53s
Change TARGET_DIR from the project docs/ path on smaug to /var/www/docs/
on analytic, where the Caddy gateway serves docs.robwiederstein.org.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 05:34:06 -05:00
0cd1242502 Fix missing deps and roxygen2 version in deploy workflow
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m3s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 16s
R Package Tests / test (push) Successful in 57s
Add tidymodels and here to DESCRIPTION Suggests so remotes::install_deps
picks them up in CI. Explicitly install roxygen2 in deploy.yaml to ensure
version >= 7.3.3 is available, matching the RoxygenNote declared in DESCRIPTION.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 20:32:31 -05:00
def3e3b478 Add styler dependency to deploy job
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m21s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Successful in 18s
R Package Tests / test (push) Successful in 1m3s
2026-02-22 20:21:21 -05:00
00b9fe808b Relax styler check to avoid version mismatch failures
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 42s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 18s
R Package Tests / test (push) Successful in 51s
2026-02-22 20:09:13 -05:00
0841ee7205 Fix syntax and runner permissions in workflows
Some checks failed
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Failing after 17s
R Package Tests / test (push) Successful in 1m32s
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 46s
2026-02-22 19:55:56 -05:00
1d0202e3aa Install Node.js in container before checkout
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 7s
Lint & Format Check / Link Check (push) Successful in 12s
Lint & Format Check / Format Check (styler) (push) Failing after 16s
R Package Tests / test (push) Successful in 1m32s
2026-02-22 19:43:43 -05:00
e781eb3703 Downgrade checkout action to v3 for container compatibility
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 9s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Failing after 1s
R Package Tests / test (push) Failing after 1s
2026-02-22 16:57:21 -05:00
e6c20bd221 Add Gitea CI deployment workflow and update dependencies
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 34s
Lint & Format Check / Link Check (push) Successful in 17s
Lint & Format Check / Format Check (styler) (push) Failing after 3s
R Package Tests / test (push) Failing after 1s
2026-02-22 16:18:15 -05:00
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