Displaying 2 results from an estimated 2 matches for "jnwilks".
2008 Sep 01
1
Suspected Bug with " bin/linux/ubuntu dapper/" installation
...ully installed 'Ubuntu-dapper-drake' on previous occaisions using
the same regular installation code.
It seems to me as though 'r-base' is behaving as a wrapper rather tnan a
stand-alone installation binary.
Can you help me with this download/installation please?
John Wilkinson
[jnwilks at btinternet.com]
2007 Oct 17
1
Problem with saving pdf file graphics in R-2.6.0
Hi,
# Example of my problem of saving pdf file graphics in R-2.6.0
> x<-1:10;y<-1:10
> plot(x,y,type="b")
# attempting to save the plot as a *pdf file fails
# and the following error meassge is shown.
Error: Invalid font type
In addition: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
>