├── .Rbuildignore ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── copilot-instructions.md └── instructions │ └── r.instructions.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DESCRIPTION ├── LICENSE ├── LICENSE.md ├── NAMESPACE ├── NEWS.md ├── R ├── 00_global_variables.R ├── as-workflow-sets.R ├── extract-fitted-wflw.R ├── extract-mod-spec.R ├── extract-regression-residuals.R ├── extract-tunable-params.R ├── extract-wflw-pred.R ├── extract-wflw.R ├── internals-full-make-wflw.R ├── internals-make-fitted-wflw.R ├── internals-make-preds-wflw.R ├── internals-make-spec-tbl.R ├── internals-make-wflw-gee-lin-reg.R ├── internals-make-wflw.R ├── internals-model-builders-classification.R ├── internals-model-builders-regression.R ├── internals-set-tune-modspec-args.R ├── make-classification-fast.R ├── make-model-spec.R ├── make-regression-fast.R ├── match-args.R ├── plot-regression-predictions.R ├── plot-regression-residuals.R ├── pluck-model.R ├── utils-check-dupe-rows.R ├── utils-class-to-parsnip.R ├── utils-create-splits.R ├── utils-lib-loads.R ├── utils-make-base-tbl.R ├── utils-pipe.R ├── utils-quantile-normalize.R ├── utils-reg-to-parsnip.R ├── utils-tidy-eval.R └── zzz.R ├── README.Rmd ├── README.md ├── _pkgdown.yml ├── cran-comments.md ├── docs ├── 404.html ├── 404.md ├── CODE_OF_CONDUCT.html ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.html ├── CONTRIBUTING.md ├── LICENSE-text.html ├── LICENSE-text.md ├── LICENSE.html ├── LICENSE.md ├── apple-touch-icon-120x120.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-76x76.png ├── apple-touch-icon.png ├── articles │ ├── getting-started.html │ ├── getting-started.md │ ├── index.html │ └── index.md ├── authors.html ├── authors.md ├── deps │ ├── bootstrap-5.1.3 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.min.css │ │ ├── font.css │ │ └── fonts │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff │ │ │ ├── 4iCs6KVjbNBYlgo6ew.woff │ │ │ ├── 4iCs6KVjbNBYlgoKfw7w.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvTtA.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyL.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_TOQ.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff │ │ │ ├── JTURjIg1_i6t8kCHKm45_ZpC7g0.woff │ │ │ ├── JTURjIg1_i6t8kCHKm45_dJE7g0.woff │ │ │ ├── JTUSjIg1_i6t8kCHKm45xW0.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlfBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlvAA.woff │ │ │ ├── KFOmCnqEu92Fr1Me5g.woff │ │ │ ├── KFOmCnqEu92Fr1Mu4mxM.woff │ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff │ │ │ ├── S6u8w4BMUTPHjxsAXC-s.woff │ │ │ ├── S6u8w4BMUTPHjxswWA.woff │ │ │ ├── S6u9w4BMUTPHh6UVSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh6UVeww.woff │ │ │ ├── S6u9w4BMUTPHh7USSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh7USeww.woff │ │ │ ├── S6uyw4BMUTPHjx4wWA.woff │ │ │ ├── S6uyw4BMUTPHvxo.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff │ │ │ ├── XRXV3I6Li01BKof4MQ.woff │ │ │ ├── XRXW3I6Li01BKofA6sKkZQ.woff │ │ │ ├── XRXW3I6Li01BKofAjsOkZQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff │ │ │ ├── pe03MImSLYBIv1o4X1M8cc9iB_5p.woff │ │ │ ├── pe0qMImSLYBIv1o4X1M8cfe5.woff │ │ │ └── q5uGsou0JOdh94bfvQlr.woff │ ├── bootstrap-5.2.2 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.min.css │ │ ├── font.css │ │ └── fonts │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff │ │ │ ├── 1adeadb2fe618c5ed46221f15e12b9c8.woff │ │ │ ├── 4iCs6KVjbNBYlgo6ew.woff │ │ │ ├── 4iCs6KVjbNBYlgoKfw7w.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvTtA.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyL.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_TOQ.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff │ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff │ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff │ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff │ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlfBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlvAA.woff │ │ │ ├── KFOmCnqEu92Fr1Me5g.woff │ │ │ ├── KFOmCnqEu92Fr1Mu4mxM.woff │ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff │ │ │ ├── S6u8w4BMUTPHjxsAXC-s.woff │ │ │ ├── S6u8w4BMUTPHjxswWA.woff │ │ │ ├── S6u9w4BMUTPHh6UVSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh6UVeww.woff │ │ │ ├── S6u9w4BMUTPHh7USSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh7USeww.woff │ │ │ ├── S6uyw4BMUTPHjx4wWA.woff │ │ │ ├── S6uyw4BMUTPHvxo.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff │ │ │ ├── a98f7a7574819ba83bec6279a2cecd95.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff │ │ │ └── q5uGsou0JOdh94bfvQlr.woff │ ├── bootstrap-5.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.min.css │ │ ├── font.css │ │ └── fonts │ │ │ ├── 07d40e985ad7c747025dabb9f22142c4.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyC0ITw.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCAIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCIIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCMIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCkIT5lu.woff2 │ │ │ ├── 1f5e011d6aae0d98fc0518e1a303e99a.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcQ72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcg72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcw72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKew72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKfA72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKfw72.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyN.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2 │ │ │ ├── 626330658504e338ee86aec8e957426b.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2 │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2 │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2 │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2 │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 │ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2 │ │ │ ├── S6u8w4BMUTPHjxsAUi-qJCY.woff2 │ │ │ ├── S6u8w4BMUTPHjxsAXC-q.woff2 │ │ │ ├── S6u9w4BMUTPHh6UVSwaPGR_p.woff2 │ │ │ ├── S6u9w4BMUTPHh6UVSwiPGQ.woff2 │ │ │ ├── S6u9w4BMUTPHh7USSwaPGR_p.woff2 │ │ │ ├── S6u9w4BMUTPHh7USSwiPGQ.woff2 │ │ │ ├── S6uyw4BMUTPHjx4wXg.woff2 │ │ │ ├── S6uyw4BMUTPHjxAwXjeu.woff2 │ │ │ ├── XRXV3I6Li01BKofIMeaBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofINeaB.woff2 │ │ │ ├── XRXV3I6Li01BKofIO-aBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofIOOaBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofIOuaBXso.woff2 │ │ │ ├── c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2 │ │ │ ├── ee91700cdbf7ce16c054c2bb8946c736.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2 │ │ │ ├── q5uGsou0JOdh94bfuQltOxU.woff2 │ │ │ └── q5uGsou0JOdh94bfvQlt.woff2 │ ├── bootstrap-toc-1.0.1 │ │ └── bootstrap-toc.min.js │ ├── clipboard.js-2.0.11 │ │ └── clipboard.min.js │ ├── data-deps.txt │ ├── font-awesome-6.5.2 │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── headroom-0.11.0 │ │ ├── headroom.min.js │ │ └── jQuery.headroom.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ └── search-1.0.0 │ │ ├── autocomplete.jquery.min.js │ │ ├── fuse.min.js │ │ └── mark.min.js ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── index.html ├── index.md ├── katex-auto.js ├── lightswitch.js ├── link.svg ├── llms.txt ├── logo.png ├── news │ ├── index.html │ └── index.md ├── pkgdown.js ├── pkgdown.yml ├── reference │ ├── .data.html │ ├── Rplot001.png │ ├── Rplot002.png │ ├── as_label.html │ ├── as_name.html │ ├── brulee_classification_logistic_reg.html │ ├── brulee_classification_mlp.html │ ├── brulee_classification_multinom_reg.html │ ├── brulee_regression_linear_reg.html │ ├── brulee_regression_mlp.html │ ├── check_duplicate_rows.html │ ├── check_duplicate_rows.md │ ├── core_packages.html │ ├── core_packages.md │ ├── create_model_spec.html │ ├── create_model_spec.md │ ├── create_splits.html │ ├── create_splits.md │ ├── create_workflow_set.html │ ├── create_workflow_set.md │ ├── cubist_regression_cubist_rules.html │ ├── dbarts_classification_bart.html │ ├── dbarts_regression_bart.html │ ├── earth_classification_bag_mars.html │ ├── earth_classification_discrim_flexible.html │ ├── earth_classification_mars.html │ ├── earth_regression_bag_mars.html │ ├── earth_regression_mars.html │ ├── enquo.html │ ├── enquos.html │ ├── extract_model_spec.html │ ├── extract_model_spec.md │ ├── extract_regression_residuals.html │ ├── extract_regression_residuals.md │ ├── extract_tunable_params.html │ ├── extract_tunable_params.md │ ├── extract_wflw.html │ ├── extract_wflw.md │ ├── extract_wflw_fit.html │ ├── extract_wflw_fit.md │ ├── extract_wflw_pred.html │ ├── extract_wflw_pred.md │ ├── fast_classification.html │ ├── fast_classification.md │ ├── fast_classification_parsnip_spec_tbl.html │ ├── fast_classification_parsnip_spec_tbl.md │ ├── fast_regression.html │ ├── fast_regression.md │ ├── fast_regression_parsnip_spec_tbl.html │ ├── fast_regression_parsnip_spec_tbl.md │ ├── figures │ │ ├── README-pressure-1.png │ │ └── logo.png │ ├── full_internal_make_wflw.html │ ├── full_internal_make_wflw.md │ ├── gee_classification_logistic_reg.html │ ├── gee_regression_linear_reg.html │ ├── gee_regression_poisson_reg.html │ ├── get_model.html │ ├── get_model.md │ ├── glm_classification_logistic_reg.html │ ├── glm_regression_linear_reg.html │ ├── glm_regression_poisson_reg.html │ ├── glmer_classification_logistic_reg.html │ ├── glmer_regression_linear_reg.html │ ├── glmer_regression_poisson_reg.html │ ├── glmnet_classification_logistic_reg.html │ ├── glmnet_classification_multinom_reg.html │ ├── glmnet_regression_linear_reg.html │ ├── glmnet_regression_poisson_reg.html │ ├── gls_regression_linear_reg.html │ ├── hurdle_regression_poisson_reg.html │ ├── index.html │ ├── index.md │ ├── install_deps.html │ ├── install_deps.md │ ├── internal_make_fitted_wflw.html │ ├── internal_make_fitted_wflw.md │ ├── internal_make_spec_tbl.html │ ├── internal_make_spec_tbl.md │ ├── internal_make_wflw.html │ ├── internal_make_wflw.md │ ├── internal_make_wflw_gee_lin_reg.html │ ├── internal_make_wflw_gee_lin_reg.md │ ├── internal_make_wflw_predictions.html │ ├── internal_make_wflw_predictions.md │ ├── internal_model_builders_classification.html │ ├── internal_model_builders_classification.md │ ├── internal_model_builders_regression.html │ ├── internal_model_builders_regression.md │ ├── internal_set_args_to_tune.html │ ├── internal_set_args_to_tune.md │ ├── kernlab_classification_svm_linear.html │ ├── kernlab_classification_svm_poly.html │ ├── kernlab_classification_svm_rbf.html │ ├── kernlab_regression_svm_linear.html │ ├── kernlab_regression_svm_poly.html │ ├── kernlab_regression_svm_rbf.html │ ├── kknn_classification_nearest_neighbor.html │ ├── kknn_regression_nearest_neighbor.html │ ├── klaR_classification_discrim_regularized.html │ ├── klar_classification_naive_bayes.html │ ├── liblinear_classification_logistic_reg.html │ ├── liblinear_classification_svm_linear.html │ ├── liblinear_regression_svm_linear.html │ ├── lightgbm_regression_boost_tree.html │ ├── liquidsvm_classification_svm_rbf.html │ ├── lm_regression_linear_reg.html │ ├── lme_regression_linear_reg.html │ ├── lmer_regression_linear_reg.html │ ├── load_deps.html │ ├── load_deps.md │ ├── make_classification_base_tbl.html │ ├── make_classification_base_tbl.md │ ├── make_regression_base_tbl.html │ ├── make_regression_base_tbl.md │ ├── mass_classification_discrim_linear.html │ ├── mass_classification_discrim_quad.html │ ├── match_args.html │ ├── match_args.md │ ├── mda_classification_discrim_linear.html │ ├── mgcv_classification_gen_additive_mod.html │ ├── mgcv_regression_gen_additive_mod.html │ ├── nnet_classification_mlp.html │ ├── nnet_classification_multinom_reg.html │ ├── nnet_regression_mlp.html │ ├── partykit_regression_decision_tree.html │ ├── pipe.html │ ├── pipe.md │ ├── plot_regression_predictions-1.png │ ├── plot_regression_predictions-2.png │ ├── plot_regression_predictions.html │ ├── plot_regression_predictions.md │ ├── plot_regression_residuals-1.png │ ├── plot_regression_residuals-2.png │ ├── plot_regression_residuals.html │ ├── plot_regression_residuals.md │ ├── quantile_normalize.html │ ├── quantile_normalize.md │ ├── randomforest_regression_rand_forest.html │ ├── ranger_regression_rand_forest.html │ ├── rpart_regression_bag_tree.html │ ├── rpart_regression_decision_tree.html │ ├── sda_classification_discrim_linear.html │ ├── sparsediscrim_classification_discrim_linear.html │ ├── sparsediscrim_classification_discrim_quad.html │ ├── stan_glmer_regression_linear_reg.html │ ├── stan_glmer_regression_poisson_reg.html │ ├── stan_regression_linear_reg.html │ ├── stan_regression_poisson_reg.html │ ├── tidyeval.html │ ├── tidyeval.md │ ├── xgboost_regression_boost_tree.html │ ├── xrf_classification_rule_fit.html │ ├── xrf_regression_rule_fit.html │ └── zeroinfl_regression_poisson_reg.html ├── search.json └── sitemap.xml ├── man ├── check_duplicate_rows.Rd ├── core_packages.Rd ├── create_model_spec.Rd ├── create_splits.Rd ├── create_workflow_set.Rd ├── extract_model_spec.Rd ├── extract_regression_residuals.Rd ├── extract_tunable_params.Rd ├── extract_wflw.Rd ├── extract_wflw_fit.Rd ├── extract_wflw_pred.Rd ├── fast_classification.Rd ├── fast_classification_parsnip_spec_tbl.Rd ├── fast_regression.Rd ├── fast_regression_parsnip_spec_tbl.Rd ├── figures │ ├── README-pressure-1.png │ └── logo.png ├── full_internal_make_wflw.Rd ├── get_model.Rd ├── install_deps.Rd ├── internal_make_fitted_wflw.Rd ├── internal_make_spec_tbl.Rd ├── internal_make_wflw.Rd ├── internal_make_wflw_gee_lin_reg.Rd ├── internal_make_wflw_predictions.Rd ├── internal_model_builders_classification.Rd ├── internal_model_builders_regression.Rd ├── internal_set_args_to_tune.Rd ├── load_deps.Rd ├── make_classification_base_tbl.Rd ├── make_regression_base_tbl.Rd ├── match_args.Rd ├── pipe.Rd ├── plot_regression_predictions.Rd ├── plot_regression_residuals.Rd ├── quantile_normalize.Rd └── tidyeval.Rd ├── pkgdown └── favicon │ ├── apple-touch-icon-120x120.png │ ├── apple-touch-icon-152x152.png │ ├── apple-touch-icon-180x180.png │ ├── apple-touch-icon-60x60.png │ ├── apple-touch-icon-76x76.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ └── favicon.ico ├── tidyaml.Rproj ├── vignettes ├── .gitignore └── getting-started.Rmd └── wiki ├── Best-Practices.md ├── Classification-Tutorial.md ├── Contributing.md ├── FAQ.md ├── Function-Reference-Extractors.md ├── Function-Reference-Model-Generators.md ├── Function-Reference-Plotting.md ├── Function-Reference-Utilities.md ├── Home.md ├── Installation-Guide.md ├── Package-Overview.md ├── Quick-Start.md ├── README.md ├── Regression-Tutorial.md ├── Supported-Models.md ├── Troubleshooting.md └── Your-First-Model.md /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/instructions/r.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.github/instructions/r.instructions.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Start here:... 2 | -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | YEAR: 2022 2 | COPYRIGHT HOLDER: Steven Paul Sanderson II, MPH 3 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/00_global_variables.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/00_global_variables.R -------------------------------------------------------------------------------- /R/as-workflow-sets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/as-workflow-sets.R -------------------------------------------------------------------------------- /R/extract-fitted-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-fitted-wflw.R -------------------------------------------------------------------------------- /R/extract-mod-spec.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-mod-spec.R -------------------------------------------------------------------------------- /R/extract-regression-residuals.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-regression-residuals.R -------------------------------------------------------------------------------- /R/extract-tunable-params.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-tunable-params.R -------------------------------------------------------------------------------- /R/extract-wflw-pred.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-wflw-pred.R -------------------------------------------------------------------------------- /R/extract-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/extract-wflw.R -------------------------------------------------------------------------------- /R/internals-full-make-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-full-make-wflw.R -------------------------------------------------------------------------------- /R/internals-make-fitted-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-make-fitted-wflw.R -------------------------------------------------------------------------------- /R/internals-make-preds-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-make-preds-wflw.R -------------------------------------------------------------------------------- /R/internals-make-spec-tbl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-make-spec-tbl.R -------------------------------------------------------------------------------- /R/internals-make-wflw-gee-lin-reg.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-make-wflw-gee-lin-reg.R -------------------------------------------------------------------------------- /R/internals-make-wflw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-make-wflw.R -------------------------------------------------------------------------------- /R/internals-model-builders-classification.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-model-builders-classification.R -------------------------------------------------------------------------------- /R/internals-model-builders-regression.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-model-builders-regression.R -------------------------------------------------------------------------------- /R/internals-set-tune-modspec-args.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/internals-set-tune-modspec-args.R -------------------------------------------------------------------------------- /R/make-classification-fast.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/make-classification-fast.R -------------------------------------------------------------------------------- /R/make-model-spec.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/make-model-spec.R -------------------------------------------------------------------------------- /R/make-regression-fast.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/make-regression-fast.R -------------------------------------------------------------------------------- /R/match-args.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/match-args.R -------------------------------------------------------------------------------- /R/plot-regression-predictions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/plot-regression-predictions.R -------------------------------------------------------------------------------- /R/plot-regression-residuals.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/plot-regression-residuals.R -------------------------------------------------------------------------------- /R/pluck-model.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/pluck-model.R -------------------------------------------------------------------------------- /R/utils-check-dupe-rows.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-check-dupe-rows.R -------------------------------------------------------------------------------- /R/utils-class-to-parsnip.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-class-to-parsnip.R -------------------------------------------------------------------------------- /R/utils-create-splits.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-create-splits.R -------------------------------------------------------------------------------- /R/utils-lib-loads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-lib-loads.R -------------------------------------------------------------------------------- /R/utils-make-base-tbl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-make-base-tbl.R -------------------------------------------------------------------------------- /R/utils-pipe.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-pipe.R -------------------------------------------------------------------------------- /R/utils-quantile-normalize.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-quantile-normalize.R -------------------------------------------------------------------------------- /R/utils-reg-to-parsnip.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-reg-to-parsnip.R -------------------------------------------------------------------------------- /R/utils-tidy-eval.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/utils-tidy-eval.R -------------------------------------------------------------------------------- /R/zzz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/R/zzz.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/README.md -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/cran-comments.md -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/404.md -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/CODE_OF_CONDUCT.html -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /docs/CONTRIBUTING.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/CONTRIBUTING.html -------------------------------------------------------------------------------- /docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # NA 2 | 3 | Start here:… 4 | -------------------------------------------------------------------------------- /docs/LICENSE-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/LICENSE-text.html -------------------------------------------------------------------------------- /docs/LICENSE-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/LICENSE-text.md -------------------------------------------------------------------------------- /docs/LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/LICENSE.html -------------------------------------------------------------------------------- /docs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/LICENSE.md -------------------------------------------------------------------------------- /docs/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/articles/getting-started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/articles/getting-started.html -------------------------------------------------------------------------------- /docs/articles/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/articles/getting-started.md -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/articles/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/articles/index.md -------------------------------------------------------------------------------- /docs/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/authors.html -------------------------------------------------------------------------------- /docs/authors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/authors.md -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/font.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/4iCs6KVjbNBYlgo6ew.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/4iCs6KVjbNBYlgo6ew.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/4iCs6KVjbNBYlgoKfw7w.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/4iCs6KVjbNBYlgoKfw7w.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/JTURjIg1_i6t8kCHKm45_ZpC7g0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/JTURjIg1_i6t8kCHKm45_ZpC7g0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/JTURjIg1_i6t8kCHKm45_dJE7g0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/JTURjIg1_i6t8kCHKm45_dJE7g0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/JTUSjIg1_i6t8kCHKm45xW0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/JTUSjIg1_i6t8kCHKm45xW0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOmCnqEu92Fr1Me5g.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOmCnqEu92Fr1Me5g.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/KFOmCnqEu92Fr1Mu4mxM.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/KFOmCnqEu92Fr1Mu4mxM.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u8w4BMUTPHjxsAXC-s.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u8w4BMUTPHjxsAXC-s.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u8w4BMUTPHjxswWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u8w4BMUTPHjxswWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh6UVeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh6UVeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh7USSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh7USSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh7USeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6u9w4BMUTPHh7USeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6uyw4BMUTPHjx4wWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6uyw4BMUTPHjx4wWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/S6uyw4BMUTPHvxo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/S6uyw4BMUTPHvxo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/XRXV3I6Li01BKof4MQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/XRXV3I6Li01BKof4MQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/XRXW3I6Li01BKofA6sKkZQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/XRXW3I6Li01BKofA6sKkZQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/XRXW3I6Li01BKofAjsOkZQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/XRXW3I6Li01BKofAjsOkZQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/pe03MImSLYBIv1o4X1M8cc9iB_5p.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/pe03MImSLYBIv1o4X1M8cc9iB_5p.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/pe0qMImSLYBIv1o4X1M8cfe5.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/pe0qMImSLYBIv1o4X1M8cfe5.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/fonts/q5uGsou0JOdh94bfvQlr.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.1.3/fonts/q5uGsou0JOdh94bfvQlr.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/font.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/font.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/07d40e985ad7c747025dabb9f22142c4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/07d40e985ad7c747025dabb9f22142c4.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1f5e011d6aae0d98fc0518e1a303e99a.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/1f5e011d6aae0d98fc0518e1a303e99a.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKew72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKew72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfw72.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfw72.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/626330658504e338ee86aec8e957426b.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/626330658504e338ee86aec8e957426b.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAXC-q.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAXC-q.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjx4wXg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjx4wXg.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjxAwXjeu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIMeaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIMeaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofINeaB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofINeaB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIO-aBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIO-aBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOOaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOOaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOuaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOuaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/ee91700cdbf7ce16c054c2bb8946c736.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/ee91700cdbf7ce16c054c2bb8946c736.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfuQltOxU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfuQltOxU.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfvQlt.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfvQlt.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js -------------------------------------------------------------------------------- /docs/deps/clipboard.js-2.0.11/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/clipboard.js-2.0.11/clipboard.min.js -------------------------------------------------------------------------------- /docs/deps/data-deps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/data-deps.txt -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/css/all.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/css/all.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/headroom-0.11.0/headroom.min.js -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/jQuery.headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/headroom-0.11.0/jQuery.headroom.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/autocomplete.jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/search-1.0.0/autocomplete.jquery.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/fuse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/search-1.0.0/fuse.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/deps/search-1.0.0/mark.min.js -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/katex-auto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/katex-auto.js -------------------------------------------------------------------------------- /docs/lightswitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/lightswitch.js -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/link.svg -------------------------------------------------------------------------------- /docs/llms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/llms.txt -------------------------------------------------------------------------------- /docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/logo.png -------------------------------------------------------------------------------- /docs/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/news/index.html -------------------------------------------------------------------------------- /docs/news/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/news/index.md -------------------------------------------------------------------------------- /docs/pkgdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/pkgdown.js -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/pkgdown.yml -------------------------------------------------------------------------------- /docs/reference/.data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/.data.html -------------------------------------------------------------------------------- /docs/reference/Rplot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/Rplot001.png -------------------------------------------------------------------------------- /docs/reference/Rplot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/Rplot002.png -------------------------------------------------------------------------------- /docs/reference/as_label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/as_label.html -------------------------------------------------------------------------------- /docs/reference/as_name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/as_name.html -------------------------------------------------------------------------------- /docs/reference/brulee_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/brulee_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/brulee_classification_mlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/brulee_classification_mlp.html -------------------------------------------------------------------------------- /docs/reference/brulee_classification_multinom_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/brulee_classification_multinom_reg.html -------------------------------------------------------------------------------- /docs/reference/brulee_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/brulee_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/brulee_regression_mlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/brulee_regression_mlp.html -------------------------------------------------------------------------------- /docs/reference/check_duplicate_rows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/check_duplicate_rows.html -------------------------------------------------------------------------------- /docs/reference/check_duplicate_rows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/check_duplicate_rows.md -------------------------------------------------------------------------------- /docs/reference/core_packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/core_packages.html -------------------------------------------------------------------------------- /docs/reference/core_packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/core_packages.md -------------------------------------------------------------------------------- /docs/reference/create_model_spec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_model_spec.html -------------------------------------------------------------------------------- /docs/reference/create_model_spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_model_spec.md -------------------------------------------------------------------------------- /docs/reference/create_splits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_splits.html -------------------------------------------------------------------------------- /docs/reference/create_splits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_splits.md -------------------------------------------------------------------------------- /docs/reference/create_workflow_set.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_workflow_set.html -------------------------------------------------------------------------------- /docs/reference/create_workflow_set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/create_workflow_set.md -------------------------------------------------------------------------------- /docs/reference/cubist_regression_cubist_rules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/cubist_regression_cubist_rules.html -------------------------------------------------------------------------------- /docs/reference/dbarts_classification_bart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/dbarts_classification_bart.html -------------------------------------------------------------------------------- /docs/reference/dbarts_regression_bart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/dbarts_regression_bart.html -------------------------------------------------------------------------------- /docs/reference/earth_classification_bag_mars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/earth_classification_bag_mars.html -------------------------------------------------------------------------------- /docs/reference/earth_classification_discrim_flexible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/earth_classification_discrim_flexible.html -------------------------------------------------------------------------------- /docs/reference/earth_classification_mars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/earth_classification_mars.html -------------------------------------------------------------------------------- /docs/reference/earth_regression_bag_mars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/earth_regression_bag_mars.html -------------------------------------------------------------------------------- /docs/reference/earth_regression_mars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/earth_regression_mars.html -------------------------------------------------------------------------------- /docs/reference/enquo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/enquo.html -------------------------------------------------------------------------------- /docs/reference/enquos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/enquos.html -------------------------------------------------------------------------------- /docs/reference/extract_model_spec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_model_spec.html -------------------------------------------------------------------------------- /docs/reference/extract_model_spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_model_spec.md -------------------------------------------------------------------------------- /docs/reference/extract_regression_residuals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_regression_residuals.html -------------------------------------------------------------------------------- /docs/reference/extract_regression_residuals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_regression_residuals.md -------------------------------------------------------------------------------- /docs/reference/extract_tunable_params.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_tunable_params.html -------------------------------------------------------------------------------- /docs/reference/extract_tunable_params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_tunable_params.md -------------------------------------------------------------------------------- /docs/reference/extract_wflw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw.html -------------------------------------------------------------------------------- /docs/reference/extract_wflw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw.md -------------------------------------------------------------------------------- /docs/reference/extract_wflw_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw_fit.html -------------------------------------------------------------------------------- /docs/reference/extract_wflw_fit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw_fit.md -------------------------------------------------------------------------------- /docs/reference/extract_wflw_pred.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw_pred.html -------------------------------------------------------------------------------- /docs/reference/extract_wflw_pred.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/extract_wflw_pred.md -------------------------------------------------------------------------------- /docs/reference/fast_classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_classification.html -------------------------------------------------------------------------------- /docs/reference/fast_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_classification.md -------------------------------------------------------------------------------- /docs/reference/fast_classification_parsnip_spec_tbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_classification_parsnip_spec_tbl.html -------------------------------------------------------------------------------- /docs/reference/fast_classification_parsnip_spec_tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_classification_parsnip_spec_tbl.md -------------------------------------------------------------------------------- /docs/reference/fast_regression.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_regression.html -------------------------------------------------------------------------------- /docs/reference/fast_regression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_regression.md -------------------------------------------------------------------------------- /docs/reference/fast_regression_parsnip_spec_tbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_regression_parsnip_spec_tbl.html -------------------------------------------------------------------------------- /docs/reference/fast_regression_parsnip_spec_tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/fast_regression_parsnip_spec_tbl.md -------------------------------------------------------------------------------- /docs/reference/figures/README-pressure-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/figures/README-pressure-1.png -------------------------------------------------------------------------------- /docs/reference/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/figures/logo.png -------------------------------------------------------------------------------- /docs/reference/full_internal_make_wflw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/full_internal_make_wflw.html -------------------------------------------------------------------------------- /docs/reference/full_internal_make_wflw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/full_internal_make_wflw.md -------------------------------------------------------------------------------- /docs/reference/gee_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/gee_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/gee_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/gee_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/gee_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/gee_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/get_model.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/get_model.html -------------------------------------------------------------------------------- /docs/reference/get_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/get_model.md -------------------------------------------------------------------------------- /docs/reference/glm_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glm_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/glm_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glm_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/glm_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glm_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/glmer_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmer_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/glmer_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmer_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/glmer_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmer_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/glmnet_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmnet_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/glmnet_classification_multinom_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmnet_classification_multinom_reg.html -------------------------------------------------------------------------------- /docs/reference/glmnet_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmnet_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/glmnet_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/glmnet_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/gls_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/gls_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/hurdle_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/hurdle_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/index.html -------------------------------------------------------------------------------- /docs/reference/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/index.md -------------------------------------------------------------------------------- /docs/reference/install_deps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/install_deps.html -------------------------------------------------------------------------------- /docs/reference/install_deps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/install_deps.md -------------------------------------------------------------------------------- /docs/reference/internal_make_fitted_wflw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_fitted_wflw.html -------------------------------------------------------------------------------- /docs/reference/internal_make_fitted_wflw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_fitted_wflw.md -------------------------------------------------------------------------------- /docs/reference/internal_make_spec_tbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_spec_tbl.html -------------------------------------------------------------------------------- /docs/reference/internal_make_spec_tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_spec_tbl.md -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw.html -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw.md -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw_gee_lin_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw_gee_lin_reg.html -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw_gee_lin_reg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw_gee_lin_reg.md -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw_predictions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw_predictions.html -------------------------------------------------------------------------------- /docs/reference/internal_make_wflw_predictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_make_wflw_predictions.md -------------------------------------------------------------------------------- /docs/reference/internal_model_builders_classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_model_builders_classification.html -------------------------------------------------------------------------------- /docs/reference/internal_model_builders_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_model_builders_classification.md -------------------------------------------------------------------------------- /docs/reference/internal_model_builders_regression.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_model_builders_regression.html -------------------------------------------------------------------------------- /docs/reference/internal_model_builders_regression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_model_builders_regression.md -------------------------------------------------------------------------------- /docs/reference/internal_set_args_to_tune.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_set_args_to_tune.html -------------------------------------------------------------------------------- /docs/reference/internal_set_args_to_tune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/internal_set_args_to_tune.md -------------------------------------------------------------------------------- /docs/reference/kernlab_classification_svm_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_classification_svm_linear.html -------------------------------------------------------------------------------- /docs/reference/kernlab_classification_svm_poly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_classification_svm_poly.html -------------------------------------------------------------------------------- /docs/reference/kernlab_classification_svm_rbf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_classification_svm_rbf.html -------------------------------------------------------------------------------- /docs/reference/kernlab_regression_svm_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_regression_svm_linear.html -------------------------------------------------------------------------------- /docs/reference/kernlab_regression_svm_poly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_regression_svm_poly.html -------------------------------------------------------------------------------- /docs/reference/kernlab_regression_svm_rbf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kernlab_regression_svm_rbf.html -------------------------------------------------------------------------------- /docs/reference/kknn_classification_nearest_neighbor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kknn_classification_nearest_neighbor.html -------------------------------------------------------------------------------- /docs/reference/kknn_regression_nearest_neighbor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/kknn_regression_nearest_neighbor.html -------------------------------------------------------------------------------- /docs/reference/klaR_classification_discrim_regularized.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/klaR_classification_discrim_regularized.html -------------------------------------------------------------------------------- /docs/reference/klar_classification_naive_bayes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/klar_classification_naive_bayes.html -------------------------------------------------------------------------------- /docs/reference/liblinear_classification_logistic_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/liblinear_classification_logistic_reg.html -------------------------------------------------------------------------------- /docs/reference/liblinear_classification_svm_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/liblinear_classification_svm_linear.html -------------------------------------------------------------------------------- /docs/reference/liblinear_regression_svm_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/liblinear_regression_svm_linear.html -------------------------------------------------------------------------------- /docs/reference/lightgbm_regression_boost_tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/lightgbm_regression_boost_tree.html -------------------------------------------------------------------------------- /docs/reference/liquidsvm_classification_svm_rbf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/liquidsvm_classification_svm_rbf.html -------------------------------------------------------------------------------- /docs/reference/lm_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/lm_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/lme_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/lme_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/lmer_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/lmer_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/load_deps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/load_deps.html -------------------------------------------------------------------------------- /docs/reference/load_deps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/load_deps.md -------------------------------------------------------------------------------- /docs/reference/make_classification_base_tbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/make_classification_base_tbl.html -------------------------------------------------------------------------------- /docs/reference/make_classification_base_tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/make_classification_base_tbl.md -------------------------------------------------------------------------------- /docs/reference/make_regression_base_tbl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/make_regression_base_tbl.html -------------------------------------------------------------------------------- /docs/reference/make_regression_base_tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/make_regression_base_tbl.md -------------------------------------------------------------------------------- /docs/reference/mass_classification_discrim_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/mass_classification_discrim_linear.html -------------------------------------------------------------------------------- /docs/reference/mass_classification_discrim_quad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/mass_classification_discrim_quad.html -------------------------------------------------------------------------------- /docs/reference/match_args.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/match_args.html -------------------------------------------------------------------------------- /docs/reference/match_args.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/match_args.md -------------------------------------------------------------------------------- /docs/reference/mda_classification_discrim_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/mda_classification_discrim_linear.html -------------------------------------------------------------------------------- /docs/reference/mgcv_classification_gen_additive_mod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/mgcv_classification_gen_additive_mod.html -------------------------------------------------------------------------------- /docs/reference/mgcv_regression_gen_additive_mod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/mgcv_regression_gen_additive_mod.html -------------------------------------------------------------------------------- /docs/reference/nnet_classification_mlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/nnet_classification_mlp.html -------------------------------------------------------------------------------- /docs/reference/nnet_classification_multinom_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/nnet_classification_multinom_reg.html -------------------------------------------------------------------------------- /docs/reference/nnet_regression_mlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/nnet_regression_mlp.html -------------------------------------------------------------------------------- /docs/reference/partykit_regression_decision_tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/partykit_regression_decision_tree.html -------------------------------------------------------------------------------- /docs/reference/pipe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/pipe.html -------------------------------------------------------------------------------- /docs/reference/pipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/pipe.md -------------------------------------------------------------------------------- /docs/reference/plot_regression_predictions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_predictions-1.png -------------------------------------------------------------------------------- /docs/reference/plot_regression_predictions-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_predictions-2.png -------------------------------------------------------------------------------- /docs/reference/plot_regression_predictions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_predictions.html -------------------------------------------------------------------------------- /docs/reference/plot_regression_predictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_predictions.md -------------------------------------------------------------------------------- /docs/reference/plot_regression_residuals-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_residuals-1.png -------------------------------------------------------------------------------- /docs/reference/plot_regression_residuals-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_residuals-2.png -------------------------------------------------------------------------------- /docs/reference/plot_regression_residuals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_residuals.html -------------------------------------------------------------------------------- /docs/reference/plot_regression_residuals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/plot_regression_residuals.md -------------------------------------------------------------------------------- /docs/reference/quantile_normalize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/quantile_normalize.html -------------------------------------------------------------------------------- /docs/reference/quantile_normalize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/quantile_normalize.md -------------------------------------------------------------------------------- /docs/reference/randomforest_regression_rand_forest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/randomforest_regression_rand_forest.html -------------------------------------------------------------------------------- /docs/reference/ranger_regression_rand_forest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/ranger_regression_rand_forest.html -------------------------------------------------------------------------------- /docs/reference/rpart_regression_bag_tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/rpart_regression_bag_tree.html -------------------------------------------------------------------------------- /docs/reference/rpart_regression_decision_tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/rpart_regression_decision_tree.html -------------------------------------------------------------------------------- /docs/reference/sda_classification_discrim_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/sda_classification_discrim_linear.html -------------------------------------------------------------------------------- /docs/reference/sparsediscrim_classification_discrim_linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/sparsediscrim_classification_discrim_linear.html -------------------------------------------------------------------------------- /docs/reference/sparsediscrim_classification_discrim_quad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/sparsediscrim_classification_discrim_quad.html -------------------------------------------------------------------------------- /docs/reference/stan_glmer_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/stan_glmer_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/stan_glmer_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/stan_glmer_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/stan_regression_linear_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/stan_regression_linear_reg.html -------------------------------------------------------------------------------- /docs/reference/stan_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/stan_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/reference/tidyeval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/tidyeval.html -------------------------------------------------------------------------------- /docs/reference/tidyeval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/tidyeval.md -------------------------------------------------------------------------------- /docs/reference/xgboost_regression_boost_tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/xgboost_regression_boost_tree.html -------------------------------------------------------------------------------- /docs/reference/xrf_classification_rule_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/xrf_classification_rule_fit.html -------------------------------------------------------------------------------- /docs/reference/xrf_regression_rule_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/xrf_regression_rule_fit.html -------------------------------------------------------------------------------- /docs/reference/zeroinfl_regression_poisson_reg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/reference/zeroinfl_regression_poisson_reg.html -------------------------------------------------------------------------------- /docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/search.json -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/docs/sitemap.xml -------------------------------------------------------------------------------- /man/check_duplicate_rows.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/check_duplicate_rows.Rd -------------------------------------------------------------------------------- /man/core_packages.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/core_packages.Rd -------------------------------------------------------------------------------- /man/create_model_spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/create_model_spec.Rd -------------------------------------------------------------------------------- /man/create_splits.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/create_splits.Rd -------------------------------------------------------------------------------- /man/create_workflow_set.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/create_workflow_set.Rd -------------------------------------------------------------------------------- /man/extract_model_spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_model_spec.Rd -------------------------------------------------------------------------------- /man/extract_regression_residuals.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_regression_residuals.Rd -------------------------------------------------------------------------------- /man/extract_tunable_params.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_tunable_params.Rd -------------------------------------------------------------------------------- /man/extract_wflw.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_wflw.Rd -------------------------------------------------------------------------------- /man/extract_wflw_fit.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_wflw_fit.Rd -------------------------------------------------------------------------------- /man/extract_wflw_pred.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/extract_wflw_pred.Rd -------------------------------------------------------------------------------- /man/fast_classification.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/fast_classification.Rd -------------------------------------------------------------------------------- /man/fast_classification_parsnip_spec_tbl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/fast_classification_parsnip_spec_tbl.Rd -------------------------------------------------------------------------------- /man/fast_regression.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/fast_regression.Rd -------------------------------------------------------------------------------- /man/fast_regression_parsnip_spec_tbl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/fast_regression_parsnip_spec_tbl.Rd -------------------------------------------------------------------------------- /man/figures/README-pressure-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/figures/README-pressure-1.png -------------------------------------------------------------------------------- /man/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/figures/logo.png -------------------------------------------------------------------------------- /man/full_internal_make_wflw.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/full_internal_make_wflw.Rd -------------------------------------------------------------------------------- /man/get_model.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/get_model.Rd -------------------------------------------------------------------------------- /man/install_deps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/install_deps.Rd -------------------------------------------------------------------------------- /man/internal_make_fitted_wflw.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_make_fitted_wflw.Rd -------------------------------------------------------------------------------- /man/internal_make_spec_tbl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_make_spec_tbl.Rd -------------------------------------------------------------------------------- /man/internal_make_wflw.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_make_wflw.Rd -------------------------------------------------------------------------------- /man/internal_make_wflw_gee_lin_reg.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_make_wflw_gee_lin_reg.Rd -------------------------------------------------------------------------------- /man/internal_make_wflw_predictions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_make_wflw_predictions.Rd -------------------------------------------------------------------------------- /man/internal_model_builders_classification.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_model_builders_classification.Rd -------------------------------------------------------------------------------- /man/internal_model_builders_regression.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_model_builders_regression.Rd -------------------------------------------------------------------------------- /man/internal_set_args_to_tune.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/internal_set_args_to_tune.Rd -------------------------------------------------------------------------------- /man/load_deps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/load_deps.Rd -------------------------------------------------------------------------------- /man/make_classification_base_tbl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/make_classification_base_tbl.Rd -------------------------------------------------------------------------------- /man/make_regression_base_tbl.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/make_regression_base_tbl.Rd -------------------------------------------------------------------------------- /man/match_args.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/match_args.Rd -------------------------------------------------------------------------------- /man/pipe.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/pipe.Rd -------------------------------------------------------------------------------- /man/plot_regression_predictions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/plot_regression_predictions.Rd -------------------------------------------------------------------------------- /man/plot_regression_residuals.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/plot_regression_residuals.Rd -------------------------------------------------------------------------------- /man/quantile_normalize.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/quantile_normalize.Rd -------------------------------------------------------------------------------- /man/tidyeval.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/man/tidyeval.Rd -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/pkgdown/favicon/favicon.ico -------------------------------------------------------------------------------- /tidyaml.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/tidyaml.Rproj -------------------------------------------------------------------------------- /vignettes/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | *.R 3 | -------------------------------------------------------------------------------- /vignettes/getting-started.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/vignettes/getting-started.Rmd -------------------------------------------------------------------------------- /wiki/Best-Practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Best-Practices.md -------------------------------------------------------------------------------- /wiki/Classification-Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Classification-Tutorial.md -------------------------------------------------------------------------------- /wiki/Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Contributing.md -------------------------------------------------------------------------------- /wiki/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/FAQ.md -------------------------------------------------------------------------------- /wiki/Function-Reference-Extractors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Function-Reference-Extractors.md -------------------------------------------------------------------------------- /wiki/Function-Reference-Model-Generators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Function-Reference-Model-Generators.md -------------------------------------------------------------------------------- /wiki/Function-Reference-Plotting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Function-Reference-Plotting.md -------------------------------------------------------------------------------- /wiki/Function-Reference-Utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Function-Reference-Utilities.md -------------------------------------------------------------------------------- /wiki/Home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Home.md -------------------------------------------------------------------------------- /wiki/Installation-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Installation-Guide.md -------------------------------------------------------------------------------- /wiki/Package-Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Package-Overview.md -------------------------------------------------------------------------------- /wiki/Quick-Start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Quick-Start.md -------------------------------------------------------------------------------- /wiki/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/README.md -------------------------------------------------------------------------------- /wiki/Regression-Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Regression-Tutorial.md -------------------------------------------------------------------------------- /wiki/Supported-Models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Supported-Models.md -------------------------------------------------------------------------------- /wiki/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Troubleshooting.md -------------------------------------------------------------------------------- /wiki/Your-First-Model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spsanderson/tidyAML/HEAD/wiki/Your-First-Model.md --------------------------------------------------------------------------------