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  

|
June 05, 2019 10:12AM
Howdy-

I will assume that running "rPkgsInstall -pkgs ALL" as described here:
[afni.nimh.nih.gov]
doesn't work to update things.

It might be that if you have updated your R version, then you need to update the existing packages before installing more. So, to try this, start by typing this in a terminal to enter the R environment:
R

And then copy+paste of each of these there individually:
update.packages(installed.packages(priority="NA"), checkBuilt=TRUE, ask=FALSE)
install.packages("afex")
install.packages("phia")
install.packages("brms")

How does your system check look after that?

--pt
Subject Author Posted

R package brms installation error

chirag90in June 04, 2019 04:10PM

Re: R package brms installation error

ptaylor June 04, 2019 06:55PM

Re: R package brms installation error

chirag90in June 05, 2019 09:52AM

Re: R package brms installation error

ptaylor June 05, 2019 10:12AM

Re: R package brms installation error

chirag90in June 05, 2019 10:49AM

Re: R package brms installation error

ptaylor June 05, 2019 11:14AM

Re: R package brms installation error

chirag90in June 05, 2019 02:41PM

Re: R package brms installation error

ptaylor June 06, 2019 01:53AM

Re: R package brms installation error

chirag90in June 06, 2019 10:46AM

Re: R package brms installation error

discoraj June 09, 2019 11:04PM