Ask Your Question

kjd45's profile - activity

2014-06-05 00:40:49 +0200 received badge  Nice Question (source)
2013-07-31 17:52:48 +0200 received badge  Student (source)
2013-07-23 20:17:43 +0200 asked a question how to export vector variables and other data structures into R as variables?

All the examples I kind find here and in the documentation pass data from sage to R to be used once. I'd like to pass data that's in a sage (python) variable and turn it into an R variable that I can subsequntly use in %r codeblocks.

simple stuff like r.set('x', [1,2,3]) doesn't work because set expects a string. I could turn vectors into strings before passing them to set, but that's kind of klugy (and could be a pain for more complicated things.

2013-07-23 13:35:11 +0200 asked a question specifying the R executable

I want to have Sage use the executable of R that's already on my machine instead of the one that comes with it (it's newer, already has all my packages installed, etc). How do I configure Sage to run that version of R by default?

2012-11-27 10:57:55 +0200 received badge  Supporter (source)
2012-11-27 09:21:17 +0200 received badge  Editor (source)
2012-11-27 09:20:54 +0200 asked a question How to get keybindings to work in 5.4.1 / OSX 10.6?

I noticed that the keybindings described here:

http://www.sagemath.org/doc/reference...

stopped working when I upgraded from 5.3 / 64 bit / OSX 10.6 to 5.4.1 / 64 bit / OSX 10.6, is this a bug or am I missing something?