Displaying 20 results from an estimated 200 matches similar to: "Buglet in src/appl/splines.c (PR#8030)"
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for
installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc
and got the following output with several errors and notices. Do I need to
do more or are these ok? I expected to have some conf files in
/etc/asterisk but there is nothing there.
Thanks!
Created by Mark Spencer <markster@digium.com>
2009 May 29
1
Problem making a package using S4 objects.
Hello.
I've developed an algorithm in R which I need to package.
The implementation uses S4 objects and it's divided in 5 files.
Everything is working fine when I load the files into the R console but when
I try to make a package I get an error that I don't quite understand.
Here's what I do:
*1.* in R console, I do and get:
> package.skeleton(name='remora')
Creating
2008 Jun 02
0
Missing "spline_coef" DLL and Rob Hyndmans monotonic interpolator
Hello R help
I have been trying to use Rob Hyndman's monotonically increasing spline
function. But like another user or two seem have a problem with a
missing DLL (namely "spline_coef"). None of the previous help postings
seemed to have any solutions to this problem. As per a Ripley
suggestion I have deleted all previous versions of R and reinstalled R
2.7.0 and the problem
2013 Mar 10
0
max row
HI,
Using
c11<- 0.01
c12<- 0.01
c1<- 0.10
c2<- 0.10
One possible problem is that:
dim(res5)
#[1] 513? 20
res6<-aggregate(.~m1+n1+m+n,data=res5[,c(1:6,9:12,21:24)] ,max)
#Error in `[.data.frame`(res5, , c(1:6, 9:12, 21:24)) :
?# undefined columns selected
A.K.
________________________________
From: Joanna Zhang <zjoanna2013 at gmail.com>
To: arun <smartpink111 at
2009 Feb 11
1
Table Formatting
Dear R-Users
I have created the following table in R:
Year TACC.SNA1 Catch.SNA1 TACC.SNA2 Catch.SNA2 TACC.SNA3
Catch.SNA3
111 1985-86 9396 18595 1860 530
1486 16727
112 1986-87 3155 12195 9506 7067
4991 2300
113 1987-88 6913 2074 3740
2012 Jul 02
1
apply with multiple conditions
Hello all,
I have written a for loop to act on a dataframe with close to 3million rows
and 6 columns and I would like to pass it to apply() to speed the process up
(I let the loop run for 2 days before stopping it and it had only gone
through 200,000 rows) but I am really struggling to find a way to pass the
arguments. Below are the loop and the head of the dataframe I am working on.
Any hints
2008 Nov 11
1
Citing R in journal articles (or the failure to)
Hi all
I was reading a paper recently in which I was surprised to see an R package of mine obviously used, without acknowledgement. Indeed, R itself was used without any acknowledgment. So I contact the author about these issues, who said (in part):
Regarding the R packages, I used the "tweedie" and "statmod" for my
analyses as you pointed out.
The referee of this paper
2011 May 20
0
Spline Function
I am using R for volatility calibration (Variance Gamma distribution).
My question is very basic and not at all related to mathematics!
y=spline(KK,CallPrices,,"fmm",,,strikes)
When calling spline function it returns a list y
The list contains some numbers which I have to subtract from another
array called "MarketPrices"
since y is a list a normal subtraction is not
2008 May 09
1
Typo in man page for "packBits" (PR#11435)
One occurence of 'packbits' should be 'packBits' (version information
below):
Index: src/library/base/man/rawConversion.Rd
===================================================================
--- src/library/base/man/rawConversion.Rd (revision 55)
+++ src/library/base/man/rawConversion.Rd (working copy)
@@ -41,7 +41,7 @@
of 32 times the length of an integer vector with
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Hi,
I am receiving this error when I put mail_plugins = acl imap_acl, even though the module is there.
/etc/init.d/dovecot restart
Restarting mail server: dovecotFPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Error: imap dump-capability process returned 89
With mail_plugins = acl, it starts up correctly.
dovecot -n
# /etc/dovecot/dovecot.conf
base_dir:
2015 Apr 18
0
Installing fts-solr on dovecot (centos 6) - [request for help]
On 2015-04-18 19:23, Kevin Laurie wrote:
> Hello,
Hello,
> I have been trying to get full-text-search on dovecot. I followed the
> tutorial on this site:-
> https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/
>
> The instruction on the page here seems wrong:-
> sed -i -e
2008 Nov 12
1
Understanding glm family documentation: dev.resids
Hi all
Consider the family function, as used by glm. The help page says the value of the family object is a list, one element of which is the following:
dev.resids function giving the deviance residuals as a function of (y, mu, wt).
But reading any of the family functions (eg poisson) shows that dev.resids is a function that computes the *square* of the deviance residuals (at least, by
2004 Jan 26
0
Solaris 9 compile errors, samba 3.0.2rc1
I've tried compiling samba 3.0.2rc1, 'gcc -v' gives me -
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
Here are a few bits from my config.log that I probably need help with, tell
me if you need the whole thing -
In file
2010 Aug 26
3
Using termplot() with transformations of x
Hi all
I was playing with termplot(), and came across what appears to be an inconsistency.
It would appreciate if someone could enlighten me:
> # First, generate some data:
> y <- rnorm(100)
> x <- runif(length(y),1,2)
> # Now find the log of x:
> logx <- log(x)
>
> # Now fit two models that are exactly the same, but specified differently:
> m1 <-
2011 Jun 16
1
Removal of mailist duplicates?
I am using mpop to fetch mail from my service provider (who use dovecot).
I use dovecot to hold all my mail on a local slackware server, with
sieve filters, based on 'List-Id', directing mailist postings to their
own folders.
I use thunderbird to read my mail on an ubuntu desktop.
When I receive a reply to a posting I make to a mailist (such as this
one), replies I receive are
2010 Dec 14
0
Sweave problem: lines repeated
Hi all
I'm having a problem when using Sweave. Here is a minimal example.
My input file (eg, test.Snw) looks like this:
<<TESTME,echo=FALSE, results=hide,fig=FALSE,keep.source=TRUE>>=
data(cars)
m1 <- lm( dist~speed, data=cars ); coef( m1 )
@
<<echo=TRUE,results=verbatim,fig=FALSE,keep.source=TRUE>>=
<<TESTME>>
@
<<TESTME2,echo=FALSE,
2011 May 08
1
Building Pigeonhole
I'm attempting to build Pigeonhole 0.2.3 for use with my Dovecot 2.0.12
installation on Slackware.
I've downloaded the sources and unzipped into a folder which sits
alongside the folder in which I built Dovecot.
When I ./configure, the configuration appears to complete without error.
However, when I make, the compiler throws lots of errors all stemming,
I believe from its failure
2009 Aug 20
0
Sweave truncation
Peter
Thank you for the information. I accidentally deleted Ken's post without
having read it.
Ken' s thought is great but as you said awful to implement
I thought that capture.output would come in handy some time when I first
saw it on an unrelated reply.
Just thought :- the latex listings package may have alternatives
If I remember correctly it has wrapping and other goodies but I
2009 Jan 28
2
OT: Adding verbatim R code text into LaTeX documents: texttt; verb or url?
Hi all
I use Sweave extensively to mix R and LaTeX, and often have R code appearing in my LaTeX document.
Just a quick question then: What is the best way to add example of R commands into LaTeX in-line? (That is, not using Sweave.) For example, suppose I wish to place in my document this instruction:
...is done in R using the command \verb|lm( y ~ var.one + var.two )| as follows:
I
2011 May 11
2
Error messages in log
Hi,
I would like to eliminate some of the error messages which appear in my
dovecot logfile.
I already understand that the message:
doveconf: Warning: SSL is disabled because global ssl=no, ignoring
ssl=yes for subsection
is fixed in the current development code.
However, I also get a lot of:
lda(peter): Error: User peter doesn't have home dir set, disabling
duplicate database
Is there a