All tools/R

R

r

R is a free software environment for statistical computing and graphics.

Detected by R, Rscript | macOS, Linux, Windows |www.r-project.org

Sync rules

What travels, what stays, what never leaves
R in your home directory Every rule on this page, by file
# Library search path: where this machine keeps its user-installed packages.
R_LIBS_USER=/Users/octocat/Library/R/arm64/4.4/librarymachine-local
R_LIBS=/opt/homebrew/lib/R/site-librarymachine-local
# Session limits and history.
R_MAX_VSIZE=32Gb

Each machine keeps its own copy of these.

GITHUB_PATGITHUB_TOKEN

Lifted into your secret store; the rest of the file syncs.

· ~/.Rprofile Sync
CPPFLAGS = -I/opt/homebrew/includemachine-local
LDFLAGS = -L/opt/homebrew/libmachine-local
CXX17FLAGS = -O3 -fPIC
MAKEFLAGS = -j8

Each machine keeps its own copy of these.

· Makevars-* Sync
· check.Renviron Sync
· build.Renviron Sync
· ~/R/ Exclude
· ~/.RData Exclude
· ~/.Rhistory Exclude

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/r. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits R_LIBS and CPPFLAGS for you — that part is Otty’s own sync, or a template you write by hand.