Skip to content

Commit

Permalink
note for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Apr 1, 2021
1 parent 29041fa commit ac0e9cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,20 @@ $ env R_HOME=/usr/local/lib/R radian
Please also make sure that R was installed with the R shared library `libR.so` or `libR.dylib` or `libR.dll`. On Linux, the flag `--enable-R-shlib` may be needed to install R from the source.


#### Outdated setuptools

If you encounter

> The package setup script has attempted to modify files on your system that are not within the EasyInstall build area.
Please update your setuptools by

```
pip install -U setuptools
```


#### How to use local history file

_radian_ maintains its own history file `.radian_history` and doesn't use the `.Rhistory` file. A local `.radian_history` is used if it is found in the launch directory. Otherwise, the global history file `~/.radian_history` would be used. To override the default behavior, you could launch _radian_ with the options: `radian --local-history`, `radian --global-history` or `radian --no-history`.
Expand Down

0 comments on commit ac0e9cb

Please sign in to comment.