diff --git a/DESCRIPTION b/DESCRIPTION index 4a5b802..dda1046 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: logrx Title: A Logging Utility Focus on Clinical Trial Programming Workflows -Version: 0.2.2 +Version: 0.3.0 Authors@R: c( person(given = "Nathan", diff --git a/NEWS.md b/NEWS.md index 5f01477..d8764f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,9 @@ # logrx 0.3.0 +- Moved website theme to bootstarp 5, enabled search (#179) - Add `include_rds` argument to `axecute()` to export log as rds file + # logrx 0.2.2 - Hotfix to remove unnecessary `across()` and update `.data$var` top new syntax to match updates in source packages (#172) diff --git a/_pkgdown.yml b/_pkgdown.yml index 39a1662..e9bc99b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,9 +1,22 @@ -destination: docs +url: https://pharmaverse.github.io/logrx/ template: + bootstrap: 5 params: - bootswatch: yeti + bootswatch: sandstone +search: + exclude: ["news/index.html"] +news: + cran_dates: true +navbar: + structure: + right: [slack, github] + components: + slack: + icon: fa-slack + href: https://pharmaverse.slack.com + aria-label: slack reference: - title: Source a file with Logging desc: Functionality for Creating logs from Scripts