From 989368f8cad586823d329a4adaa8b64125606a76 Mon Sep 17 00:00:00 2001 From: Insang Song Date: Mon, 22 Jan 2024 22:13:34 -0500 Subject: [PATCH] Delete _pkgdown.yml --- _pkgdown.yml | 60 ---------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 _pkgdown.yml diff --git a/_pkgdown.yml b/_pkgdown.yml deleted file mode 100644 index 83b7f2a9..00000000 --- a/_pkgdown.yml +++ /dev/null @@ -1,60 +0,0 @@ -url: https://spatiotemporal-exposures-and-toxicology.github.io/NRTAPmodel/ - - -template: - bootstrap: 5 - bootswatch: minty - -navbar: - structure: - left: [reference, articles] - right: [search, github] - - -development: - mode: auto - -reference: - - title: download data - desc: Download environmental data and process functions - contents: - - starts_with("download") - - starts_with("build") - - - title: check functions - desc: Download environmental data and process functions - contents: - - matches("check") - - - title: spacetime data and cross-validation - desc: future stdt package materials - contents: - - matches("stdt") - - matches("dt") - - starts_with("generate") - - starts_with("extract") - - matches("cv") - - - title: geographic covariate - desc: functions to calculate geographic covariates - contents: - - starts_with("calc") - - - - title: base learning - desc: fitting base learner models - contents: - - matches("base_learner") - - - title: meta learning - desc: fitting the meta learner model - contents: - - matches("meta") - - - title: other functions - desc: other helper functions - contents: - - read_commands - - startup_nrtap - - test_download_functions -