diff --git a/DESCRIPTION b/DESCRIPTION index 6ed9ca6..4e8219e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: semfindr Title: Influential Cases in Structural Equation Modeling -Version: 0.1.4 +Version: 0.1.4.1 Authors@R: c( person(given = "Shu Fai", family = "Cheung", diff --git a/NEWS.md b/NEWS.md index 24e39ce..2a8ea96 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# semfindr 0.1.4.1 + +- Fixed the pkgdown site. (0.1.4.1) + # semfindr 0.1.4 - Added DOI of Pek and MacCallum in the DESCRIPTION. (0.1.1.1) diff --git a/README.md b/README.md index d6aaf1c..8fd7099 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![CRAN status](https://www.r-pkg.org/badges/version/semfindr?color=blue)](https://CRAN.R-project.org/package=semfindr) +[![CRAN: Release Date](https://www.r-pkg.org/badges/last-release/semfindr?color=blue)](https://cran.r-project.org/package=semfindr) +[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/semfindr?color=blue)](https://r-pkg.org/pkg/semfindr) [![Code size](https://img.shields.io/github/languages/code-size/sfcheung/semfindr.svg)](https://github.com/sfcheung/semfindr) [![Last Commit at Master](https://img.shields.io/github/last-commit/sfcheung/semfindr.svg)](https://github.com/sfcheung/semfindr/commits/master) [![R-CMD-check](https://github.com/sfcheung/semfindr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/semfindr/actions/workflows/R-CMD-check.yaml) -(Version 0.1.4), updated on 2023-02-17, [release history](https://sfcheung.github.io/semfindr/news/index.html)) +(Version 0.1.4.1), updated on 2023-03-11, [release history](https://sfcheung.github.io/semfindr/news/index.html)) -# semfindr +# semfindr: Finding influential cases in SEM A find(e)r of influential cases in structural equation modeling based mainly on the sensitivity analysis procedures presented by Pek and diff --git a/_pkgdown.yml b/_pkgdown.yml index c6b04ef..58c8f21 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,11 +1,22 @@ destination: docs url: https://sfcheung.github.io/semfindr/ + template: bootstrap: 5 + bootswatch: lumen + theme: a11y-light + bslib: + pkgdown-nav-height: 80px + bg: "#DFDFDF" + fg: "#000000" + primary: "#5D815D" + base_font: {google: "Fira Sans"} + heading_font: {google: "Fira Sans"} + code_font: {google: "Chivo Mono"} navbar: - bg: light + bg: primary articles: - title: Articles diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 0000000..ba273da Binary files /dev/null and b/man/figures/logo.png differ diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 0000000..dbe407b Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 0000000..8d86e00 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 0000000..6f1fad4 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 0000000..7d55d2a Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 0000000..e779fef Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 0000000..cd5792b Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 0000000..edef47d Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 0000000..f070425 Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 0000000..7b467ad Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ