Files
guru/sci-mathematics/radian/metadata.xml
Alessandro Barbieri fbd84d7484 sci-mathematics/radian: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-15 22:34:21 +02:00

36 lines
1.3 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
radian is an alternative console for the R program with multiline editing and rich syntax highlight. One would consider radian as a ipython clone for R, though its design is more aligned to julia.
Features
cross platform, runs on Windows, macOS and Linux
shell mode: hit ; to enter and &lt;backspace&gt; to leave
reticulate python repl mode: hit ~ to enter
improved R prompt and reticulate python prompt
multiline editing
syntax highlight
auto completion (reticulate autocompletion depends on jedi)
unicode support
latex completion
auto matching parens/quotes.
bracketed paste mode
emacs/vi editing mode
automatically adjust to terminal width
read more than 4096 bytes per line
</longdescription>
<upstream>
<remote-id type="github">randy3k/radian</remote-id>
<remote-id type="pypi">radian</remote-id>
<maintainer status="unknown">
<email>randy.cs.lai@gmail.com</email>
<name>Randy Lai</name>
</maintainer>
</upstream>
</pkgmetadata>