History of AFNI updates  

|
February 26, 2020 08:08AM
Howdy-

So, rPkgsInstall is an AFNI program that installs R packages; it basically makes a lot of "install.packages()" calls inside of R. It has to pull from some repository/mirror, and unfortunately the main R-cran one that it has pulled from by default appears to not be working at the moment.

Gang has found a better one to use, and we have updated that default setting in the very most recent code base (built last night); so, you should be able to run:
@update.afni.binaries -d
rPkgsInstall -pkgs ALL
to get the newest AFNI and install with the newly default-set program, OR, you could run this **without the space after "https:" (which this interface makes me put in, otherwise the link gets reformatted, unfortunately)**:
rPkgsInstall -pkgs ALL -site "https: //cloud.r-project.org"
... on your current version.

Please let us know if that sorts it.

--pt



Edited 8 time(s). Last edit at 02/26/2020 10:20AM by ptaylor.
Subject Author Posted

(possible) solution to install brms on Ubuntu 18.04 on WSL

discoraj November 06, 2019 10:56AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Doughboys November 15, 2019 06:14PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor November 15, 2019 10:29PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Doughboys November 18, 2019 08:41AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL Attachments

gerard.campbell@strath.ac.uk February 26, 2020 03:49AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor February 26, 2020 08:08AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

gerard.campbell@strath.ac.uk February 27, 2020 03:11AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor February 27, 2020 07:28AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Pawel December 16, 2020 07:10PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

bgoeckner February 24, 2021 03:20PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 12:53AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 12:54AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Pawel September 14, 2021 12:25AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 01:26AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

gang December 18, 2020 08:40AM