I would like to use the R console through radian
. I thought the way to do this is to install the radian package, and then, typing radian
would start R through radian, per the instructions on the radian README:
# install released version
pip3 install -U radian
# to run radian
radian
But, when I try to "launch" radian, I get a -bash: radian: command not found
message.
My session information is summarized in this Gist.
My question is, how do I correctly install radian
so I can use its console for R?