Skip to content

Commit

Permalink
fix check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ainilaha committed Jan 10, 2024
1 parent f083913 commit 385afc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
splines,
dplyr,
tidyr,
DT,
EnWAS,
survey
VignetteBuilder: knitr
Config/testthat/edition: 3
6 changes: 5 additions & 1 deletion vignettes/cobalt_paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ layout: default
title: "A vignette that outlines a strategy to replicate a published analysis"
author: Laha Ale, Robert Gentleman
date: "Updated on : `r date()`"
output: html_document
# output: html_document
vignette: >
%\VignetteIndexEntry{Quick Start}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
Expand Down
6 changes: 5 additions & 1 deletion vignettes/survey_weights_tutorial.rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
layout: default
title: "Incorporating Survey Weights into NHANES Analysis using R"
output: html_document
# output: html_document
vignette: >
%\VignetteIndexEntry{Quick Start}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

## Introduction
Expand Down

0 comments on commit 385afc9

Please sign in to comment.