Skip to content

Commit

Permalink
Add empty vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Sep 26, 2024
1 parent 258d8fd commit dfa4ed8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Suggests:
UpSetR (>= 1.4.0),
caret,
ranger,
Boruta
Boruta,
knitr,
rmarkdown
Config/testthat/edition: 3
Depends: R (>= 3.6.0)
Roxygen: list(markdown = TRUE)
Expand Down Expand Up @@ -49,3 +51,4 @@ Collate:
'weightedMeanLearner.R'
'predict.bestSpecificLearner.R'
'predict.weightedMeanLearner.R'
VignetteBuilder: knitr
19 changes: 19 additions & 0 deletions vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "vignette"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{vignette}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(fuseMLR)
```

0 comments on commit dfa4ed8

Please sign in to comment.