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 02, 2015 01:36PM
I am trying to run an analysis using 3dMVM but I get the following error:

Error in set_R_io() : could not find function "warn.AFNI"
Calls: source -> withVisible -> eval -> eval -> set_R_io

Other information that you have asked for regarding issues with R or MVM:
afni version: Precompiled binary linux_openmp_64: Feb 27 2015 (Version AFNI_2011_12_21_1014)

> first.in.path <- function(file) {
+ ff <- paste(strsplit(Sys.getenv('PATH'),':')[[1]],'/', file, sep='')
+ ff<-ff[lapply(ff,file.exists)==TRUE];
+ #cat('Using ', ff[1],'\n');
+ return(gsub('//','/',ff[1], fixed=TRUE))
+ }
> source(first.in.path('AFNIio.R'))
Error in set_R_io() : could not find function "warn.AFNI"
>
> (ll <- find.in.path('R_io.so'))
[1] "/home/aaron/abin/linux_openmp_64/R_io.so"
> dyn.load(ll)
Error in dyn.load(ll) :
unable to load shared object '/home/aaron/abin/linux_openmp_64/R_io.so':
libjpeg.so.62: cannot open shared object file: No such file or directory

Any advice? Do you need any other information?
Thank you!
Subject Author Posted

MVM Issue

atbuss March 02, 2015 01:36PM

Re: MVM Issue

gang March 02, 2015 01:40PM

Re: MVM Issue

atbuss March 02, 2015 02:03PM