plotmydata / profile.R
jedick
Check if requested packages are already installed
23e6380
raw
history blame contribute delete
377 Bytes
# Set a default CRAN mirror
options(repos = c(CRAN = "https://cloud.r-project.org"))
# Load a commonly used package
library(tidyverse)
# Use our own data summary function
source("functions.R")
# Make this R session visible to the mcptools MCP server
# NOTE: mcp_session() needs to be run in an *interactive* R session, so we can't put it in server.R
mcptools::mcp_session()