Skip to content

Commit 22ffa8c

Browse files
committed
Revert to before vignettes were added
1 parent 3753fd2 commit 22ffa8c

6 files changed

Lines changed: 11 additions & 38 deletions

File tree

.Rbuildignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@
99
^docs$
1010
^pkgdown$
1111
^CODE_OF_CONDUCT\.md$
12-
^vignettes/\.quarto$
13-
^vignettes/*_files$

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@
88
.quarto
99
.vscode/
1010
docs
11-
12-
/.quarto/
13-
**/*.quarto_ipynb
14-
inst/doc
15-
**/.quarto/

DESCRIPTION

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ Imports:
2020
stringr,
2121
tidyr
2222
Suggests:
23-
knitr,
24-
quarto,
2523
testthat (>= 3.0.0),
2624
tibble
2725
Config/testthat/edition: 3
2826
URL: https://big-life-lab.github.io/clsatools/, https://github.com/Big-Life-Lab/clsatools
29-
VignetteBuilder: quarto

_pkgdown.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@ template:
99
theme: atom-one-light
1010

1111
reference:
12-
- title: ":magic_wand: Derive new variables"
12+
- title: ":magic_wand: Section A"
13+
desc: This is the description for Section A
1314
contents:
1415
- starts_with("derive_")
15-
- title: ":twisted_rightwards_arrows: Replace missing value placeholders"
16+
- title: ":twisted_rightwards_arrows: Section B"
17+
desc: This is the description for Section B
1618
contents:
1719
- recode_missing
18-
- title: ":mag: Inspect data quality"
20+
- title: ":mag: Section C"
21+
desc: This is the description for Section C
1922
contents:
2023
- check_response_consistency
2124
- find_matching_pairs
2225

2326
navbar:
24-
structure:
25-
right: github
26-
27+
structure:
28+
right: github
29+
30+
31+

vignettes/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

vignettes/vignette.qmd

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)