History of AFNI updates  

|
November 27, 2017 08:42AM
Hi Gang,

I'm trying to run 3dLME and having issues with R, and I am hoping you can help me. I am running on a 64-bit computer with Ubuntu 14.04. AFNI is the latest version, and when I update R, it says it's updated, however it is R version 3.1.1 (2014-07-10) -- "Sock it to Me"

After running my 3dLME script, if get the following error:

** Error:
Missing R_io.so
Error in if (an$type == "BRIK" && !is.na(an$view)) { :
missing value where TRUE/FALSE needed
Calls: process.LME.opts -> exists.AFNI.name -> file.exists -> head.AFNI.name
In addition: Warning message:
In is.na(an$view) : is.na() applied to non-(list or vector) of type 'NULL'
Execution halted

2nd line output of afni -ver:
"Precompiled binary linux_openmp: Oct 12 2017 (Version AFNI_17.3.00)"

Output of the two requested lines in R:

> source(first.in.path('AFNIio.R'))
>
> (ll <- find.in.path('R_io.so'))
NULL
> dyn.load(ll)
Error in dyn.load(ll) : character argument expected


Any advice?

Thanks in advance for your help, especially on a reply to an old message.
Best,
kw
Subject Author Posted

R-related issues

gang May 30, 2014 10:40AM

Re: R-related issues

pshuk July 01, 2014 03:19PM

Re: R-related issues

rick reynolds July 01, 2014 08:45PM

Re: R-related issues

pshuk July 02, 2014 09:41AM

Re: R-related issues

rick reynolds July 02, 2014 09:44AM

Re: R-related issues

pshuk July 02, 2014 09:59AM

Re: R-related issues

rick reynolds July 02, 2014 10:32AM

Re: R-related issues

kw_42 November 27, 2017 08:42AM

Re: R-related issues

ptaylor November 27, 2017 10:10AM

Re: R-related issues

rick reynolds November 27, 2017 11:46AM