Displaying 20 results from an estimated 2000 matches similar to: "possible bug in tools:::getRemotePkgDepends ?"
2006 Dec 25
0
No fonts in graphics using GDD
I have problem to have fonts in graphics using GDD.
R version: R 2.2.1 (2005-12-20).
GDD version: GDD_0.1-8.tar.gz
Platform: Linux 2.6.17-gentoo-r8 #2 SMP Sat Nov 4 21:16:47 EST 2006 i686 
Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
I have configured the basefont.mapping file accordingly to the path of the 
font on my computer:
base.norm:/usr/share/fonts/corefonts/arial.ttf
2009 Nov 28
2
Orphaned R Packages (maybe this is too inside baseball?)
How do the R "powers that be" handle packages that are orphaned from CRAN?  
Recently, I was looking for a function either part of the base functionality or an add-on package that mimicked the "poly" functionality from Octave (http://n4.nabble.com/Re-R-function-that-duplicates-Octave-s-poly-function-td901174.html) 
Based on that post a helpful R user  strongly  encouraged me
2007 Nov 20
0
Problems with fonts on linux using GDD
Hi
Apologies for this question.
I have read the help for GDD and font mapping, and it tells me that the
config file, /usr/lib/R/library/GDD/fonts/basefont.mapping is
responsible for mapping fonts to the GDD library.
However:
> .GDD.font()
[1] "/usr/X11R6/lib/X11/fonts/Type1/l048013t.afm"
[2] "/usr/X11R6/lib/X11/fonts/Type1/l048016t.afm"
[3]
2006 Jun 04
1
Problems using lwd in GDD
hi
I'm using the GDD package (in a 64bits fedora machine using R 2.3.0) to save
in a png file some plots and i noticed that changing the lwd parameter does
not change my line width
I tried the same script in a Windows based R (2.2.1 r36812), using no GDD,
and it worked.
Does anybody has a clue?
My testing script is something dumb like this:
library(GDD)
GDD("pres24.png",
2011 Mar 20
1
Finding Imported Packages
Is there a function similar to pkgDepends() that returns the packages that a particular package imports or imports from?  I believe I can get this information from the matrix returned from installed.packages() but something like pkgDepends() would be more convenient.
I did not find anything useful in my search of the R-help archives (my search string may have been poorly chosen), my use of
2001 Nov 20
3
dir list behavior differences?
Hello,
I have set up an anonymous rsync server
that seems to work as expected.  However
when I try to access the server from several
other unix boxes using rsync with a command 
like this;
rsync netlib3.cs.utk.edu::netlib
I get the motd and then a line that states
client: nothing to do
Now I would expect this to give me a directory
listing.  I do get the directory listing as
expected when
2006 Apr 12
1
using GDD fonts
Hi
I was searching for some X replacement for my job in R and i found the GDD
I installed it and I match all the system requirements. My problem
(maybe a dumb one) is that every plot comes with no font and i cant
find a simgle example of a plot WITH FONT DETAIL in the list
can anybody help me?
a simple example:
library(GDD)
GDD("something.png", type="png", width = 700,
2006 Jun 25
0
Fighting with GDD & lwd
I succeeded in compiling and installing the GDD package under my FreeBSD 6.1 
box after eliminating 
ifdef DEBUG
? ?PKG_CFLAGS+=-DJGD_DEBUG
endif
in Makevars.in
Now, with the following code
..............................................
grafico1<- function() {
  plot(1:length(tabella[,1]),tabella[,2],ylim=c(Ymin,Ymax),type="h", 
   
2006 Nov 03
1
R CMD BATCH: unable to start device PNG
And on that note, here is a function that I use to get around it:
 
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Jeffrey Horner
Sent: Friday, November 03, 2006 10:01 AM
To: ryszard.czerminski at novartis.com
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] R CMD BATCH: unable to start device PNG
ryszard.czerminski
2016 Feb 13
0
Deprecating old pkgDepends(), package.dependencies() in tools
We will deprecate the functions pkgDepends(), package.dependencies() 
and 2-3 less prominent ones from package tools, 
in R's development version (short "R-devel"), i.e., the one that
will probably become R 3.3.0 sometime in April. 
Instead,  package_dependencies() should be used, possibly after
non-default use of available.packages() to be used as argument
'db', i.e.,
2008 Jan 11
0
cairo and rapache [was: Weird errors on MAC OS X Leopard when using Cairo/GDD through Rserve]
Charles, Greg,
the problem is that Apple's  FreeType on Leopard uses CF calls (albeit  
just to get files), so it breaks on fork. (The message is moot,  
because the whole point of using fork is to *not* use exec).
In any case the solution is to compile your own version of freetype,  
fontconfig and cairo without any CF or Carbon API. Fortunately most  
recent versions of FreeType will do so
2007 Nov 22
1
Package specific dependencies...
Hi,
I noticed recently when installing the GDD package for R under
GNU/Linux that it required the gd library (http://libgd.org/) for
generating graphics.
The resolution of this was to simply install the library on my system,
and then GDD successfully installed without any complaints.
However, the variant of GNU/Linux that I use is Gentoo, so I filed a
bug requesting that a USE flag be set for
2011 Apr 17
1
Samba AD member and connections from non-AD systems
Hi - I've scoured the mailing list archives as well as other help sources online and haven't figured out what my problem is or what I'm doing wrong. Any help would be greatly appreciated.
Scenario:
I have a samba 3.5.5 server running on CentOS 5.5. This system is a member of an Active Directory domain. FYI, I am not the domain administrator, but I am an OU admin and can create
2006 Feb 11
1
Errors using update.packages()
When trying to update packages after the sysadmin updated R on my unix box 
I got errors on some packages. For example for chron:
* DONE (chron)
mkdir: cannot create directory `/usr/lib/R/library/00LOCK': Permission 
denied
ERROR: failed to lock directory '/usr/lib/R/library' for modifying
I got similar messages for spatial and cluster and warnings for other 
packages. Finally I got:
2006 Dec 26
1
Colored Dendrogram
Hi all,
I am a real novice to R. :)
I am struggling with a problem for generating colored dendrogram. I have
searched the R list and complied/collected a R code which can generated a
colored dendrogram based on the rainbow color and 4x4 similarity matrix (say
matrix:m).
In this dendrogram, each leaf is colored differently. But, I do not want the
leaf colored on a random basis. I want to assign
2008 Apr 09
1
Updating packages after install of r-base 2.6.2: cant update rgl
Hi
I just upgraded my R from stabel/etch from 2.4.x to 2.6.2 via
sudo apt-get install r-base
which worked fine, installing all dependencies
 From R, as root, I did
update.packages()
but a number of packages packages failed to install, either for missing 
gfortran
or missing dependencies.
Warning messages:
1: In install.packages(update[instlib == l, "Package"], l, contriburl = 
2009 Feb 12
2
SAS Institute Adding Support for R
Hi Folks,
 
SAS Institute is adding official support for R:
http://support.sas.com/rnd/app/studio/Rinterface2.html 
 
Cheers,
Bob
 
=========================================================
Bob Muenchen (pronounced Min'-chen), 
Manager, Research Computing Support 
U of TN Office of Information Technology
Stokely Management Center, Suite 200
916 Volunteer Blvd., Knoxville, TN
2009 Sep 22
1
rgl, openmesa, nvidia. Oh my!
I've caused a new problem for myself.  I wonder if you have seen it.
On Ubuntu 9.04 I had a lot of hangs with the nvidia packages and so I
updated to the 185 edition on this website:
https://launchpad.net/~nvidia-vdpau/+archive/ppa
The video drivers are much better!  However, I notice now I don't have
all of the working pieces of the X11/openGL development toolkit in
order to compile R
2005 Dec 09
1
local source packages install from within R session - cross-platform
I realize that others have struggled with this issue...i.e. 
http://tolstoy.newcastle.edu.au/~rking/R/help/05/01/9826.html
i am on os.x 10.4 w/ R2.2, and am (perhaps foolishly) also on this quest...
i would like to be able to install downloaded source (tar.gz'd) files from 
within an R session, and have it work in a X-platform way..i am often not 
connected to the internet and have libraries
2004 Oct 22
2
install.packages question / suggestion
Hello,
when trying to write an R-file, which automatically installs and updates a 
given list of packages, I had two problems with install.packages()
1) install.packages("<package>") will install <package>, no matter if 
   <package> has already been installed.
2) the readline() at the end of install.packages, which asks the user, if 
   the downloaded files should be