Displaying 7 results from an estimated 7 matches similar to: "R-beta: Printing documentation for R and all packages installed"
2006 Jan 26
1
Using special characters
Dear R users
I'm having problems in putting special characters (like 佱, 併, 佺 ) in my plots, as much in titles, as in axis names, as in legend...when I save them as a pdf document. They don't appear...
I don't know if it is because I'm using a linux platform...
The script is the following:
library(grDevices) jpeg(file="Fronteira/FronteiraNova.jpeg",
2010 Mar 11
1
Plugin like zlib
Hi everyone.
I rebuild a plugin, based on zlib plugin.
The changes between this plugin and zlib, is the zlib stuffs is replaced by
open, read, lseek, close.
With "plain-text" files, its works ok.
So, my file is encrypt, and the result from decrypt file is different from
fread.
Like zlib, i read from fread the size variable, but the value added in
seek_offset and pos is the result from
2016 Aug 07
0
Proper XML for compareCPU method
All -
What is the proper XML to supply to the Python Connections compareCPU
method? I have looked at the cpu_map.xml file and I believe I have the
proper XML configured but the method always throws an exception with a
missing CPU architecture error. Here is the code.
from __future__ import print_function
import sys
import libvirt
conn = libvirt.open('qemu:///system')
if conn == None:
2006 Mar 14
1
Using up2date to download channels on rhn
Hi all,
i have a problem with centos's up2date tool. I have setup a central
update server with yam (http://dag.wieers.com/home-made/yam/) under
CentOS-4. When yam calls t up2date to download updates, up2date returns
this error:
Traceback (most recent call last):
File "/usr/bin/yam", line 1099, in ?
main()
File "/usr/bin/yam", line 983, in main
2017 Apr 13
0
Wine release 2.6
The Wine development release 2.6 is now available.
What's new in this release (see below for details):
- Multi-threaded command stream in Direct3D.
- More Shader Model 5 instructions.
- More support for 3D textures.
- Better font transformations in DirectWrite.
- Various bug fixes.
The source is available from the following locations:
1998 Sep 10
1
R-beta: LaTeX documentation
I have compiled and installed 0.62.3 on Solaris and would
appreciate help on how can print LaTeX versions of manual files.
Previously it was possible to have full LaTeX documentation, now
it is not obvious to me how to do this.
A. Jan Kutylowskio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2007 Apr 09
11
Issues with Puppet on FreeBSD / Creating a Recipe
Hi,
I am running an environment with 15 FreeBSD servers on which I want to
maintain ports, rc.conf settings, and assorted configuration in
/usr/local/etc/. Looked around the existing Puppet docs, I got a
puppetmaster and a test client to work and install a package as
specified in the site manifest. This is very basic but awesome!
I want to create a puppet FreeBSD HowTo that addresses a