From 50f0a4fa7f0fe37b6827a4e9fd05383bcd145980 Mon Sep 17 00:00:00 2001 From: Marko Lalovic Date: Thu, 4 Jul 2024 11:56:25 +0200 Subject: [PATCH] replacing svg with png for compatibility --- dev/fix_site.py | 11 +- docs/404.html | 4 +- docs/LICENSE-text.html | 4 +- docs/LICENSE.html | 4 +- docs/articles/index.html | 4 +- docs/articles/using_latent2likert.html | 20 +-- docs/authors.html | 4 +- docs/index.html | 10 +- docs/logo.png | Bin 0 -> 21974 bytes docs/news/index.html | 6 +- docs/pkgdown.yml | 2 +- docs/reference/discretize_density.html | 4 +- docs/reference/estimate_params.html | 4 +- docs/reference/index.html | 12 +- docs/reference/part_bfi.html | 4 +- docs/reference/plot_likert_transform.html | 4 +- docs/reference/response_prop.html | 4 +- docs/reference/rlikert.html | 6 +- docs/reference/simulate_likert.html | 4 +- man/figures/logo.svg | 171 ---------------------- 20 files changed, 53 insertions(+), 229 deletions(-) create mode 100644 docs/logo.png delete mode 100644 man/figures/logo.svg diff --git a/dev/fix_site.py b/dev/fix_site.py index af11978..627ed96 100755 --- a/dev/fix_site.py +++ b/dev/fix_site.py @@ -2,15 +2,10 @@ # -*- coding: utf-8 -*- ''' -After running +After running pkgdown::build_site(): -pkgdown::build_site() - -Script: - -- replaces "reference/figures" with "../reference/figures" in vignette -- adds `/docs/.nojekyll` for githubpages. -- adds meta description to index.html DONE with pkgdown new version +* replace "reference/figures" with "../reference/figures" in vignette +* add `/docs/.nojekyll` for githubpages ''' diff --git a/docs/404.html b/docs/404.html index 7bd86c5..76edc04 100644 --- a/docs/404.html +++ b/docs/404.html @@ -17,7 +17,7 @@ - + License • latent2likertLicense • latent2likert @@ -46,7 +46,7 @@
diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 9837337..37752ce 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -1,5 +1,5 @@ -MIT License • latent2likertMIT License • latent2likert @@ -46,7 +46,7 @@
diff --git a/docs/articles/index.html b/docs/articles/index.html index 714438f..304f90a 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • latent2likertArticles • latent2likert @@ -46,7 +46,7 @@
diff --git a/docs/articles/using_latent2likert.html b/docs/articles/using_latent2likert.html index e0e5cae..047c793 100644 --- a/docs/articles/using_latent2likert.html +++ b/docs/articles/using_latent2likert.html @@ -19,7 +19,7 @@ - + Authors and Citation • latent2likertAuthors and Citation • latent2likert @@ -46,7 +46,7 @@
diff --git a/docs/index.html b/docs/index.html index 6ec1145..a02eb33 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ - + Changelog • latent2likertChangelog • latent2likert @@ -46,7 +46,7 @@
@@ -59,7 +59,7 @@

Version 0.1.0

Version 1.0.0

  • Release date: 2024-03-28
  • -
  • Added the option to generate correlated Likert scale items in the rlikert() function.
  • +
  • Added the option to generate correlated Likert scale items in the rlikert() function.
  • Added the estimate_params() function for estimating parameters from existing survey data.
  • Resolved dependency issues.
  • Reduced dependency to only standard R packages: mvtnorm, stats, and graphics.
  • diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 1166f64..b0802d5 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.9 pkgdown_sha: ~ articles: using_latent2likert: using_latent2likert.html -last_built: 2024-07-01T10:28Z +last_built: 2024-07-04T09:50Z urls: reference: https://markolalovic.github.io/latent2likert/reference article: https://markolalovic.github.io/latent2likert/articles diff --git a/docs/reference/discretize_density.html b/docs/reference/discretize_density.html index f152551..20eeaad 100644 --- a/docs/reference/discretize_density.html +++ b/docs/reference/discretize_density.html @@ -3,7 +3,7 @@ discrete probability distribution with minimal distortion using the Lloyd-Max algorithm.">Discretize Density — discretize_density • latent2likert @@ -50,7 +50,7 @@
    diff --git a/docs/reference/estimate_params.html b/docs/reference/estimate_params.html index ae8be7c..8545aa2 100644 --- a/docs/reference/estimate_params.html +++ b/docs/reference/estimate_params.html @@ -1,7 +1,7 @@ Estimate Latent Parameters — estimate_params • latent2likert @@ -48,7 +48,7 @@
    diff --git a/docs/reference/index.html b/docs/reference/index.html index d0c333d..1e04323 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,5 +1,5 @@ -Function reference • latent2likertFunction reference • latent2likert @@ -46,7 +46,7 @@
    @@ -82,14 +82,14 @@

    All functionsresponse_prop() + rlikert() -
    Calculate Response Proportions
    +
    Generate Random Responses
    - rlikert() + response_prop()
    -
    Generate Random Responses
    +
    Calculate Response Proportions
    simulate_likert() diff --git a/docs/reference/part_bfi.html b/docs/reference/part_bfi.html index daf860f..f781d88 100644 --- a/docs/reference/part_bfi.html +++ b/docs/reference/part_bfi.html @@ -13,7 +13,7 @@ Each item was answered on a six point Likert scale ranging from 1 (very inaccurate), to 6 (very accurate). Gender was coded as 0 for male and 1 for female. Missing values were addressed using -mode imputation."> @@ -60,7 +60,7 @@
    diff --git a/docs/reference/plot_likert_transform.html b/docs/reference/plot_likert_transform.html index b094485..eeaf21e 100644 --- a/docs/reference/plot_likert_transform.html +++ b/docs/reference/plot_likert_transform.html @@ -1,7 +1,7 @@ Plot Transformation — plot_likert_transform • latent2likert @@ -48,7 +48,7 @@
    diff --git a/docs/reference/response_prop.html b/docs/reference/response_prop.html index fbb7f42..126f987 100644 --- a/docs/reference/response_prop.html +++ b/docs/reference/response_prop.html @@ -1,5 +1,5 @@ -Calculate Response Proportions — response_prop • latent2likertCalculate Response Proportions — response_prop • latent2likert @@ -46,7 +46,7 @@
    diff --git a/docs/reference/rlikert.html b/docs/reference/rlikert.html index 990e966..08622da 100644 --- a/docs/reference/rlikert.html +++ b/docs/reference/rlikert.html @@ -1,7 +1,7 @@ Generate Random Responses — rlikert • latent2likert @@ -48,9 +48,9 @@
    diff --git a/docs/reference/simulate_likert.html b/docs/reference/simulate_likert.html index f5c8248..2084537 100644 --- a/docs/reference/simulate_likert.html +++ b/docs/reference/simulate_likert.html @@ -1,7 +1,7 @@ Simulate Likert Scale Item Responses — simulate_likert • latent2likert @@ -48,7 +48,7 @@
    diff --git a/man/figures/logo.svg b/man/figures/logo.svg deleted file mode 100644 index fba2dcd..0000000 --- a/man/figures/logo.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - latent2likert - - - - - - - -