Displaying 6 results from an estimated 6 matches for "do_install_source".
Did you mean:
__install_source
2010 Nov 09
1
R-2.12.0 problem on Solaris 10
...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 '.Library'
Warning message:
In install.pac...
2006 Jul 10
1
Add .git to SCM excludes for build and INSTALL scripts
...e support to R CMD build and INSTALL so
that the .git subdir of an R package is handled appropriately.
Here is a possible patch:
diff --git a/src/scripts/INSTALL.in b/src/scripts/INSTALL.in
index 75da9db..09e5ab5 100644
--- a/src/scripts/INSTALL.in
+++ b/src/scripts/INSTALL.in
@@ -863,7 +863,7 @@ do_install_source () {
## When installing from a source directory under version control, we
## should really exclude the subdirs CVS, .svn (Subversion) and
## .arch-ids (arch).
- for d in CVS .svn .arch-ids; do
+ for d in CVS .svn .arch-ids .git; do
find "${R_PACKAGE_DIR}" -name ${d} -type...
2011 Jan 27
0
Problems installing gputools
...(getOption("show.error.messages"), TRUE)) { cat(msg, file =
stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg,
class = "try-error"))})
16: try(suppressPackageStartupMessages(library(pkg_name, lib.loc = lib,
character.only = TRUE, logical.return = TRUE)))
17: do_install_source(pkg_name, instdir, pkg, desc)
18: do_install(pkg)
19: tools:::.install_packages()
aborting ...
/usr/local/lib64/R/bin/INSTALL: line 34: 26393 Done echo
'tools:::.install_packages()'
26394 Segmentation fault (core dumped) | R_DEFAULT_PACKAGES=
LC_COLLATE=C "${R_HOME}/bin/R" $myArgs...
2018 Apr 12
1
WGCNA package installation segmentation fault
...failed
* removing ?/mnt/mfs/cluster/bin/R-3.4/library/WGCNA?
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: q("no", status = status, runLast = FALSE)
2: do_exit(status = status)
3: do_exit_on_error()
4: errmsg("loading failed")
5: do_install_source(pkg_name, instdir, pkg, desc)
6: do_install(pkg)
7: tools:::.install_packages()
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
The downloaded source packages are in
?/tmp/RtmpQ3mLx7/downloaded_packages?
Updating HTML index of packages in '.Library'
Maki...
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
2011 May 23
3
RGL package installation problem on Centos
Dear R users,
I have installed the latest version of R from source on Centos (using
configure and make install).
This seemed to work fine, with no Errors reported and R at the command line
starts R.
However, if I try and installed the package rgl using;
install.packages("rgl")
I get the following error;
installing to /usr/local/lib64/R/library/rgl/libs
** R
** demo
** inst
** preparing