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