I have a Sage cell in a web page, for example this one here:
The link should take you to a cell that is configured with:
makeSagecell({
inputLocation: 'pre.sagecell-r',
linked: true,
languages: ['r'],
evalButtonText: 'Evaluate (R)'
})
In particular, note that it is configured to use R. I would like to use the "pracma" package for R, but it is not installed. Is it possible to use a Sage cell in this way and use the pracma package?