similar to: Debian package for R-0.61 uploaded

Displaying 20 results from an estimated 500 matches similar to: "Debian package for R-0.61 uploaded"

1997 Dec 31
0
R-beta: RPM and .deb packages for R-0.61
This may have been announced before but there are now both Debian GNU/Linux and RedHat Linux packages for R-0.61 on the CRAN archive sites. The master site for CRAN is http://www.ci.tuwien.ac.at/R/ That site provide a list of available mirror sites. Within the CRAN archive sites the pre-compiled packages for Linux are located in the bin/i386-linux directory. Under RedHat you can install
2006 Mar 04
0
xen_3.0.1-2_i386.changes is NEW
libxen-dev_3.0.1-2_i386.deb to pool/main/x/xen/libxen-dev_3.0.1-2_i386.deb libxen-python_3.0.1-2_i386.deb to pool/main/x/xen/libxen-python_3.0.1-2_i386.deb (new) libxen3.0_3.0.1-2_i386.deb extra libs control library for XEN, a Virtual Machine Monitor Library to control the XEN microkernel. Contains functions for creating, starting, stopping, saving, virtual instances.
2007 Aug 31
0
xen-3_3.1.0-2_amd64+i386.changes is NEW
xen-3_3.1.0-2.diff.gz to pool/main/x/xen-3/xen-3_3.1.0-2.diff.gz xen-3_3.1.0-2.dsc to pool/main/x/xen-3/xen-3_3.1.0-2.dsc xen-docs-3.1_3.1.0-2_all.deb to pool/main/x/xen-3/xen-docs-3.1_3.1.0-2_all.deb (new) xen-hypervisor-3.1-1-amd64_3.1.0-2_amd64.deb extra misc The Xen Hypervisor on AMD64 The hypervisor is the "core" for XEN itself. It gets booted by the boot loader and
2005 Feb 10
4
Debian way of compiling zaptel kernel modules
I ran "apt-get -b source zaptel-source" to download and compile the zaptel source. It successfully compiles and builds the following packages: libtonezone-dev_1.0.2-2_i386.deb libtonezone1_1.0.2-2_i386.deb zaptel-source_1.0.2-2_all.deb zaptel_1.0.2-2_i386.deb None of them contain the kernel modules. Is there a way I can get it to compile the kernel modules? Thanks, Geoff
2009 Feb 18
1
ggplot2 Y axis labels
Hi all: Using the example below, is there a way to add Y axis titles to each graphic instead of sharing the same title? library(ggplot2) RT = matrix(c(814, 500, 424, 394, 967, 574, 472, 446),4,2) colnames(RT) = c('repetition','alternation') rownames(RT) = c('7-yrs','11-yrs','15-yrs','21-yrs') rt <- melt(RT) names(rt) <- c("age",
2006 Apr 10
1
Substruct e-commerce platform 0.61 RELEASE
After some thought and discussion, and some bugfixing I now present you with Substruct v0.61 Let me know how you all take the changes. show_by_tags is greatly improved, now allowing for friendly urls. Version 0.61 --------------------------------------- Updated: - New routes.rb file - you need to copy this into your config directory! This supports the new store show_by_tags with multiple
1997 Dec 31
0
R-beta: small patch for R-0.61 on SGI Irix 5.3
I built R-0.60.1 using SGI's cc and f77 compilers, but it dumped core in scan.c: ConsoleGetchar(), so I waited for 0.61. This had the same problem, which appears to be fixed by the following patch: *** scan.c.000 Fri Nov 21 00:06:43 1997 --- scan.c Wed Dec 31 12:11:05 1997 *************** *** 27,33 **** static char ConsoleBuf[CONSOLE_BUFFER_SIZE]; static char *ConsoleBufp; ! static
1997 Dec 23
0
R-beta: bug in hist() (0.60/0.61)
I discovered a bug in hist(). Try the following: x<-c(-5,-4,-4,-4,-3,-3,-3,-3,-2,-2,0,0,0,0,1,1,1,3,3,5,6) # Note that sum(x)<0: sum(x) # [1] -13 hist(x) # looks ok hist(x,freq=F) # negative bars !! # and finally this gives not 1: sum(hist(x,plot=F)$rel.freqs) # [1] -0.8076923 The reason is, that "sum(x)" is used instead of "length(x)" in the following line near
1998 Feb 04
1
R-beta: Functionality of tck=1, and mtext()
In the version of R that I am running I have found two advertised features that don't appear to work correctly: Version 0.61.0 Alpha (December 21, 1997) (installed using r-base-0.61.0-2.i386.rpm) 1. mtext adj parameter is seriously offset to the right. For example: > par(oma=c(0,0,3,0)) > mtext("Try this", side=3, outer=T) # nothing is observed on x11 > mtext("Now
2004 Jan 08
1
debian packages at download samba are broken
Just thought I bring attention to the state of the debian packages at http://download.samba.org/samba/ftp/Binary_Packages/ the samba_3.0.1-2_i386.deb and samba-common_3.0.1-2_i386.deb have errors associated with the packaging of the debs. An underscore seems to have found it's way into the template definitions eg. _Description: and generates an error as an unkown symbol when installing.
2023 Feb 13
1
An interesting chat with ChatGPT
I was wondering which anchor would match in the regular expression "(a)|(b)" if both "a" and "b" matches the target string. What appears to happen is that the first match wins, and that's how it is documented in Python, but I was looking for docs on this in R. As far as I can see, the ?regex help page doesn't resolve this. So just for fun, I decided to
2006 Aug 10
0
Negatie Binomial Regression: "Warning while fitting theta: alternation limit reached"
I am fitting a negative binomial regression model to some count data. I chose the negative binomial b/c the variance is greater than the mean. Anyways, when I fit the model I get the following warning: "Warning while fitting theta: alternation limit reached" The estimate that I end up with is very large (1070), and the standard error is even larger (1276). Does this indicate that I
2009 Nov 22
0
Puppet 25.1 + stored configuration (with sqlite) + augeas on Ubuntu 9.04 or 8.04
> Adam, you should be able to either grab the unstable deb from here: > > http://packages.debian.org/sid/puppet > > or build from source using git-buildpackage, this post describes how: > > http://explanatorygap.net/2009/10/29/puppet-0-25-1-debs-done-but-dela... Thank you very much!! I have already tried the debian-experimental packages on both Ubuntus, but I finally gave up
2004 Nov 15
1
logging messages
Hi all, I'm trying to learn R from an non-statistician's POV. I've got a statistician who uses R, but I'm the schmuck who has to integrate his R functions into an automated process. One of the things I would really like is the ability to log messages to file, specifically using syslog on a Linux box. (I also want to write messages to STDOUT based on a command-line flag, but I
1998 Jan 16
2
ESS-mode and X-emacs problem
kim.pilegaard@risoe.dk (Kim Pilegaard) writes: > When I try to invoke R from xemacs I get the following responses: > > ESS starting data directory? ~/ > > "Process R is not running". > > This is what the R buffer shows: > > R : Copyright 1997, Robert Gentleman and Ross Ihaka > Version 0.61.0 Alpha (December 21, 1997) > > R is free software and
2003 Nov 18
5
mixed model for Splus and R
Hi there, I try to compare the mixed model package "lme" by Splus and R. I used the dataset "Ovary" and the following code assuming AR(1) model for the error term: lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random = pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() ) But I got different results! And then I used a simpler model: lme(follicles ~
2006 Jun 09
1
glm with negative binomial family
I am analysing parasite egg count data and am having trouble with glm with a negative binomial family. In my first data set, 55% of the 3000 cases have a zero count, and the non-zero counts range from 94 to 145,781. Eventually, I want to run bic.glm, so I need to be able to use glm(family= neg.bin(theta)). But first I ran glm.nb to get an estimate of theta: > hook.nb<- glm.nb(fh,
1998 Apr 04
2
R-beta: standard-errors-glm
I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2. I want to get the standard errors from the output. If I do out <- glm(....) summary(out) I get the coefficients printed as well as their correlation matrix. If I do out$coefficients I get the coefficients out$fitted gives me the fitted values I can then assign the fitted values or the value of the estimated
2009 Jul 07
2
rle
Hallo, I have an other problem, I have this vector signData with an alternation of 1 and -1 that corrispond to the duration of two different percepts. I extracted the durations like this: signData<- scan("dataTR10.txt") dur<-rle(signData)$length Now I would like to extract only the positive duration, e.g. signData <- c(1,1,1,1,-1,-1,-1,1,1,-1,-1) posduration <- c(4,2) I
2023 Feb 13
2
An interesting chat with ChatGPT
Duncan - Indeed, this has now been well documented; I have called these constructions "Schr?dinger Facts", since they arise from a superposition of truths in the training data that collapse into an untruth when observed. https://sentientsyllabus.substack.com/p/chatgpts-achilles-heel Now, the curious question is: why can it program. Why is its production of R-syntax less vulnerable