Displaying 20 results from an estimated 3000 matches similar to: "[Metadata Plugin] Q: Source Repository"
2012 Nov 15
2
cran ubuntu repository and ubuntu 12.10
Since upgrading to quantal, I find that synaptic and apt-get cannot read
the sources.list file if it includes the previously standard line
deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/ubuntu/ quantal
This line makes apt-get or synaptic give an error message identifying
this line as having a syntax error.
If "multiverse" is added at the end of the line, the line is parsed, but
then
2013 Sep 28
2
mount.cifs and kerberos failure
Hi guys,
This seems to be a well-known problem with mount.cifs on Ubuntu 12.04. Unfortunately, although I have applied the suggestions I found with google, I can't seem to be able to get mount.cifs to work with kerberos. I am trying to use kerberos to mount my Windows shares because this is the only allowed secure way in my company to connect to shares. Before anyone asks, I can successfully
2012 Oct 19
0
impute multilevel data in MICE
Dear list,
Is there any one use MICE package deal with multilevel missing values here? I have a question about the 2lonly.pmm() and 2lonly.norm(), I get the following error quite often. Here is the code the error, could you give me some advice please? Am I using it in the right way?
> ini=mice(bhrm,maxit=0)
> pred=ini$pred
> pred
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15
2014 Jan 05
0
Cran2deb4ubuntu: An Update for 2014
I have been a little quiet on the update front for the past few months,
so I thought I would give a quick update as 2014 begins. Between
increased responsibilities at work (pseudo-department chair) and some
family health issues, work on
[cran2deb4ubuntu](https://launchpad.net/~marutter/+archive/c2d4u)
(c2d4u) slowed a bit in the last half of 2013. Here is the current
state of
2011 Dec 30
2
Applyiing mode() or class() to each column of a data.frame XXXX
Hi everyone,
I am attempting to use the apply() function to obtain the mode and class of
each column in a data frame, however, I am encountering unexpected results.
I have the following example data:
v13<-1:6
v14<-c(1,2,3,3,NA,1)
v15<-c("Good","Bad",NA,"Good","Bad","Bad")
2013 Jan 02
1
Problems with VM networking on Ubuntu Quantal
I have shifted some VM's to a new server running Quantal
and have had a world of trouble. The first one was caused
by issues with an apparently compiled in path in their
apparmor version which forced VM pools to be in /srv or
similar rather than where I wanted them. For now this was
not a big issue, and thankfully the server where it would
be a big time problem (there are individual drives per
2013 Sep 04
0
Error in Parts of Speach Tagging using openNLP in Cloud environment
I have an Ubuntu Quantal 12.10 Server 64-bit instance. I am using openNLP
for POS Tagging of sentences.
I am using POS tagging using openNLP with “Parallel Lapply setup”. It is
running fine in RStudio environment. But in Ubuntu environment it is
showing the following error.
*Error in do.call(c, clusterApply(cl, x = splitList(X, length(cl)), fun =
lapply, :*
* second argument must be a list*
2013 May 04
0
Backporting R 3.0.0 to Quantal, Precise, and Lucid
Today (May 4, 2013) I will begin the process of backporting R 3.0.0 to
Quantal, Precise, and Lucid. This will include all the recommended
packages and the packages for R found in the universe repository for
Ubuntu. Things to keep in mind:
- If you do not want to receive these upgrades and you use the CRAN
repositories or my Launchpad PPA, please remove them from your apt/synaptic
sources lists.
2012 May 14
0
Rjava on Ubuntu quantal
I just upgraded to Ubuntu Quantal from Precise and RJava stopped working,
log follows:
0}% /usr/bin/find $HOME/workspace/FinanceOCR/visualizations/ -name '*R'
-print | /usr/bin/xargs -n 1 -i% /usr/bin/Rscript % $1 [~]
Loading required package: RJDBC
Loading required package: methods
Loading required package: DBI
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for
2004 Sep 10
1
altivec lpc_restore_signal
I've had this a long time but haven't submitted it yet.
I've tried to mirror the ia32 setup, so there should be a new subdirectory
src/libFLAC/ppc . The first two attachments go there. The third is a context
diff for src/libFLAC/Makefile.am .
I have some more modified files, which I figured I'd submit after the above
are checked in and working for somebody other than me. If you
2005 Oct 13
1
expand.grid problem
Hi all,
I want to make all possible combination from dataset below:
V1 <- c(0,1,2)
V2 <- c(0,1)
V3 <- c(0,1)
V4 <- c(0,1)
V5 <- c(0,1)
V6 <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
V7 <- c(0,1,2,3,4,5,6)
V8 <- c(0,1)
V9 <- c(0,1)
V10 <- c(0,1)
V11 <- c(0,1)
V12 <- c(0,1)
V13 <- c(0,1)
V14
2013 Mar 27
0
Moving to R 3.0.0 on Ubuntu
This is a post I just added to my Ubuntu R Blog
(http://www.personal.psu.edu/mar36/blogs/the_ubuntu_r_blog/2013/03/moving-to-r-300-on-ubuntu.html).
As you may (or may not) be aware of, R 3.0.0 is [scheduled to be
released](http://www.r-project.org/) on April 3rd. Since this is a
major release and there may be some growing pains (but I hope not) in
the move 3.0.0, here is some information
2012 Dec 27
4
Broken rsync mirroring for PuppetLabs APT repo
Hi,
I have sent this mail to info@puppetlabs.com and received no answer, so
I''m posting here as well; I hope somebody at PuppetLabs will be able to
help.
I have a local mirror of apt.puppetlabs.com which has been broken for at
least a few days: the apt/dists/ subdirectory only contains symlinks to
non-existent files.
[mirror@excellent dists]$ ls -l
total 0
lrwxrwxrwx 1 mirror mirror 29
2008 Sep 05
1
binary order combinations
Dear all!
I have a vector of names
names<-("V1", "V2", "V3",....., "V15")
I could create all possible combinations of these names (of all
lengths) using R:
combos<-lapply(1:15,function(x)
{combn(names,x)
})
I get a list with all possible combinations of elements of 'names'
that looks like this (just the very beginning of it):
[[1]] - the
2012 May 21
0
Bug#673743: xen-api: smbfs does not exist any more, move to cifs-utils
Package: xcp-xapi
Severity: important
Version: 1.3.2-5
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch quantal
Hello,
the "smbfs" package has been deprecated for years, and finally removed
last week:
cifs-utils (2:5.4-1) unstable; urgency=low
* New upstream release (Closes: #669327).
- Version build dep on libwbclient-dev for
2009 Apr 04
1
Problem with sample()
Hi,
I'm having a problem using sample() within a function.
Basically I get an error reading:
Error in sample(v, 1, prob = h) : non-positive probability
Can anyone advise me as to the possible origin of this error?
Here is my code
#Discretised Gillespie algorithm function (From SMfSB, D.J. Wilkinson)
gillespied=function (N, T=100, dt=1, ...)
{
tt=0
n=T%/%dt
x=N$M
2012 Jul 05
1
Different level set when predicting with e1071's Naive Bayes classifier
Hi!
I'm using the Naive Bayes classifier provided by the e1071 package (
http://cran.r-project.org/web/packages/e1071) and I've noticed that the
predict function has a different behavior when the level set of the columns
used for prediction is different from the ones used for fitting. From
inspecting the predict.naiveBayes I came to the conclusion that this is due
to the conversion of
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
From the sources:
#define MAXNARGS 100
/* ^^^ not entirely arbitrary, but strongly linked to
allowing %$1 to %$99 !*/
On 22/08/2015 04:21, Martin Bel wrote:
> I'm trying to apply a function defined in the VW R docs, that attemps to
> convert a data.table object to Vowpal Wabbit format. In the process i'm
> getting the error in printf mentioned in the subject.
2018 Mar 02
2
Re: Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
On Tue, Feb 27, 2018 at 09:53:00 +0100, Michal Privoznik wrote:
> On 02/27/2018 03:06 AM, Star Guo wrote:
> > Hello Everyone,
> >
> >
> >
> > My pc run in CentOS 7.4 and install libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph
> > 10.2.10 ALL-in-One.
> >
> >
> >
> > I use python-sdk with libvirt and run [self.domain.updateDeviceFlags(xml,
2013 Jul 16
1
dovecot-metadata-plugin v14 patches
Please apply patches for dovecot-metadata-plugin v14.
1. dovecot-metadata-plugin-value_nil - fix plugin crach if entry->value
== NULL (strlen(NULL) - segfault).
2. dovecot-metadata-plugin-utf7_support - add support metadata for UTF8
mailfolder.
--
Sidlyarenko Sergey
https://github.com/lefoyer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: