Author: Jacob S. Zelko
Date: 2022-11-18
Summary: A small instructional that ensures the environment set-up ran correctly
Open RStudio and navigate to the folder MentalHealthEquity/feasibility
.
Within that directory, do the following steps within the RStudio console:
MentalHealthEquity/feasibility
folder renv
package: library(renv)
renv
environment: renv::activate()
renv::restore()
and accepting The following code block shows how this would run:
library(renv) renv::activate() renv::restore()
From within the project, run the following cell:
source("tests/test_environment.R")
You should see some output from this cell and announcements about tests running. If everything ran correctly on your machine, then you should see messages about the tests passing as well as celebratory emojis! You will then be able to continue to the next step of the assessment!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.