Skip to content

Commit

Permalink
edit packagedown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
choonghyunryu committed Feb 12, 2024
1 parent d92498a commit abc1feb
Show file tree
Hide file tree
Showing 57 changed files with 4,313 additions and 3,811 deletions.
955 changes: 955 additions & 0 deletions README.Rmd

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
pandoc: '2.8'
pkgdown: 1.5.1
pkgdown_sha: ~

title: alookr

template:
params:
bootswatch: united

reference:
- title: Model Classifier for Binary Classification
desc: A collection of tools that support data cleansing and splitting, predictive modeling, and model evaluation.
# contents:
# - alookr-package
- subtitle: Cleansing the dataset
contents:
- starts_with("cleanse")
- cleanse.split_df
- treatment_corr
- subtitle: Splitting the dataset
contents:
- split_by
- summary.split_df
- starts_with("compare_")
- extract_set
- sampling_target
- subtitle: Classification Modeling
contents:
- starts_with("run_")
- plot_performance
- plot_cutoff
- performance_metric
- matthews

navbar:
title: dlookr
type: default
left:
- text: Cleansing the dataset
href: articles/cleansing.html
- text: Splitting the dataset
href: articles/split.html
- text: Classification Modeling
href: articles/modeling.html
right:
- text: Function reference
href: reference/index.html
- icon: fa-github fa-lg
href: https://github.com/choonghyunryu/alookr/
last_built: 2020-08-02T11:20Z

18 changes: 18 additions & 0 deletions alookr.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
12 changes: 9 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions docs/articles/cleansing.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abc1feb

Please sign in to comment.