From 34c61740fa594f6a900d8c98a278aa3c80976851 Mon Sep 17 00:00:00 2001 From: aravindhebbali Date: Tue, 5 Nov 2024 17:39:59 +0530 Subject: [PATCH] docs: bump up dev version --- DESCRIPTION | 2 +- NEWS.md | 2 + docs/404.html | 74 +- docs/CODE_OF_CONDUCT.html | 135 +- docs/LICENSE-text.html | 62 +- docs/LICENSE.html | 60 +- docs/articles/index.html | 62 +- docs/articles/introduction.html | 57150 ++++++++-------- .../figure-html/equal_length_plot-1.png | Bin 62139 -> 62073 bytes .../figure-html/factor_plot-1.png | Bin 54642 -> 54559 bytes .../figure-html/manual_plot-1.png | Bin 65600 -> 65405 bytes .../figure-html/quantile_plot-1.png | Bin 65600 -> 65405 bytes .../figure-html/winsorize_plot-1.png | Bin 61114 -> 61053 bytes docs/authors.html | 80 +- .../bootstrap-5.3.1/bootstrap.bundle.min.js | 7 + .../bootstrap.bundle.min.js.map | 1 + docs/deps/bootstrap-5.3.1/bootstrap.min.css | 5 + .../bootstrap-toc-1.0.1/bootstrap-toc.min.js | 5 + .../deps/clipboard.js-2.0.11/clipboard.min.js | 7 + docs/deps/data-deps.txt | 13 +- docs/deps/font-awesome-6.4.2/css/all.css | 7968 +++ docs/deps/font-awesome-6.4.2/css/all.min.css | 9 + docs/deps/font-awesome-6.4.2/css/v4-shims.css | 2194 + .../font-awesome-6.4.2/css/v4-shims.min.css | 6 + .../webfonts/fa-brands-400.ttf | Bin 0 -> 189684 bytes .../webfonts/fa-brands-400.woff2 | Bin 0 -> 109808 bytes .../webfonts/fa-regular-400.ttf | Bin 0 -> 63348 bytes .../webfonts/fa-regular-400.woff2 | Bin 0 -> 24488 bytes .../webfonts/fa-solid-900.ttf | Bin 0 -> 394668 bytes .../webfonts/fa-solid-900.woff2 | Bin 0 -> 150020 bytes .../webfonts/fa-v4compatibility.ttf | Bin 0 -> 10172 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4568 bytes docs/deps/headroom-0.11.0/headroom.min.js | 7 + .../headroom-0.11.0/jQuery.headroom.min.js | 7 + .../search-1.0.0/autocomplete.jquery.min.js | 7 + docs/deps/search-1.0.0/fuse.min.js | 9 + docs/deps/search-1.0.0/mark.min.js | 7 + docs/index.html | 1089 +- docs/katex-auto.js | 14 + docs/lightswitch.js | 85 + docs/news/index.html | 69 +- docs/pkgdown.js | 10 +- docs/pkgdown.yml | 7 +- docs/reference/Rplot001.png | Bin 19851 -> 19848 bytes docs/reference/index.html | 183 +- docs/reference/mbank.html | 68 +- docs/reference/plot.rbin_equal_freq.html | 8 + docs/reference/plot.rbin_equal_length.html | 8 + docs/reference/plot.rbin_factor.html | 8 + docs/reference/plot.rbin_manual.html | 8 + docs/reference/plot.rbin_quantiles.html | 8 + docs/reference/plot.rbin_winsorize.html | 8 + docs/reference/rbin-package.html | 8 + docs/reference/rbin.html | 74 +- docs/reference/rbinAddin.html | 76 +- docs/reference/rbinFactorAddin.html | 76 +- docs/reference/rbin_create.html | 82 +- docs/reference/rbin_equal_freq-1.png | Bin 60795 -> 61483 bytes docs/reference/rbin_equal_freq.html | 102 +- docs/reference/rbin_equal_length-1.png | Bin 58678 -> 57873 bytes docs/reference/rbin_equal_length.html | 118 +- docs/reference/rbin_factor-1.png | Bin 56082 -> 55795 bytes docs/reference/rbin_factor.html | 98 +- docs/reference/rbin_factor_combine.html | 92 +- docs/reference/rbin_factor_create.html | 82 +- docs/reference/rbin_manual-1.png | Bin 63901 -> 64803 bytes docs/reference/rbin_manual.html | 116 +- docs/reference/rbin_quantiles-1.png | Bin 63901 -> 64803 bytes docs/reference/rbin_quantiles.html | 116 +- docs/reference/rbin_winsorize-1.png | Bin 59803 -> 59408 bytes docs/reference/rbin_winsorize.html | 136 +- docs/search.json | 2 +- docs/sitemap.xml | 100 +- 73 files changed, 40236 insertions(+), 30494 deletions(-) create mode 100644 docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js create mode 100644 docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map create mode 100644 docs/deps/bootstrap-5.3.1/bootstrap.min.css create mode 100644 docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js create mode 100644 docs/deps/clipboard.js-2.0.11/clipboard.min.js create mode 100644 docs/deps/font-awesome-6.4.2/css/all.css create mode 100644 docs/deps/font-awesome-6.4.2/css/all.min.css create mode 100644 docs/deps/font-awesome-6.4.2/css/v4-shims.css create mode 100644 docs/deps/font-awesome-6.4.2/css/v4-shims.min.css create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.ttf create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.woff2 create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.ttf create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.woff2 create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.ttf create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.woff2 create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.ttf create mode 100644 docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.woff2 create mode 100644 docs/deps/headroom-0.11.0/headroom.min.js create mode 100644 docs/deps/headroom-0.11.0/jQuery.headroom.min.js create mode 100644 docs/deps/search-1.0.0/autocomplete.jquery.min.js create mode 100644 docs/deps/search-1.0.0/fuse.min.js create mode 100644 docs/deps/search-1.0.0/mark.min.js create mode 100644 docs/katex-auto.js create mode 100644 docs/lightswitch.js create mode 100644 docs/reference/plot.rbin_equal_freq.html create mode 100644 docs/reference/plot.rbin_equal_length.html create mode 100644 docs/reference/plot.rbin_factor.html create mode 100644 docs/reference/plot.rbin_manual.html create mode 100644 docs/reference/plot.rbin_quantiles.html create mode 100644 docs/reference/plot.rbin_winsorize.html create mode 100644 docs/reference/rbin-package.html diff --git a/DESCRIPTION b/DESCRIPTION index 3c370fa..03291c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rbin Type: Package Title: Tools for Binning Data -Version: 0.2.1 +Version: 0.2.1.9000 Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre")) Description: Manually bin data using weight of evidence and information value. Includes other binning methods such as equal length, quantile and winsorized. Options for combining levels of categorical diff --git a/NEWS.md b/NEWS.md index 151a1f0..cc3ce4b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# rbin 0.2.1.9000 + # rbin 0.2.1 This is a patch release for minor bug fixes. diff --git a/docs/404.html b/docs/404.html index cafbd7b..57646ac 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,70 +7,56 @@ Page not found (404) • rbin - - - - - + + + + Skip to contents - -