Skip to content

Commit

Permalink
Merge pull request #6 from seanrmeyer/vignette
Browse files Browse the repository at this point in the history
Added vignette article
  • Loading branch information
seanrmeyer authored Apr 12, 2022
2 parents df357d3 + 1c05a3b commit 1424c87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
^LICENSE\.md$
^doc$
^Meta$
^vignettes/articles$
1 change: 1 addition & 0 deletions gpmodels.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: namespace,vignette
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
title: "simple-vignette"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{simple-vignette}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
title: "single-prediction"
---

```{r, include = FALSE}
Expand All @@ -17,7 +12,6 @@ knitr::opts_chunk$set(
# install packages

```{r eval=FALSE}
install.packages("tidyverse")
install.packages("snakecase")
install.packages("h2o")
install.packages("remotes")
Expand All @@ -27,13 +21,17 @@ remotes::install_github('ML4LHS/gpmodels')
# setup

```{r setup}
library(tidyverse)
library(tidyr)
library(dplyr)
library(readr)
library(magrittr)
library(snakecase)
library(gpmodels)
library(lubridate)
library(ggplot2)
```

https://data.world/informatics-edu/synthea-synthetic-patient-information
https://data.world/informatics-edu/synthea-synthetic-patient-informationus

https://synthea.mitre.org/downloads

Expand Down

0 comments on commit 1424c87

Please sign in to comment.