On 2022-05-23 17:37 +0100, Rui Barradas wrote:
| And about an editor no one mentinoed, 
| vim. 

Hear, hear, +1 for vim πŸ‘πŸ»  I use vim 
in st[1], and run Rscript everytime my 
long script changes using entr[2]

Also, ess I think might be good.[3]

I was able to install rite locally from 
github this way:

        rasmus@twosixty ~ % cd ~/src
        rasmus@twosixty ~/src % git clone https://github.com/leeper/rite
        Cloning into 'rite'...
        remote: Enumerating objects: 1392, done.
        remote: Total 1392 (delta 0), reused 0 (delta 0), pack-reused 1392
        Receiving objects: 100% (1392/1392), 295.63 KiB | 284.00 KiB/s, done.
        Resolving deltas: 100% (720/720), done.
        rasmus@twosixty ~/src % cd rite
        rasmus@twosixty ~/src/rite (git)-[master] % R CMD INSTALL
        Error: ERROR: no packages specified
        1 rasmus@twosixty ~/src/rite (git)-[master] % R CMD INSTALL .
        * installing to library β€˜/home/rasmus/R/x86_64-pc-linux-gnu-library/4.2’
        * installing *source* package β€˜rite’ ...
        ** using staged installation
        ** R
        ** inst
        ** byte-compile and prepare package for lazy loading
        ** help
        *** installing help indices
        ** building package indices
        ** testing if installed package can be loaded from temporary location
        ** testing if installed package can be loaded from final location
        ** testing if installed package keeps a record of temporary 
installation path
        * DONE (rite)
        rasmus@twosixty ~ % R
        
        R version 4.2.0 (2022-04-22) -- "Vigorous Calisthenics"
        Copyright (C) 2022 The R Foundation for Statistical Computing
        Platform: x86_64-pc-linux-gnu (64-bit)
        
        R is free software and comes with ABSOLUTELY NO WARRANTY.
        You are welcome to redistribute it under certain conditions.
        Type 'license()' or 'licence()' for distribution details.
        
          Natural language support but running in an English locale
        
        R is a collaborative project with many contributors.
        Type 'contributors()' for more information and
        'citation()' on how to cite R or R packages in publications.
        
        Type 'demo()' for some demos, 'help()' for on-line help, or
        'help.start()' for an HTML browser interface to help.
        Type 'q()' to quit R.
        
        > rite::rite()
        Error in retrun() : could not find function "retrun"
        Save workspace image? [y/n/c]: n
        rasmus@twosixty ~ %

[1] https://st.suckless.org/
[2] http://eradman.com/entrproject
[3] https://ess.r-project.org/

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to