similar to: R-beta: Device: PostScript v. 0.49

Displaying 20 results from an estimated 1000 matches similar to: "R-beta: Device: PostScript v. 0.49"

1997 Sep 15
0
R-beta: R binaries for NEXTSTEP (I386 and M68k) on CRAN
Binary distributions of R-0.49 for NEXTSTEP (Intel and M68k) are now available on CRAN: http://www.ci.tuwien.ac.at/R/bin/i386-nextstep/R.0.49.I.b.tar.gz http://www.ci.tuwien.ac.at/R/bin/m68k-nextstep/R.0.49.N.b.tar.gz Because NEXTSTEP doesn't support dynamic loading, I've compiled in a number of additional functions (mostly from the user contributed section of CRAN) which I find
1997 Jun 07
1
R-beta: Encapsulated Postscript output with R-0.49
I've noticed that the postscript files produced by R-0.49 come up inverted in my postscript previewer. Also, they do not behave like encapsulated postscript files so they can't be imported into LaTeX documents. If I remove lines with page-oriented commands like "%%Page", "%%Orientation", "\bp" and "\ep", the resulting files seem to behave like
2002 Apr 05
1
randomForest() segfaults under Solaris(SPARC) 2.7
Invocation of randomForest() using the iris example in the help file crashes R with a segmentation fault. This happens on all of our ultraSPARC machines running Solaris 2.7. We're using R-1.4.1, compiled using Sun cc and f77 and the flags: CC=cc CFLAGS="-xO5 -xlibmil -dalign" FC=f77 FFLAGS="-xO5 -xlibmil -dalign" "make check" runs withour errors, and R has been
2002 Jun 11
0
compiling 1.5.0 under Solaris 2.7 with Sun C and FORTRAN and gcc C++
For disk space reasons, I have the Sun FORTRAN and C comiplers available, but not C++. In the past, I have successfully built R using these compliers along with the C++ provided by gcc. Now, the configure script in 1.5.0 fails with the following errors: checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries... -L/usr/local/lib -R/opt/SUNWspro/lib
1998 Jun 06
0
Strange Error on AIX
>>>>> "Janusz" == Janusz Kawczak <jkawczak@fisher.stats.uwo.ca> writes: [You wrote to "owner-r-help@...." -- that's just me (MM); why did you not use the mailing list ? (R-devel or R-help)] Janusz> Hello, I am getting this 'strange' message when running the R Janusz> program on AIX 4.2.1. I have not had any problems with the
2001 Aug 08
1
Package for variable clustering
Dear R users: is there a package, similar to varclus in SAS or varclus in S, ported or written for R? Also, is there any other package in R that was designed for grouping the variables under different measures of distance (in cases where data is non-Gaussian, autocorrelated, and so on). Janusz. -- ** Janusz Kawczak ** ** UNC at Charlotte,
2001 Nov 28
0
Similar to NUOPT package in R
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] > On Wed, 28 Nov 2001, Janusz Kawczak wrote: > > > R-users and R-developers: > > > > do you know of any package in R (or for R) that can perform optimizations > > for a linear and non-linear systems? I am aware of the NUOPT module in > > S-Plus that provides an optimizer engine to do just that and more.
2004 May 21
2
Re: Windows versus Unix packages in CRAN ...
Janusz Kawczak wrote: > You simply need to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. I think people have been more than a little disingenuous in claiming that getting the Rmetrics package to go under Linux is transparent. If you have to dig into the
2004 May 23
0
Re: Windows versus Unix packages in CRAN ...
Concerning the Rmetrics packages, (1) There is a _much_ better thing to do than >simply ... to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. as Janusz Kawczak suggests, and that is to *wrap* the troublesome code in if
2002 Nov 27
0
Job Posting in Biostatistics/Statistics
This may be of interest to some of you. Janusz Kawczak. Associate Professor in Biostatistics or Statistics The Department of Mathematics is soliciting applications for the tenure track position of Associate Professorship in BioStatistics or Applied Statistics, beginning August 2003. Demonstrated prior experience in multidisciplinary medical or health related funded research is required. Expected
2003 Oct 15
2
Solaris 2.9
I've compiled the 1.8.0 R on Solaris 2.9 and when trying to use plot command I get the Bus error and a core dump. Anybody experienced something like this? If yes, what should I patch? Janusz. [[alternative HTML version deleted]]
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I and Janusz Kawczak recently reported here. Heiner had found out earlier that there was a problem with the 'finite' c-library function [Heiner's test code see below] when gcc (and older versions of xlc) is used. He also found that instead, AIX defines a FINITE(.) macro itself in fp.h and that this would work in any case.
2005 Aug 18
2
Use of contains in S4 classes
setClass("B", representation=representation("B", extra="numeric)) setClass("B", representation=representation(extra="numeric"), contains="B") Are these the same? If not, how do they differ? What about setClass("B", representation=representation("B", extra="numeric"), contains="B") ? As far as I can
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with subfolders. When I'm moving subfolder with other subfolders is moving only main subfolder, without subfolders, example : mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep -e "janusz|jarek" ./jarek ./jarek/dbox-Mails ./jarek/dbox-Mails/dovecot.index.log ./jarek/jarek2 ./jarek/jarek2/dbox-Mails
2005 Jun 02
1
Too generic with S4 methods?
I tried the following (relevant excerpt only) setMethod("likelihood", signature(spec="Specification", covs="vector", states="vector"), function(spec, covs, states) { #### setMethod("likelihood", signature(model="Model", path="matrix"), function(model, path) { This
2004 Feb 07
2
R does in memory analysis only?
I wonder if someone would confirm something I'm 99% sure of from the docs and discussion on the list, but can't find stated explicitly: R works only on problems that fit into (real or virtual) memory. Thus, even if you have a problem (e.g., simple regression) that could be solved by doing some operation on each row of a dataset at a time, you can't solve it unless the entire dataset
2004 Nov 09
0
Is nesting {} inside \eqn OK?
I'm seeing various things fail when I try to next braces inside \eqn. This source \eqn{{\bf\beta}_j}{b(j)} is the vector produces this error ---------------------------------------------- [4] ! Missing $ inserted. <inserted text> $ l.258 \eqn{{\bf\beta}_j}{\bf\beta}_ j{{b(j)} is the vector of coefficients fo... I've inserted a
2003 Sep 12
1
glitch in terms documentation (PR#4146)
These are two small items that caught my eye. I'm looking at the R 1.7.1 2003-06-16 pdf reference manual. There are several refences to terms.default (e.g., p. 711, 712) but no definitions of it. I'm guessing this means terms, but it's a little puzzling. Also, the desription of terms.object does not mention that the "variables" attribute is actually a list of
2003 May 06
1
Seeking packaging advice
I have 3 questions about creating a package for R, and would appreciate any guidance. 1. Demonstrating the packaged code requires some support code files. It would seem natural to put these in the demo directory, but "Writing R extensions" says files in demo should be suitable for runing from demo(). The support files are not intended to be run from the top level. How should I handle
2003 May 19
0
R CMD check creates a syntax error
Using R Version 1.6.2 (2003-01-10) I did R CMD check. The package I was checking includes an .Rd file with an example. My package test directory included a file foo-Ex.R whose first line was WARNING: ignoring environment value of R_HOME There are some problems with this: 1. R_HOME is not set. 2. The line is a syntax error, causing the test to fail. Furthermore, I got this warning message a