search for: install_package_indices

Displaying 4 results from an estimated 4 matches for "install_package_indices".

2010 Nov 09
1
R-2.12.0 problem on Solaris 10
..."") .Internal(seterrmessage(msg[1L])) if (!silent && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error"))}) 29: try(.install_package_indices(".", instdir)) 30: do_install_source(pkg_name, instdir, pkg, desc) 31: do_install(pkg) 32: tools:::.install_packages() aborting ... Segmentation Fault - core dumped The downloaded packages are in '/tmp/RtmpVwIBsr/downloaded_packages' Updating HTML index of packages in ...
2006 Jan 09
2
Problem installing from source: no CONTENTS files
...pper could be used? If not, a different error message would be handy. I don't understand enough about makefiles to suggest a patch, unfortunately. indices: @$(ECHO) " installing indices" @$(ECHO) "invisible(.libPaths(c(.Library,\"$(RLIB)\", .libPaths()))); tools:::.install_package_indices('.', '"$(DPKG)"')" | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C R_OSTYPE=windows $(REXE) > /dev/null # need not have HTML installed when building packages @$(MKDIR) -p $(RHOME)/doc/html/search @$(CAT) $(RHOME)/library/*/CONTENTS > $(RHOME)/doc/html/search/index...
2005 Mar 30
1
Installing GO 1.7.0
.../tmp/R-GO-1.7.0-1-root-root/us 8364 ? S 0:00 8421 pts/5 D+ 1:11 /usr/lib/R/bin/exec/R --vanilla When I kill the 8421 process, I get: /usr/lib/R/bin/INSTALL: line 381: 8088 Done echo "invisible(.libPaths(c(\"${lib}\", .libPaths()))); tools:::.install_package_indices(\".\", \"${R_PACKAGE_DIR}\")" 8089 Killed | R_DEFAULT_PACKAGES=NULL LANG=C "${R_EXE}" --vanilla >/dev/null ERROR: installing package indices failed I let this run for over 6 hours, and it didn't seem to complete (or make any changes)...
2016 Jan 04
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
The bulk is on my forums - the final post for today is: Results to date: A. It looks like I am going to need a newer compiler for C - xlc/xlC V11 apparently does not understand this code: "/data/prj/cran/R-3.2.3/src/main/memory.c", line 2149.31: 1506-046 (S) Syntax error. I will have to check if R-devel has different code before asking for assistence. +2139 #ifdef