Displaying 20 results from an estimated 200 matches similar to: "R-devel Digest, Vol 34, Issue 5"
2005 Dec 04
1
font inclusions in pdf files
I am stumbling into external font issues here and there. I presume using
external lucida fonts is fairly rare, so I am more likely to stumble onto
issues here. (of course, I often think I have stumbled onto bugs/features
that are not.) So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <-
2005 Aug 30
0
TeXtext font encoding?
Dear R wizards:
Has anyone gotten the TeXtext font encoding to work? If I execute:
if (is.null(postscriptFonts()$lucida)) {
luafmfiles <- c("/usr/share/texmf/fonts/afm/yandy/lubright/lbr.afm",
"/usr/share/texmf/fonts/afm/yandy/lubright/lbd.afm",
"/usr/share/texmf/fonts/afm/yandy/lubright/lbi.afm",
2004 Dec 30
0
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
I suspect those aren't the only two. I'll have to make a pass over
Path.cpp to see what was added to the unix version and not to the win32
version.
Henrik Bach wrote:
> Hi Jeff,
>
> We need to get getDirectoryContents and renameFile implemented from
> Unix/Path.cpp in Win32/Path.cpp, otherwise I can't get llvm-ar linked.
>
> Henrik.
>
>
>
2004 Dec 30
2
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
Hi Jeff,
We need to get getDirectoryContents and renameFile implemented from
Unix/Path.cpp in Win32/Path.cpp, otherwise I can't get llvm-ar linked.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day
2004 Dec 31
2
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
Indeed they weren't. It's up to date now.
And now that I've done that I can't help but notice that Path.cpp is
getting very Unix-centric in its interfaces, what with file permission
bits and stuff. This is going to cause problems if and when LLVM is
ported to other operating systems, though I have to admit it's getting
difficult to name viable operating systems it could
2009 Jul 15
1
ghostscript 8.64 errors.
Hello,
To fix some issues in working with gs 8.63 I had to upgrade to 8.64. I build the rpm from ghostscript-8.64-9.fc11.src.rpm. I get the following error when running
gs -q -dSAFER -dNOPAUSE -dBATCH -dUseCropBox -dFirstPage=1 -dLastPage=1 -sOutputFile=/tmp/TIFF-%d.tif -r300 -sDEVICE=tiff12nc foobar.pdf
#
Error: /invalidfont in /findfont
#
Operand stack:
#
2002 Aug 11
4
Wine license issues
> ok,
> This is something I want to ask for some time now :)
> Does this mean that License issues works with wine as it
> works with the Linux kernel?
> The Linux kernel is GPLed, however if a module (driver) is
> dynamic loadable, it can have a proprietary license.
> Is this the way it works with wine? The core (wine itself)
> is LGPL, however its modules (builtin
2007 Sep 20
1
Sweave vignettes and bitmap on windows
During vignette generation on Windows, Sweave seems to clean up before
all graphics files are completely processed. For instance, if tmp.Rnw
is:
\documentclass[12pt]{article}
\begin{document}
<<>>=
bitmap("afile.png")
plot(1:100)
dev.off()
@
\end{document}
Then:
C:\R\tmp>R CMD Sweave tmp.Rnw
Writing to file tmp.tex
Processing code chunks ...
1 : echo term verbatim
2001 Feb 19
1
ghostscript errors
gday R friends,
Since I had random errors with ghostscript 6.01 I thought I'd upgrade.
After upgrading to gs6.5 I've had problems. Originally, gs failed
complaining about lack of "__sysconf" in glibc2.2 so I upgraded glibc. Now I
get this. Note that it used to work with gs6.01.
I realise this is probably a ghostscript problem but you never know...
thanks,
John Strumila
>
2002 May 11
1
Samba + Windos XP/2k + Netbench Problem
Hi all,
there is a problem with the 'Default: nt smb support = yes' option in
smb.conf for at least Samba 2.2.3a and 2.2.4 (on FreeBSD 4.5-STABLE)
when using Netbench 7.0.2 on WXP or W2k clients.
If the client is set to run 2+ Netbench engines (to simulate 2+ real
clients) and 'nt smb support = yes', all but one engine fail pretty
quickly, usually during a movefile oder
2011 Aug 05
2
Issues Building WINE 1.3.25 and 1.3.26 on Aptosid AMD64
Hello, all:
Last week I purchased a new computer that had significantly more RAM than the 3GB my last system had, and as such I moved from the i386 version of Aptosid to the AMD64 version. My new system also has a dedicated video card instead of the integrated graphics my last one had, so I was anxious to get myself set up with Portal and Portal 2.
Upon installing debs for 1.3.25, I found that
2001 Oct 26
0
[RHSA-2001:112-07] Printing exposes system files to reading.
---------------------------------------------------------------------
Red Hat, Inc. Red Hat Security Advisory
Synopsis: Printing exposes system files to reading.
Advisory ID: RHSA-2001:112-07
Issue date: 2001-09-24
Updated on: 2001-10-25
Product: Red Hat Linux
Keywords: Ghostscript lpr LPRng printing
Cross references:
Obsoletes:
2006 May 10
0
Making pdf with HTMLDOC
Hello,
I''m having a problem with HTMLdoc and rails.
I''ve set it up as per
http://wiki.rubyonrails.com/rails/pages/HowtoGeneratePDFs and I''m using
windows and version 1.8.24.
I can make ps files without a problem and I can make pdfs using the
stand alone app, however I can''t get the pdf created in RoR to work.
Loading it into gsviewer I get the error
2001 Nov 05
0
printing with Apple printer driver and ghostscript filter prints final garbage page
Hi,
(now my second problem):
I configured AFPL Ghostscript 7.00 as print filter to my HPDJ640C on Linux RedHat
kernel 2.4.12 and use Samba 2.2.0 to access the printer from Win2K.
On the Win site I tried several driver (currently Apple Color LW 12/660 PS)
but every configuration prints in addition to the correct content an additional
finale page like this:
------------- snip
2005 Aug 22
1
Example in pdf() help file (PR#8083)
The example in the help file for pdf() plots the characters outside
the plotting area in this for loop:
for(i in c(32:255)) {
x <- i
y <- i
points(x, y, pch=i)
}
The following loop seems to be working as intended
for(i in c(32:255)) {
x <- (i-31)%%16
y <- (i-31)%/%16
points(x, y, pch=i)
}
As an extra
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
The following code can be used to convert a 256 color BMP to LSS format for use as a SYSLINUX/ISOLINUX/PXELINUX Splash screen. The bitmap must be LESS than 640 pixels wide (bug) and only uses the first 16 colors. CorelDraw and PhotoShop are good for re-palletizing and dithering.
Paul Shebanow
pshebanow at iqcorp.com
--- Begin Code ---
Type RGBColor4
cBlue As Byte
cGreen As Byte
2005 Nov 30
3
wcmd crashes all the time on the set command.
Below is a crash I get on my gentoo box when I execute
the set command in wcmd. I believe the problem is
caused by wine using the entire enviornment from my
linux machine:
john@jmd0 ~ $ wcmd
WCMD Version 0.17
W:\home\john>set
ALLUSERPROFILE=c:\windows\Profiles\Administrator
ALLUSERSPROFILE=c:\windows\Profiles\Administrator
ANT_HOME=/usr/share/ant-core
CLASSPATH=.
COLORTERM=
2006 Apr 25
1
Another undefined pri_restart failure
Hi:
I upgraded SuSE to 10 and Asterisk to trunk and now
after deleting all modules and previously compiled
stuff and recompiling asterisk, zaptel, and libpri, I
get this failure of asterisk to start:
[pbx_realtime.so]Apr 25 03:36:41 WARNING[8269]:
loader.c:726 __load_resource: new style
pbx_realtime.so (0x31) loaded RTLD_LOCAL
=> (Realtime Switch)
[chan_mgcp.so]Apr 25 03:36:41
2005 Jan 27
2
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
>From: Jeff Cohen Date: Wed, 26 Jan 2005 19:47:44 -0800
>
>Fixed.
Yes, now it isn't the path.
I've recorded this trace:
-------------------------
llvm[3]: Building Debug Bytecode Archive libc.bca
/bin/rm -f /C/projects/build/MinGW/llvm-4-1/Debug/lib/libc.bca
/C/projects/build/MinGW/llvm-4-1/Debug/bin/llvm-ar rcsf
/C/projects/build/MinGW/llvm-4-1/Debug/lib/libc.bca
2004 Dec 31
0
[LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
On Thu, 2004-12-30 at 20:46, Jeff Cohen wrote:
> And now that I've done that I can't help but notice that Path.cpp is
> getting very Unix-centric in its interfaces, what with file permission
> bits and stuff. This is going to cause problems if and when LLVM is
> ported to other operating systems, though I have to admit it's getting
> difficult to name viable