Skip to content

Commit

Permalink
Merge pull request #152 from istallworthy/more-feedback
Browse files Browse the repository at this point in the history
website bug fixing
  • Loading branch information
istallworthy authored Nov 21, 2023
2 parents 37b24e5 + b9da99d commit 1952ed9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Preliminary_Steps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The user who has already formatted their data in wide format according to the Da
```{r setup}
require(devtools)
library(stats)
devtool::install_github("istallworthy/devMSMs")
devtools::install_github("istallworthy/devMSMs")
library(devMSMs)
devtools::install_github("istallworthy/devMSMsHelpers")
Expand Down
9 changes: 9 additions & 0 deletions vignettes/Workflow_Continuous_Exposure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ options(rmarkdown.html_vignette.check_title = FALSE)
```

```{r setup}
require(devtools)
devtools::install_github("istallworthy/devMSMs")
library(devMSMs)
devtools::install_github("istallworthy/devMSMsHelpers")
library(devMSMsHelpers)
```

```
This vignette guides a user through the process of using *devMSMs* with a continuousy distributed exposure variable. The users should first view the Terminology, Data Requirements, Specifying Core Inputs, and Preliminary Steps vignettes.
Expand Down

0 comments on commit 1952ed9

Please sign in to comment.