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 15, 2021 02:39PM
If you are using R, and the system gets fully wiped every week, you might have to keep the @add_rcran* script.

Note that I suspect you might be able to copy the ~/R directory and propagate to the new system, so you wait less time for the packages to build (this assumes you have the same operating system from session to session).

So, you could try setting up a system, and then:
tar -zcf R.tgz R
on it, and save R.tgz somewhere (e.g., on a USB), and then after install R next time, copy R.tgz back to the new home directory, and unpack it with:
tar -xf R.tgz
If the afni_system_check.py looks good, then great; you can even run
rPkgsInstall -pkgs ALL
again at that point, and it would hopefully tell you everything is uptodate.

--pt
Subject Author Posted

installing AFNI from local copy

s.meliss March 12, 2021 05:59AM

Re: installing AFNI from local copy

ptaylor March 12, 2021 08:50AM

Re: installing AFNI from local copy

s.meliss March 15, 2021 05:16AM

Re: installing AFNI from local copy

ptaylor March 15, 2021 02:39PM

Re: installing AFNI from local copy

Daniel Glen March 15, 2021 05:12PM