From b9da99d72139d846c6d3ce0f485d1a12bf5d1fbd Mon Sep 17 00:00:00 2001 From: "Isabella Stallworthy, PhD" Date: Tue, 21 Nov 2023 11:00:11 -0500 Subject: [PATCH] website bug fixing --- vignettes/Preliminary_Steps.Rmd | 2 +- vignettes/Workflow_Continuous_Exposure.Rmd | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/vignettes/Preliminary_Steps.Rmd b/vignettes/Preliminary_Steps.Rmd index bb3d5f10..e4d3564f 100644 --- a/vignettes/Preliminary_Steps.Rmd +++ b/vignettes/Preliminary_Steps.Rmd @@ -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") diff --git a/vignettes/Workflow_Continuous_Exposure.Rmd b/vignettes/Workflow_Continuous_Exposure.Rmd index 40bd4b53..f3fd2993 100644 --- a/vignettes/Workflow_Continuous_Exposure.Rmd +++ b/vignettes/Workflow_Continuous_Exposure.Rmd @@ -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.