Skip to content

Commit

Permalink
fix: markdown r codeblock
Browse files Browse the repository at this point in the history
"``` {r}" to

"``` r"
  • Loading branch information
jhk0530 committed Nov 15, 2023
1 parent 1a91503 commit 1e347ae
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 48 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ devtools::install_github("statgarten/stove")

### 1. Sample Data Import

```{r}
``` r
# remotes::install_github("statgarten/datatoys")
library(stove)
library(datatoys)
Expand All @@ -39,7 +39,7 @@ cleaned_data <- cleaned_data %>%

### 2. Data split and Define preprocessing

```{r}
``` r
target_var <- "TG"
train_set_ratio <- 0.7
seed <- 1234
Expand Down Expand Up @@ -69,7 +69,7 @@ rec <- stove::prepForCV(data = data_train,

### 3. Modeling

```{r}
``` r
# User input

mode <- "classification"
Expand Down
119 changes: 76 additions & 43 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.6.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-11-15T06:22Z
last_built: 2023-11-15T06:23Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 1e347ae

Please sign in to comment.