Package Details: radian 0.6.15-1

Git Clone URL: https://aur.archlinux.org/radian.git (read-only, click to copy)
Package Base: radian
Description: A 21st century R console
Upstream URL: https://github.com/randy3k/radian
Licenses: MIT
Submitter: mschu
Maintainer: mschu
Last Packager: mschu
Votes: 9
Popularity: 0.000178
First Submitted: 2019-01-01 11:53 (UTC)
Last Updated: 2025-06-03 19:38 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-09-20 05:27 (UTC)

python-pytest-runner checkdep not needed.

tristanrw commented on 2025-04-22 11:24 (UTC) (edited on 2025-04-22 11:25 (UTC) by tristanrw)

Gettings this:

❯ radian                                                                                                                                                130 |2:INT
Traceback (most recent call last):
  File "/usr/bin/radian", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/radian/app.py", line 121, in main
    RadianApplication(r_home, ver=__version__).run(options, cleanup=cleanup)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/radian/app.py", line 183, in run
    from .prompt_session import create_radian_prompt_session
  File "/usr/lib/python3.13/site-packages/radian/prompt_session.py", line 17, in <module>
    from pygments.styles import get_style_by_name
ModuleNotFoundError: No module named 'pygments'

Adding 'extra/python-pygments' to dependencies, should fix this.

mschu commented on 2024-12-27 15:35 (UTC)

This is because python=3.13 is now in the main repositories, and all python packages need to be reinstalled. I've added release bumps for my packages, but there will likely be some dependencies that need it too.

lpf commented on 2024-12-27 09:16 (UTC)

I am getting this error when running radian now:

Traceback (most recent call last):
  File "/usr/bin/radian", line 5, in <module>
    from radian import main
ModuleNotFoundError: No module named 'radian'

rll307 commented on 2024-10-07 12:27 (UTC)

Thanks, working fine so far.

LeoMeinel commented on 2024-09-09 09:49 (UTC)

@mschu Thank you!

mschu commented on 2024-09-09 09:14 (UTC)

I enabled the broken check() by accident, I've disabled it again now.

t_1990 commented on 2024-08-29 14:04 (UTC) (edited on 2024-08-29 14:14 (UTC) by t_1990)

I could not update/install Radian even without a Radian config file ($HOME/.config/radian/profile). These are the error messages I got:

FAILED tests/test_readline.py::test_askpass - Exception: value is r$>
FAILED tests/test_reticulate.py::test_completion - Exception: value is >>> imp
ERROR tests/test_reticulate.py::test_completion - Exception: radian didn't quit cleanly

EDIT: the error related to test_readline.py can be resolved by installing the R package askpass, but I still don't know how to resolve the one related to test_reticulate.py. I have reticulate installed.

LeoMeinel commented on 2024-08-25 18:35 (UTC)

@t_1990 By .Rprofile I mean $R_PROFILE_USER which I specified in $R_ENVIRON_USER. That was my way of having a user config for R. I don't use a custom radian config, but maybe that could also cause issues.

t_1990 commented on 2024-08-24 22:10 (UTC)

@LeoMeinel, it also seems like some of the tests will fail if Vim mode is enabled for Radian. I am not sure whether this is what you meant by .Rprofile, because my Radian config file is $HOME/.config/radian/profile, but I echo the point that the package can't be updated on my machine.