I have tried to run a 3dLME model but got the attached error. I am trying to examine activation during levels of the task in relation to mean reaction time. The variable names in the code match the columns of the data frame, and there are no missing data in the data frame. I am not sure what could be the issue? Any insight/suggestions would be greatly appreciated.
Data table structure:
Subj StimType meanRTacrossrun meanACCacrossrun InputFile
536 0back 616.9448 0.9732 ‘0backmap+tlrc’
536 1back X X ‘1backmap+tlrc’
…
(and the last slash in the data table has been removed)
Thanks for pointing that out. I have updated the code to include the variable name meanRTacrossruns instead of just RT.
The data is from an n-back task. For each subject, we have mean reaction time (RT) for each level of the task (0back, 1back, 2back, 3back), and a variability map for activation for each subject and level of the task. We are trying to examine the relation between within-subject variability in BOLD signal and mean RT for the different stimulus types, as well as how mean RT is associated with the difference in variability between different levels of the stimulus type factor (i.e., 3back vs. 0back).
We are thinking that the error (that still happens after updating the “RT”) is related to the data table…
Here is a larger portion of the data table:
Subj StimType meanRTacrossrun meanACCacrossrun InputFile \
1 0back 616.9448 0.9732 ‘0back_variability_map+tlrc’ \
1 1back X X ‘1back_variability_map+tlrc’
1 2back X X ‘2back_variability_map+tlrc’ \
1 3back X X ‘3back_variability_map+tlrc’ \
…
48 0back X X ‘0back_variability_map+tlrc’ \
…
But, it could be that the -ranEff or -SS_type that we have chosen are not logical with what we are trying to do? We structured our script based on example 2 on this webpage: https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dLME.html
In our data, meanRTacrossruns is a within-subject quantitative variable, and generally, the meanRTacrossruns value increases at each increasing level of the n-back task.
We believe that marginal sum of squares (the default, 3) is best, but are certainly open to suggestions.
If you’re interested in comparing the three stimulus types (it looks like you’re not), you may need to center the RT values properly if you believe RT differs across the stimulus types.
Thank you for pointing that out! However, the model still does not run and produces the error that essentially says:
“Make sure that packages nlme and phia are installed
Inappropriate model specification with options -model, or -qVars
Incorrect specifications in general linear test coding with -gltCode
Mistakes in data table
Inconsistent variable names that are case sensitive”
We know the the R packages are installed, and that the data table has consistent variable names and no missing values, so any suggestions about what could be going wrong with the model or glt coding would be greatly appreciated!
The OS is CentOS Linux release 7.9.2009 (Core);
The R is R version 3.6.0 (2019-04-26) – “Planting of a Tree”
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
[root@localhost abin]# ./rPkgsInstall -pkgs ‘phia’ -update -site ‘http://cloud.r-project.org’
Installing package into ‘/root/R’
(as ‘lib’ is unspecified)
also installing the dependencies ‘curl’, ‘pbkrtest’, ‘rio’, ‘nloptr’, ‘car’, ‘lme4’
installing source package ‘curl’ …
** package ‘curl’ successfully unpacked and MD5 sums checked
** using staged installation
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing libcurl.pc' to the PKG_CONFIG_PATH environment variable No package 'libcurl' found Package libcurl was not found in the pkg-config search path. Perhaps you should add the directory containing libcurl.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libcurl’ found
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libcurl was not found. Try installing:
deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)
rpm: libcurl-devel (Fedora, CentOS, RHEL)
csw: libcurl_dev (Solaris)
If libcurl is already installed, check that ‘pkg-config’ is in your
PATH and PKG_CONFIG_PATH contains a libcurl.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars=‘INCLUDE_DIR=… LIB_DIR=…’
ERROR: configuration failed for package ‘curl’
removing ‘/root/R/curl’
installing source package ‘nloptr’ …
** package ‘nloptr’ successfully unpacked and MD5 sums checked
** using staged installation
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ -m64 -std=gnu++11 accepts -g… yes
checking how to run the C++ preprocessor… g++ -m64 -std=gnu++11 -E
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether g++ -m64 -std=gnu++11 accepts -g… (cached) yes
checking for pkg-config… yes
configure: Now testing for NLopt header file.
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking nlopt.h usability… no
checking nlopt.h presence… no
checking for nlopt.h… no
configure: Need to configure and build NLopt
configure: Starting to install library to /tmp/RtmpHZMqHj/R.INSTALL5ad44606040b1/nloptr/src/nlopt_src
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for gcc… gcc -m64 -std=gnu99
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc -m64 -std=gnu99 accepts -g… yes
checking for gcc -m64 -std=gnu99 option to accept ISO C89… none needed
checking whether gcc -m64 -std=gnu99 understands -c and -o together… yes
checking for style of include used by make… GNU
checking dependency style of gcc -m64 -std=gnu99… gcc3
checking for gcc -m64 -std=gnu99 option to accept ISO C99… none needed
checking for gcc -m64 -std=gnu99 option to accept ISO Standard C… (cached) none needed
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking how to print strings… printf
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for fgrep… /usr/bin/grep -F
checking for ld used by gcc -m64 -std=gnu99… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands “+=”… yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for dlltool… dlltool
checking how to associate runtime and link libraries… printf %s\n
checking for archiver @FILE support… no
checking for strip… strip
checking for ranlib… ERROR: no information for variable ‘RANLIB’
checking command to parse /usr/bin/nm -B output from gcc -m64 -std=gnu99 object… ok
checking for sysroot… no
checking for mt… no
checking if : is a manifest tool… no
checking how to run the C preprocessor… gcc -m64 -std=gnu99 -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc -m64 -std=gnu99 supports -fno-rtti -fno-exceptions… no
checking for gcc -m64 -std=gnu99 option to produce PIC… -fPIC -DPIC
checking if gcc -m64 -std=gnu99 PIC flag -fPIC -DPIC works… yes
checking if gcc -m64 -std=gnu99 static flag -static works… no
checking if gcc -m64 -std=gnu99 supports -c -o file.o… yes
checking if gcc -m64 -std=gnu99 supports -c -o file.o… (cached) yes
checking whether the gcc -m64 -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking whether we are using the GNU C++ compiler… yes
checking whether g++ -m64 -std=gnu++11 accepts -g… yes
checking dependency style of g++ -m64 -std=gnu++11… gcc3
checking how to run the C++ preprocessor… g++ -m64 -std=gnu++11 -E
checking for ld used by g++ -m64 -std=gnu++11… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ -m64 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ -m64 -std=gnu++11 option to produce PIC… -fPIC -DPIC
checking if g++ -m64 -std=gnu++11 PIC flag -fPIC -DPIC works… yes
checking if g++ -m64 -std=gnu++11 static flag -static works… no
checking if g++ -m64 -std=gnu++11 supports -c -o file.o… yes
checking if g++ -m64 -std=gnu++11 supports -c -o file.o… (cached) yes
checking whether the g++ -m64 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking for ANSI C header files… (cached) yes
checking whether time.h and sys/time.h may both be included… yes
checking for unistd.h… (cached) yes
checking getopt.h usability… yes
checking getopt.h presence… yes
checking for getopt.h… yes
checking for stdint.h… (cached) yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking for C thread-local keyword… __thread
checking size of unsigned int… 4
checking size of unsigned long… 8
checking for uint32_t… yes
checking for sin in -lm… yes
checking for BSDgettimeofday… no
checking for gettimeofday… yes
checking for time… yes
checking for qsort_r… yes
checking for getpid… yes
checking for gettid syscall… yes
checking for isnan… yes
checking for isinf… yes
checking for copysign… yes
checking for mkoctfile… no
checking for mex… no
checking for working HUGE_VAL… ok
checking that generated files are newer than configure… done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nlopt.pc
config.status: creating api/Makefile
config.status: creating util/Makefile
config.status: creating octave/Makefile
config.status: creating direct/Makefile
config.status: creating cdirect/Makefile
config.status: creating stogo/Makefile
config.status: creating praxis/Makefile
config.status: creating luksan/Makefile
config.status: creating crs/Makefile
config.status: creating mlsl/Makefile
config.status: creating mma/Makefile
config.status: creating cobyla/Makefile
config.status: creating newuoa/Makefile
config.status: creating neldermead/Makefile
config.status: creating auglag/Makefile
config.status: creating bobyqa/Makefile
config.status: creating isres/Makefile
config.status: creating slsqp/Makefile
config.status: creating esch/Makefile
config.status: creating test/Makefile
config.status: creating swig/Makefile
config.status: creating swig/nlopt.scm
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory /tmp/RtmpHZMqHj/R.INSTALL5ad44606040b1/nloptr/src/nlopt_src' Making all in util make[2]: Entering directory /tmp/RtmpHZMqHj/R.INSTALL5ad44606040b1/nloptr/src/nlopt_src/util’
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c -o mt19937ar.lo mt19937ar.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c mt19937ar.c -fPIC -DPIC -o .libs/mt19937ar.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c mt19937ar.c -o mt19937ar.o >/dev/null 2>&1
mv -f .deps/mt19937ar.Tpo .deps/mt19937ar.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c -o sobolseq.lo sobolseq.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c sobolseq.c -fPIC -DPIC -o .libs/sobolseq.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c sobolseq.c -o sobolseq.o >/dev/null 2>&1
mv -f .deps/sobolseq.Tpo .deps/sobolseq.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o .libs/timer.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
mv -f .deps/timer.Tpo .deps/timer.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c -o stop.lo stop.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c stop.c -fPIC -DPIC -o .libs/stop.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c stop.c -o stop.o >/dev/null 2>&1
mv -f .deps/stop.Tpo .deps/stop.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c -o redblack.lo redblack.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c redblack.c -fPIC -DPIC -o .libs/redblack.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c redblack.c -o redblack.o >/dev/null 2>&1
mv -f .deps/redblack.Tpo .deps/redblack.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c -o qsort_r.lo qsort_r.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c qsort_r.c -fPIC -DPIC -o .libs/qsort_r.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c qsort_r.c -o qsort_r.o >/dev/null 2>&1
mv -f .deps/qsort_r.Tpo .deps/qsort_r.Plo
/bin/sh …/libtool --tag=CC --mode=compile g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c -o rescale.lo rescale.c
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c rescale.c -fPIC -DPIC -o .libs/rescale.o
libtool: compile: g++ -m64 -std=gnu++11 -DHAVE_CONFIG_H -I. -I… -I…/api -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c rescale.c -o rescale.o >/dev/null 2>&1
mv -f .deps/rescale.Tpo .deps/rescale.Plo
/bin/sh …/libtool --tag=CC --mode=link g++ -m64 -std=gnu++11 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o libutil.la mt19937ar.lo sobolseq.lo timer.lo stop.lo redblack.lo qsort_r.lo rescale.lo -lm
libtool: link: ERROR: no information for variable ‘AR’ cru .libs/libutil.a .libs/mt19937ar.o .libs/sobolseq.o .libs/timer.o .libs/stop.o .libs/redblack.o .libs/qsort_r.o .libs/rescale.o
…/libtool: line 1102: ERROR:: command not found
make[2]: *** [libutil.la] Error 127
make[2]: Leaving directory /tmp/RtmpHZMqHj/R.INSTALL5ad44606040b1/nloptr/src/nlopt_src/util' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /tmp/RtmpHZMqHj/R.INSTALL5ad44606040b1/nloptr/src/nlopt_src’
make: *** [all] Error 2
ERROR: configuration failed for package ‘nloptr’
removing ‘/root/R/nloptr’
ERROR: dependency ‘curl’ is not available for package ‘rio’
removing ‘/root/R/rio’
ERROR: dependency ‘nloptr’ is not available for package ‘lme4’
removing ‘/root/R/lme4’
ERROR: dependency ‘lme4’ is not available for package ‘pbkrtest’
removing ‘/root/R/pbkrtest’
ERROR: dependencies ‘pbkrtest’, ‘rio’, ‘lme4’ are not available for package ‘car’
removing ‘/root/R/car’
ERROR: dependency ‘car’ is not available for package ‘phia’
removing ‘/root/R/phia’
The downloaded source packages are in
‘/tmp/RtmpwNBwOB/downloaded_packages’
++ Note: @ 17:21:56
This package has been installed on the computer: phia
++ Note: @ 17:21:57
This package has been updated on the computer:
Warning messages:
1: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘curl’ had non-zero exit status
2: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘nloptr’ had non-zero exit status
3: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘rio’ had non-zero exit status
4: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘lme4’ had non-zero exit status
5: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘pbkrtest’ had non-zero exit status
6: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘car’ had non-zero exit status
7: In install.packages(pkgs_miss, dep = TRUE, repos = site) :
installation of package ‘phia’ had non-zero exit status
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.