Displaying 20 results from an estimated 1000 matches similar to: "R-beta: R binaries for NEXTSTEP (I386 and M68k) on CRAN"
1997 Apr 24
0
R-beta: Device: PostScript v. 0.49
On Wed, 23 Apr 1997, Janusz Kawczak Wrote:
>I have a problem with opening the postscript device in the newly
>compiled R (v. 0.49). This problem was not present in 0.16.1 version.
>
>After entering:
><R>postscript("try.ps")
>I get:
>Error in device("postscript", as.character(c(file, paper, family, bg, : unable
>to start device postscript
>
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
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 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
2001 Mar 25
2
Bug in bsd-waitpid.c and bsd-nextstep.c
Hi!
The handling of the "status" information in bsd-waitpid.c and bsd-nextstep.c
seems to be bit odd. Patch attached.
Best regards,
Lutz
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz
2003 Sep 22
1
openssh on NeXTstep
Hi all,
I've been running OpenSSH portable on NeXTstep 3.3 since version
2.5.something with no/little problems. 3.7.1p1 still compiles fine but
sshd hangs at startup. I've tried to debug it but when stepping through
sshd using gdb it segfaults in mysignal in bsd-misc.c instead of hanging.
Before I dig any deeper into this I'd like to know if there's anybody else
running
1997 Oct 07
0
SAMBA on NeXTstep 4.2
Dear sir or ma'am:
I was wondering if you could send me any information on
installing the SAMBA protocol on a NeXTstep 4.2 system. Thank
you.
Edwin Choi
edwinc@uclink4.berkeley.edu
2002 Apr 05
0
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|mouring at eviladmin.org
Status|REOPENED |NEW
------- Additional Comments From mouring at
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
2017 Dec 11
1
OT -- isotonic regression subject to bound constraints.
Well, I could argue that it's not *completely* OT since my question is
motivated by an enquiry that I received in respect of a CRAN package
"Iso" that I wrote and maintain.
The question is this: Given observations y_1, ..., y_n, what is the
solution to the problem:
minimise \sum_{i=1}^n (y_i - y_i^*)^2
with respect to y_1^*, ..., y_n^* subject to the "isotonic"
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
2001 Feb 12
1
openssh bugs in snapshot for nextstep (fwd)
I was sent this from Mark Miller. Should we be using MAXPATHLEN
instead of PATH_MAX in the upstream tree? Not all systems define
PATH_MAX.
- Ben
--- sftp-int.c.orig Sat Feb 10 13:56:08 2001
+++ sftp-int.c Sun Feb 11 23:33:26 2001
@@ -435,5 +435,5 @@
unsigned long n_arg;
Attrib a, *aa;
- char path_buf[PATH_MAX];
+ char path_buf[MAXPATHLEN];
path1 =
2002 Jan 14
4
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60
------- Additional Comments From djm at mindrot.org 2002-01-14 19:28 -------
Why / where is this needed? Can you show an example of a failed build. This may
be an autoconf bug.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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
2008 May 02
0
isotonic/ordered heterogeneity tests
dear R-help:
one of my students is struggling to test an ordered alternative
hypothesis on a set of groups (e.g., mu_a <= mu_b <= mu_c).
There has been some literature on this topic -- a lot of
this goes back to Bartholomew (1961); Gaines and Rice
(see refs below) are the ones who've popularized it in the
ecology community. The topic is closely related to isotonic regression,
but
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
2003 Nov 01
0
html glitches with help?
Looking at the html generated help pages for a package I'm working on, I
noticed a couple of things that looked a little funny. I suspect they
are general features of the html for R (I don't usually look at it).
First is a problem of vertical alignment in tables. The first column
consistently aligned vertically *below* the alignment line of the bottom
line of the second column. This was