-
From: jeff gove
I ran into a problem with R crashing when a certain number of
transparent objects (e.g., symbols) are sent to a PDF output device.
This has happened on R 2.71, 2.7.2 (Fedora 8 an…
-
Building R-3.0.3 on OS X with various dependencies supplied by fink (the /sw paths), I get linker calls such as:
gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_mod…
-
Created attachment 1653 [details]
Diff adding a line to look up LDFLAGS in Makeconf to config
When running R's config script to discover compilation flags ('R CMD config --ldflags') is returns MAIN_L…
-
From: james@
Full_Name: James Howison
Version: 2.9.2
OS: Mac OS X 10.5.8
Submission from: (NULL) (128.2.222.163)
For quite a while now I have been unable to use Package Manager to install
programs. …
-
I'm trying to run a simple R script on an Ubuntu virtual machine (with Oracle Virtual Box). Whenever I try to use the date formatting function as.POSIXct, I get a buffer overflow error (see example be…
-
Currently, if one tries to build R on Solaris, it fails with:
Undefined first referenced
symbol in file
uiter_setUTF8 libR.a(u…
-
Hi ,
I have developed a project which utilizes R from C . We are calling libR and follow the instruction :
PROTECT(tmp = mkString(prog));
PROTECT(e = R_ParseVector(tmp, -1, &status,R_NilValue));
…
-
An attempt to build R-2.12.2 on Gentoo Linux PowerPC-32
failed with these errors:
gcc -std=gnu99 -Wl,--export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -o R.bin Rmain.o libR.a -L../../lib…
-
When using this repository to generate an UUID on Doctrine entities, I encounter the following error:
```
In Uuid.php line 101:
…
-
Hi,
I just tried to compile the last commit (56713c0), but the build fails:
```-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C …