Displaying 20 results from an estimated 800 matches similar to: "version stamp details missing on current checkout"
2007 Jul 21
2
X11() dies in remote background
this is not a problem with R but a request for related advice.
i am trying to run a lengthy batch job from my home.
the OS is ...
Linux jedi.bwh.harvard.edu 2.4.22-openmosix1smp #1 SMP Fri Sep 5 01:05:37 CEST
2003 i686 athlon i386 GNU/Linux
i start the job and put it in the background. while i am connected, all is
well. eventually my ISP shuts down the connection if i do not do any
input.
2002 Nov 05
2
active pdf/annotated visualization RFC
How can R users take advantage of the "active PDF" paradigm
for annotation of statistical graphics? The basic objective
is to take a small number of locations on a graph and
hyperlink them -- add persistent information to the pdf
rendering of the graph so that when the user clicks
on the location, a browser is (started if necessary and) pointed
to a URL specified by the persistent
2002 Dec 05
1
R configure fails on solaris: configure:12951: error: cannot compute sizeof (int), 77
i do not have access to the solaris machine on which
this error is occuring, the info is coming
to me via email.
any advice on how to get R 1.6.1 built in the face of
configure:12951: error: cannot compute sizeof (int), 77
would be appreciated.
here are some snippets from the config.log
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = opus
uname -m = sun4u
uname
2004 Aug 30
1
can't build recent checkout of r-devel: tools invalid package
subsequent to a fresh svn checkout, configure, make:
make[5]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src'
make[4]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src'
Error in loadNamespace(package, lib.loc, keep.source, TRUE, TRUE) :
'tools' is not a valid package -- installed < 2.0.0?
Execution halted
make[3]: *** [all] Error 1
make[3]:
2002 Jan 02
0
comparative rendering of modeling outputs
This note is to r-devel rather than r-announce because it
notes an experimental package that addresses issues that
intersect with broader developmental issues in R.
I have posted the package
cremo = Comparative REndering of Modeling Outputs
for retrival at
http://www.biostat.harvard.edu/~carey/cremo.html
This package addresses the problem of assembling and
rendering results of multiple
2005 Dec 15
3
Name conflict between Epi and ROC packages
The name conflicts in Epi and ROC packages (2 'ROC' functions are the
problem) cause the following code
to work once, but not twice:
library(MASS); data(cats);
x = cats[,2]
y = ifelse(cats[,1]=='F',0,1)
library(Epi); ROC(x,y,grid=0)$AUC
library(ROC); AUC(rocdemo.sca(y, x, dxrule.sca))
What is the standard way of resolving name conflicts? Ask maintainers to
resolve
2008 Nov 24
1
FW: read.ssd
Did not seem to reach Saikat DebRoy, this might be the forum.
Bendix
-----Original Message-----
From: BXC (Bendix Carstensen)
Sent: 24. november 2008 15:00
To: 'saikat at stat.wisc.edu'; 'stvjc at channing.harvard.edu'
Subject: read.ssd
It's always annoyed me that that read.ssd crashed on datasets with long variable names, but the other day a collegue of mine pointed out to
2002 Jul 16
1
methods: representation gives "unused arguments" on failure (PR#1796)
Full_Name: Markus Jantti
Version: 1.5.1
OS: GNU/Linux Unstable (Sid)
Submission from: (NULL) (193.166.59.44)
I was trying to get the package yags 3.20 by Vince Carey
<stvjc@channing.harvard.edu>
to run, but - after successfull installation -- loading the library failed with
the
message
> library(yags)
Error in stop(paste("Duplicated slot names: ", paste(slots[duplicated(slo
2013 Feb 22
1
Issues with installing RBGL package
Hi all,
I was installing a package *RBGL* of bioconductor. However, I had some
issues while installing it. I asked the devel group of bioconductor and
they told me to consult this group. Here is my conversation with the
bioconductor group related to the problem
*Me->*
I was trying to install the RBGL package using the following command
biocLite("RBGL")
However, I got the
2001 Mar 30
0
Re: [Omega-bugs] RSMethods pkg causes data.frame misbehavior in R
Right. The methods such as as.data.frame.numeric don't get
dispatched, basically because RSMethods tries to interpret class(x) in
the S4 sense (so, e.g. a numeric vector has class "numeric").
Problems can then come from different semantics for S3-style and
S4-style methods. The older methods don't dispatch on the mode of
vectors (or equivalently, on the value of
2006 Sep 29
1
Loading rgdal library
I am trying to load the rgdal library in Mac OS X 10.4.7 (pismo g3
500 mhz).
I already loaded sp and compiled rgdal successfully, such that rgdal
shows up in the package manager GUI. But when I try to load rgdal, I
get the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/Users/rhead/Library/R/library/rgdal/
2006 Jan 27
6
Switchtower deploy error
I''m trying to deploy a rails app with no success.
I can execute: ''rake remote_exec ACTION=setup''
but when I try to execute : ''rake deploy''
I got this error:
loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0
/lib/switchtower/recipes/standard.rb
loading configuration ./config/deploy.rb
executing task deploy
transaction: start
2006 Jun 01
2
Capistrano: update_code - "No such file or directory" -
Hi folks,
I''ve been staring at this one for far too long. I''m using Windows SVN
client + Capistrano to deploy rails app to my hosted server. I can''t
seem to get a single successful deployment. I keep getting this "No
such file or directory - svn log -q -rhead
http://myhost.com/svn/spclient/trunk " . I run this svn command from
the cmd prompt and it
2002 Sep 09
1
2002-09-08 1.6.0 build fails in Recommended (PR#1995)
<<insert bug report here>>
in src/library/Recommended, make yields
make: *** No rule to make target `survival.ts', needed by `all'. Stop.
this kills the build. but "make check" succeeds
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status = Under development
2019 Jun 12
2
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
Hi,
Thanks for the input. In my ptr_test.O1.ll, the two loops should fall into
the last case due to loop rotations. And I think we should handle that case.
I propose to check the dominance relation between loop predecessor blocks
of the two loops if there is no dominance relation between their loop
headers just like case three. The only thing I'm not pretty sure is that is
there guarantee to
2002 Aug 25
1
library(file) segfaults on solaris (PR#1942)
luke's demonstration of external references, at
www.stat.umn.edu/~luke/file_0.0-0.tar.gz
(accessible through the developer page) causes
a segfault on solaris 2.8 as soon as library(file)
is attempted. it runs fine on RH 7.2. the segfault
on solaris occured for R 1.5.1 and 1.6 (8-25 image)
a quick poke at gdb (which i can only get running
for R 1.6, though this bug report is for 1.5.1)
2019 Jun 11
3
[RFC][SCEV] Behavior of AddRec in CompareSCEVComplexity
Hi,
Recently I got a crash when I tried to analysis a program with ScalarEvolution AliasAnalysis(SCEV-AA for short). It turns out to be a (possibly) incorrect assertion inside the CompareSCEVComplexity routine.
The simplest solution would be just remove that assertion but I also found that the surrounding logics on calculating SCEV cost seems to be incorrect either. Thus I want to discuss with
2007 May 21
1
list element names in S4 class extending list
can list names attributes be preserved through S4
class containment? seems to be so but only if the containment
relationship is direct ... see below.
> setClass("c1", contains="list")
[1] "c1"
> l1 = list(a=1, b=2)
> o1 = new("c1", l1)
> names(o1) # pleasant surprise
[1] "a" "b"
> setClass("c2",
2002 Jul 17
0
methods: representation gives "unused arguments" on failure (PR#1799)
markus.jantti@iki.fi wrote:
>
> Full_Name: Markus Jantti
> Version: 1.5.1
> OS: GNU/Linux Unstable (Sid)
> Submission from: (NULL) (193.166.59.44)
>
> I was trying to get the package yags 3.20 by Vince Carey
> <stvjc@channing.harvard.edu>
> to run, but - after successfull installation -- loading the library failed with
> the
> message
>
> >
2013 Feb 22
0
Issues with installing RBGL package
Hi all,
I was installing a package *RBGL* of bioconductor. However, I had some
issues while installing it. I asked the devel group of bioconductor and
they told me to consult this group. Here is my conversation with the
bioconductor group related to the problem
*Me->*
I was trying to install the RBGL package using the following command
biocLite("RBGL")
However, I got the