mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
36 lines
1.3 KiB
XML
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 <backspace> 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>
|