The location of Makevars file is platform-specific. Use
tools::makevars_user()
to locate it in your system.
1 |
The most common Makevars flags for R:
CFLAGS
CXXFLAGS
CXX11FLAGS
FFLAGS
FCFLAGS
For debugging purposes, it's recommended to have the following flags:
CC=clang
CFLAGS=-g -O0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.