From 699255456891744da71493476be4a4d13f17448f Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:22:34 -0400 Subject: [PATCH] added bootstrap 5 theme --- DESCRIPTION | 6 +++--- pkgdown/_pkgdown.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e20075a..c14275b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,12 @@ Package: arfit -Title: Fits full AR2 model +Title: Fits full AR1 model Version: 0.0.0.9000 Authors@R: person("Andy", "Beet", , "andrew.beet@noaa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8270-7090")) -Description: Allows fitting of Autoregressive model of order 2. +Description: Allows fitting of Autoregressive model of order 1 License: file LICENSE -URL: https://github.com/andybeet/arfit +url: https://github.com/andybeet/arfit BugReports: https://github.com/andybeet/arfit/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index d7342c4..529bc07 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -1,5 +1,8 @@ url: https://andybeet.github.io/arfit/ +template: + bootstrap: 5 + reference: - title: "Data simulation" desc: "simulate from AR1 and AR2 models"