Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  install.packages("partykit", dependencies=TRUE, repos='http://cran.rstudio.com/')
  2. Installing package into ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3
  3. (as ‘lib’ is unspecified)
  4. Warning in install.packages :
  5.   dependency ‘libcoin’ is not available
  6. also installing the dependencies ‘nloptr’, ‘lme4’, ‘pbkrtest’, ‘car’, ‘RWekajars’, ‘inum’, ‘rJava’, ‘AER’, ‘RWeka’, ‘psychotree’
  7.  
  8. trying URL 'http://cran.rstudio.com/src/contrib/nloptr_1.0.4.tar.gz'
  9. Content type 'application/x-gzip' length 353957 bytes (345 KB)
  10. ==================================================
  11. downloaded 345 KB
  12.  
  13. trying URL 'http://cran.rstudio.com/src/contrib/lme4_1.1-15.tar.gz'
  14. Content type 'application/x-gzip' length 3610706 bytes (3.4 MB)
  15. ==================================================
  16. downloaded 3.4 MB
  17.  
  18. trying URL 'http://cran.rstudio.com/src/contrib/pbkrtest_0.4-7.tar.gz'
  19. Content type 'application/x-gzip' length 156406 bytes (152 KB)
  20. ==================================================
  21. downloaded 152 KB
  22.  
  23. trying URL 'http://cran.rstudio.com/src/contrib/car_2.1-6.tar.gz'
  24. Content type 'application/x-gzip' length 627349 bytes (612 KB)
  25. ==================================================
  26. downloaded 612 KB
  27.  
  28. trying URL 'http://cran.rstudio.com/src/contrib/RWekajars_3.9.2-1.tar.gz'
  29. Content type 'application/x-gzip' length 9995077 bytes (9.5 MB)
  30. ==================================================
  31. downloaded 9.5 MB
  32.  
  33. trying URL 'http://cran.rstudio.com/src/contrib/inum_1.0-0.tar.gz'
  34. Content type 'application/x-gzip' length 8865 bytes
  35. ==================================================
  36. downloaded 8865 bytes
  37.  
  38. trying URL 'http://cran.rstudio.com/src/contrib/rJava_0.9-9.tar.gz'
  39. Content type 'application/x-gzip' length 660454 bytes (644 KB)
  40. ==================================================
  41. downloaded 644 KB
  42.  
  43. trying URL 'http://cran.rstudio.com/src/contrib/AER_1.2-5.tar.gz'
  44. Content type 'application/x-gzip' length 2179901 bytes (2.1 MB)
  45. ==================================================
  46. downloaded 2.1 MB
  47.  
  48. trying URL 'http://cran.rstudio.com/src/contrib/RWeka_0.4-37.tar.gz'
  49. Content type 'application/x-gzip' length 413401 bytes (403 KB)
  50. ==================================================
  51. downloaded 403 KB
  52.  
  53. trying URL 'http://cran.rstudio.com/src/contrib/psychotree_0.15-1.tar.gz'
  54. Content type 'application/x-gzip' length 204958 bytes (200 KB)
  55. ==================================================
  56. downloaded 200 KB
  57.  
  58. trying URL 'http://cran.rstudio.com/src/contrib/partykit_1.2-0.tar.gz'
  59. Content type 'application/x-gzip' length 1236789 bytes (1.2 MB)
  60. ==================================================
  61. downloaded 1.2 MB
  62.  
  63. ERROR: failed to lock directory ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3’ for modifying
  64. Try removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/00LOCK-nloptr’
  65. Warning in install.packages :
  66.   installation of package ‘nloptr’ had non-zero exit status
  67. ERROR: dependency ‘libcoin’ is not available for package ‘inum’
  68. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/inum’
  69. Warning in install.packages :
  70.   installation of package ‘inum’ had non-zero exit status
  71. * installing *source* package ‘rJava’ ...
  72. ** package ‘rJava’ successfully unpacked and MD5 sums checked
  73. checking for gcc... gcc -std=gnu99
  74. checking whether the C compiler works... yes
  75. checking for C compiler default output file name... a.out
  76. checking for suffix of executables...
  77. checking whether we are cross compiling... no
  78. checking for suffix of object files... o
  79. checking whether we are using the GNU C compiler... yes
  80. checking whether gcc -std=gnu99 accepts -g... yes
  81. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  82. checking how to run the C preprocessor... gcc -std=gnu99 -E
  83. checking for grep that handles long lines and -e... /bin/grep
  84. checking for egrep... /bin/grep -E
  85. checking for ANSI C header files... yes
  86. checking for sys/wait.h that is POSIX.1 compatible... yes
  87. checking for sys/types.h... yes
  88. checking for sys/stat.h... yes
  89. checking for stdlib.h... yes
  90. checking for string.h... yes
  91. checking for memory.h... yes
  92. checking for strings.h... yes
  93. checking for inttypes.h... yes
  94. checking for stdint.h... yes
  95. checking for unistd.h... yes
  96. checking for string.h... (cached) yes
  97. checking sys/time.h usability... yes
  98. checking sys/time.h presence... yes
  99. checking for sys/time.h... yes
  100. checking for unistd.h... (cached) yes
  101. checking for an ANSI C-conforming const... yes
  102. checking whether time.h and sys/time.h may both be included... yes
  103. configure: checking whether gcc -std=gnu99 supports static inline...
  104. yes
  105. checking whether setjmp.h is POSIX.1 compatible... yes
  106. checking whether sigsetjmp is declared... yes
  107. checking whether siglongjmp is declared... yes
  108. checking Java support in R... present:
  109. interpreter : '/usr/lib/jvm/default-java/jre/bin/java'
  110. archiver    : '/usr/lib/jvm/default-java/bin/jar'
  111. compiler    : '/usr/lib/jvm/default-java/bin/javac'
  112. header prep.: '/usr/lib/jvm/default-java/bin/javah'
  113. cpp flags   : '-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux'
  114. java libs   : '-L/usr/lib/jvm/default-java/jre/lib/amd64/server -ljvm'
  115. checking whether Java run-time works... yes
  116. checking whether -Xrs is supported... yes
  117. checking whether JNI programs can be compiled... yes
  118. checking JNI data types... ok
  119. checking whether JRI should be compiled (autodetect)... yes
  120. checking whether debugging output should be enabled... no
  121. checking whether memory profiling is desired... no
  122. checking whether threads support is requested... no
  123. checking whether callbacks support is requested... no
  124. checking whether JNI cache support is requested... no
  125. checking whether headless init is enabled... no
  126. checking whether JRI is requested... yes
  127. configure: creating ./config.status
  128. config.status: creating src/Makevars
  129. config.status: creating R/zzz.R
  130. config.status: creating src/config.h
  131. === configuring in jri (/tmp/RtmpSZTcGA/R.INSTALL6f756c5c1206/rJava/jri)
  132. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  133. checking build system type... x86_64-unknown-linux-gnu
  134. checking host system type... x86_64-unknown-linux-gnu
  135. checking for gcc... gcc -std=gnu99
  136. checking whether the C compiler works... yes
  137. checking for C compiler default output file name... a.out
  138. checking for suffix of executables...
  139. checking whether we are cross compiling... no
  140. checking for suffix of object files... o
  141. checking whether we are using the GNU C compiler... yes
  142. checking whether gcc -std=gnu99 accepts -g... yes
  143. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  144. checking how to run the C preprocessor... gcc -std=gnu99 -E
  145. checking for grep that handles long lines and -e... /bin/grep
  146. checking for egrep... /bin/grep -E
  147. checking for ANSI C header files... yes
  148. checking whether Java interpreter works... checking whether JNI programs can be compiled... yes
  149. checking whether JNI programs can be run... yes
  150. checking JNI data types... ok
  151. checking whether Rinterface.h exports R_CStackXXX variables... yes
  152. checking whether Rinterface.h exports R_SignalHandlers... yes
  153. configure: creating ./config.status
  154. config.status: creating src/Makefile
  155. config.status: creating Makefile
  156. config.status: creating run
  157. config.status: creating src/config.h
  158. ** libs
  159. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c Rglue.c -o Rglue.o
  160. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c arrayc.c -o arrayc.o
  161. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c callJNI.c -o callJNI.o
  162. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c callback.c -o callback.o
  163. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c fields.c -o fields.o
  164. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c init.c -o init.o
  165. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c jri_glue.c -o jri_glue.o
  166. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c loader.c -o loader.o
  167. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c otables.c -o otables.o
  168. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c rJava.c -o rJava.o
  169. gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux     -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c tools.c -o tools.o
  170. gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o rJava.so Rglue.o arrayc.o callJNI.o callback.o fields.o init.o jri_glue.o loader.o otables.o rJava.o tools.o -L/usr/lib/jvm/default-java/jre/lib/amd64/server -ljvm -L/usr/lib/R/lib -lR
  171. (cd ../jri && make)
  172. make[1]: Entering directory '/tmp/RtmpSZTcGA/R.INSTALL6f756c5c1206/rJava/jri'
  173. make -C src JRI.jar
  174. make[2]: Entering directory '/tmp/RtmpSZTcGA/R.INSTALL6f756c5c1206/rJava/jri/src'
  175. /usr/lib/jvm/default-java/bin/javac -target 1.6 -source 1.6 -d . ../package-info.java ../RFactor.java ../REXP.java ../Rengine.java ../RList.java ../Mutex.java ../RConsoleOutputStream.java ../RMainLoopCallbacks.java ../RVector.java ../RBool.java
  176. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  177. Note: Some input files use unchecked or unsafe operations.
  178. Note: Recompile with -Xlint:unchecked for details.
  179. 1 warning
  180. /usr/lib/jvm/default-java/bin/javah -d . -classpath . org.rosuda.JRI.Rengine
  181. gcc -std=gnu99 -c -o Rengine.o Rengine.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include -I/usr/share/R/include
  182. gcc -std=gnu99 -c -o jri.o jri.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include -I/usr/share/R/include
  183. gcc -std=gnu99 -c -o Rcallbacks.o Rcallbacks.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include -I/usr/share/R/include
  184. gcc -std=gnu99 -c -o Rinit.o Rinit.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/share/R/include -I/usr/share/R/include
  185. gcc -std=gnu99 -c -o globals.o globals.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux
  186. gcc -std=gnu99 -c -o rjava.o rjava.c -g -Iinclude  -DRIF_HAS_CSTACK -DRIF_HAS_RSIGHAND -g -O2 -fdebug-prefix-map=/build/r-base-6WVosl/r-base-3.3.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  -fpic -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux
  187. rjava.c: In function ‘RJava_request_lock’:
  188. rjava.c:22:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  189.    write(ipcout, buf, sizeof(ptrlong));
  190.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191. rjava.c: In function ‘RJava_clear_lock’:
  192. rjava.c:30:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  193.    write(ipcout, buf, sizeof(ptrlong));
  194.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195. rjava.c: In function ‘RJava_request_callback’:
  196. rjava.c:39:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  197.    write(ipcout, buf, sizeof(ptrlong) * 3);
  198.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199. rjava.c: In function ‘RJava_init_ctrl’:
  200. rjava.c:51:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  201.    write(ipcout, buf, sizeof(ptrlong));
  202.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  203. rjava.c:52:3: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  204.    read(resin, buf, sizeof(ptrlong) * 2);
  205.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  206. gcc -std=gnu99 -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o  -shared -L/usr/lib/jvm/default-java/jre/lib/amd64/server -ljvm -Wl,--export-dynamic -fopenmp  -L/usr/lib/R/lib -lR -lpcre -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n
  207. /usr/lib/jvm/default-java/bin/javac -target 1.6 -source 1.6 -d . ../package-info.java ../RFactor.java ../REXP.java ../RList.java ../Mutex.java ../RVector.java ../RBool.java ../RConsoleOutputStream.java ../RMainLoopCallbacks.java ../Rengine.java
  208. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  209. Note: Some input files use unchecked or unsafe operations.
  210. Note: Recompile with -Xlint:unchecked for details.
  211. 1 warning
  212. /usr/lib/jvm/default-java/bin/jar fc JRI.jar org libjri.so
  213. make[2]: Leaving directory '/tmp/RtmpSZTcGA/R.INSTALL6f756c5c1206/rJava/jri/src'
  214. rm -f libjri.so
  215. cp src/libjri.so libjri.so
  216. /usr/lib/jvm/default-java/bin/javac -target 1.6 -source 1.6 -classpath src/JRI.jar -d examples examples/rtest.java
  217. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  218. Note: examples/rtest.java uses or overrides a deprecated API.
  219. Note: Recompile with -Xlint:deprecation for details.
  220. 1 warning
  221. /usr/lib/jvm/default-java/bin/javac -target 1.6 -source 1.6 -classpath src/JRI.jar -d examples examples/rtest2.java
  222. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  223. Note: examples/rtest2.java uses or overrides a deprecated API.
  224. Note: Recompile with -Xlint:deprecation for details.
  225. 1 warning
  226. make[1]: Leaving directory '/tmp/RtmpSZTcGA/R.INSTALL6f756c5c1206/rJava/jri'
  227. installing via 'install.libs.R' to /home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/rJava
  228. ** R
  229. ** inst
  230. ** preparing package for lazy loading
  231. ** help
  232. *** installing help indices
  233. ** building package indices
  234. ** testing if installed package can be loaded
  235. * DONE (rJava)
  236. ERROR: dependency ‘nloptr’ is not available for package ‘lme4’
  237. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/lme4’
  238. Warning in install.packages :
  239.   installation of package ‘lme4’ had non-zero exit status
  240. * installing *source* package ‘RWekajars’ ...
  241. ** package ‘RWekajars’ successfully unpacked and MD5 sums checked
  242. ** R
  243. ** inst
  244. ** preparing package for lazy loading
  245. ** help
  246. No man pages found in package  ‘RWekajars’
  247. *** installing help indices
  248. ** building package indices
  249. ** testing if installed package can be loaded
  250. * DONE (RWekajars)
  251. ERROR: dependencies ‘libcoin’, ‘inum’ are not available for package ‘partykit’
  252. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/partykit’
  253. Warning in install.packages :
  254.   installation of package ‘partykit’ had non-zero exit status
  255. ERROR: dependency ‘lme4’ is not available for package ‘pbkrtest’
  256. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/pbkrtest’
  257. Warning in install.packages :
  258.   installation of package ‘pbkrtest’ had non-zero exit status
  259. * installing *source* package ‘RWeka’ ...
  260. ** package ‘RWeka’ successfully unpacked and MD5 sums checked
  261. ** R
  262. ** inst
  263. ** preparing package for lazy loading
  264. ** help
  265. *** installing help indices
  266. ** building package indices
  267. ** installing vignettes
  268. ** testing if installed package can be loaded
  269. * DONE (RWeka)
  270. ERROR: dependency ‘partykit’ is not available for package ‘psychotree’
  271. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/psychotree’
  272. Warning in install.packages :
  273.   installation of package ‘psychotree’ had non-zero exit status
  274. ERROR: dependency ‘pbkrtest’ is not available for package ‘car’
  275. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/car’
  276. Warning in install.packages :
  277.   installation of package ‘car’ had non-zero exit status
  278. ERROR: dependency ‘car’ is not available for package ‘AER’
  279. * removing ‘/home/ranausman/R/x86_64-pc-linux-gnu-library/3.3/AER’
  280. Warning in install.packages :
  281.   installation of package ‘AER’ had non-zero exit status
  282.  
  283. The downloaded source packages are in
  284.     ‘/tmp/Rtmp9cCiac/downloaded_packages’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement