Package Details: radian 0.6.13-3

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.173093
First Submitted: 2019-01-01 11:53 (UTC)
Last Updated: 2024-12-27 15:25 (UTC)

Latest Comments

1 2 Next › Last »

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.

LeoMeinel commented on 2024-08-24 21:49 (UTC) (edited on 2024-08-24 21:54 (UTC) by LeoMeinel)

First of all, thanks for packaging this! I have used your package for some time and wanted to make you aware of a few issues I encountered:

(1) In your last commit, you (re)enabled the check() that runs pytest, which according to the comment may fail with certain .Rprofiles. For me, 5 of 15 tests fail and I can't build the package. I didn't investigate or check if it is related to my custom .Rprofile, but I wanted to let you know that the tests might fail for some people.

(2) I also noticed that on every upgrade, I have to remove and install radian manually, because otherwise python-rchitect fails to build, I also didn't investigate this further. This is probably because I am using paru for managing my AUR packages or because of an issue with python-rchitect, which I also have to cleaninstall on every upgrade.