AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
March 25, 2019 05:39PM
Hi, Shun-

I believe that you should first remove R, because otherwise there are version conflicts. Then,

1) open the "list" file of sources for your package manager (sudo/admin password required):
sudo gedit /etc/apt/sources.list

2) Copy+paste this line to the bottom of that file (this gives your package manager a new place to look for files to install- specifically, R v3.5 on Ubuntu 18.04; for other people people doing this on different versions of ubuntu, instead of "bionic" one might have "xenial" (for Ubuntu 16.04) for example, whatever the fun Ubuntu name for your exact LTS version is):
deb [cloud.r-project.org] bionic-cran35/
You can save+close that file now.

3) Refresh the list of packages that your package manager reads-- copy+paste this:
sudo apt-get update

4) Now instruct your package manager to update its R base installation (this should get 3.5 now)-- copy+paste:
sudo apt-get install -y r-base-dev r-cran-rmpi

5) Use the AFNI command to get necessary packages, which should now include brms-- copy+paste this:
rPkgsInstall -pkgs ALL
Note, this step miiiiight take a little while, to fully build the R package.

Run the afni_system_check again, and let us know if that sorts out your R issue.

--pt
Subject Author Posted

Bash/tcsh and missing R packages when installing AFNI

SHUN March 24, 2019 11:12AM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 24, 2019 11:50AM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 24, 2019 12:01PM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 24, 2019 08:25PM

Re: Bash/tcsh and missing R packages when installing AFNI

gang March 25, 2019 01:43PM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 25, 2019 05:34PM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 25, 2019 05:39PM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 27, 2019 10:34AM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 27, 2019 01:54PM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 27, 2019 02:39PM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 27, 2019 03:15PM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 27, 2019 04:35PM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 30, 2019 06:14AM

Re: Bash/tcsh and missing R packages when installing AFNI

SHUN March 30, 2019 10:19AM

Re: Bash/tcsh and missing R packages when installing AFNI

ptaylor March 30, 2019 12:28PM