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"