russHyde / russ-hyde

Public content for my blog
http://russ-hyde.rbind.io/
0 stars 0 forks source link

Content for my personal blog: http://russ-hyde.rbind.io/

Environments

The environment for building the website works as follows.

To activate the blog environment

# Activate the conda environment on which r-base is installed
conda activate blog-base

# Then open rstudio, and the 'renv'-defined environment for the project will
# be activated automatically
rstudio data-globs.Rproj &

When working on the blog

In rstudio click "Addins -> Serve Site" or use blogdown::serve_site() once

Click "Addins -> New Post" to add a new blog entry

Notes on converting from full-conda to conda-and-renv

Steps to get the blog building under the renv setup: