Displaying 20 results from an estimated 3000 matches similar to: "(no subject)"
2012 Jan 08
2
cannot find package in Packages>>Install Packages
Hi. I am trying to install a package called DMwR
http://cran.r-project.org/web/packages/DMwR/index.html
located here:
http://cran.r-project.org/bin/windows/contrib/r-release/DMwR_0.2.1.zip
on windows 7.
I am using R 2.10.1.
I also tried typing something like this but it did not work well.
install.packages(c("
http://cran.r-project.org/bin/windows/contrib/r-release/DMwR_0.2.1.zip
2011 Oct 09
1
sapply(pred,cor,y=resp)
Hello. I am wondering why I am getting NA for all in cors=sapply(pred,cor,y=resp). I suppose that each column in pred has NAs in them. Is there some way to fix this? Thanks
> str(pred)
'data.frame': 200 obs. of 13 variables:
$ mnO2: num 9.8 8 11.4 4.8 9 13.1 10.3 10.6 3.4 9.9 ...
$ Cl : num 60.8 57.8 40 77.4 55.4 ...
$ NO3 : num 6.24 1.29 5.33 2.3 10.42 ...
$ NH4 : num 578
2011 Feb 28
2
ocfs2 crash with bugs reports (dlmmaster.c)
Hi,
After problem described in http://oss.oracle.com/pipermail/ocfs2-users/2010-
December/004854.html we've upgraded kernels and ocfs2-tools on every node.
The present versions are:
kernel 2.6.32-bpo.5-amd64 (from debian lenny-backports)
ocfs2-tolls 1.4.4-3 (from debian squeeze)
We didn't noticed any problems in logs untill last friday, when the whole
ocfs2 cluster crashed.
We know
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
Hi,
I have exactly the same problem that you experienced in Nov, 2013.
I am using ext4 with journaled quota and the quota usage is only updating when I run quotacheck manually.
Have you found a solution?
Regards,
Alex
> I have set up user quotas on an ext4 filesystem. It does not appear that
> the quota system is being updated, except when I manually run quotacheck.
>
> More detail:
2003 Apr 24
1
AW: estimating number of clusters ("Null or more")
Dear Christian,
first of all thank you for your answer. I am going to parse through
the pages you told me. Meanwhile I'd like to note that probably it
is a good idea to put 2-3 lines of R-code demonstrating such a
simple needs somnewhere in docs of `cluster' package. E.g.
x<-rnorm(500)
... # output means we have rather 1 claster
x<-c(rnorm(500), rnorm(500)+5)
2020 Sep 16
1
another problem with 2.3.36.4 after update os
Hi
A few days ago I upgraded debian8 to debian9
dovecot is from source
# 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.2 (aaba65b7)
# OS: Linux 4.9.0-13-amd64 x86_64 Debian 9.13
Today I get some times in logs:
"dovecot-uidlist line 112: Invalid data" and I dont know why
This is claster dovecot:
dovecot1 - debian8
dovecot2 - debian8
dovecot3 - debian8
2006 May 25
2
Compilation issues with s390
Hi all,
I'm trying to compile asterisk on the mainframe (s390 / s390x) and I am
running into issues. I was wondering if somebody could give a hand?
I'm thinking that I should be able to do this. I have noticed that Debian
even has binary RPM's out for Asterisk now. I'm trying to do this on SuSE
SLES8 (with the 2.4 kernel).
What I see is, an issue that arch=s390 isn't
2012 Apr 29
2
SC2, Kubuntu 11.04, Can't Create AI Games & No Maps in List
Hello;
I researched the wine install of SC2 and I was able to correctly mount my DVD drive to read the hidden files on the UDF optical drive. That helped a lot. The install ran perfectly and the patches downloaded/installed with no problems noted.
I can now run SC2, but when I go to single person the screen changes to the one with a list of maps on which I should be able to create a game, but
2009 Mar 12
2
Redmine: 500 Internal Server Error Content-Type: text/html
Hello!
I have a such problem in my redmine app, like "Redmine: 500 Internal
Server Error Content-Type: text/html " error, from time to time, and
there is no periodicly matches.
Versions:
Rails - 2.2.2
Ruby - 1.8.5
Thx, for you answers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Oct 05
2
experimenting (like Weka Experimenter)
Hi. I am not that good at R but I was wondering if there is either a tool or a strategy for testing many different models in R in a batch. I have used something in Weka called the Experimenter interface which helps with doing this kind of thing.
Thank you.
Andy
[[alternative HTML version deleted]]
2009 Jul 11
4
Graphical text error in game (MI5)
Hi, have recently bought MI5 (Tales of Monkey Island), and I am currently trying to run it under wine in Ubuntu 9.04 and I am running the latest development version 1.1.25. I am running this over the latest stable version due to less graphical errors when trying to run the game.
To get the game running I followed this guide posted on the telltale's ( the creators of the game) forum
>
2009 Feb 12
4
[LLVMdev] problems running test suite (-mllvm -disable-llvm-optzns)
I'm trying to run some of the test suite using the instructions here:
http://llvm.org/docs/TestingGuide.html#quicktestsuite
I've built llvm myself, but I'm using pre-built binaries of llvm-gcc
(from http://llvm.org/prereleases/2.5/llvm-gcc4.2-2.5-x86-linux-RHEL4.tar.gz).
Here's what happens:
foad at debian:~/svn/llvm-project/test-suite/trunk$ ./configure
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
Hello all,
I was able to create R packages under windows XP in the past using the
dynamic NAG C library for windows XP (Mark 6).
Recently, I changed computers and I am now using the static NAG C library
for windows XP (Mark 7) to create a simple R package (called "test") which
simply returns random numbers simulated using repetitive calls to a NAG C
routine (uniform random
2008 Sep 05
0
[LLVMdev] A simple case about SDiv
> Any ideas?
Most likely it is the gcc folder doing it.
This gcc optimization is run in llvm-gcc
because it's basically impossible to turn
it off! You can check by passing
-mllvm -disable-llvm-optzns
to llvm-gcc along with -O2. If the
optimization still occurs then it was
gcc that did it.
Ciao,
Duncan.
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size:
-rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip
The standard "unzip" program barfs:
% unzip -l test.zip
Archive: test.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment
2008 Sep 04
2
[LLVMdev] A simple case about SDiv
Hi Duncan,
Thanks for your help.
But seems "opt -std-compile-opts" can't do this simplication :(
Any ideas?
Sheng.
2008/9/4 Duncan Sands <baldrick at free.fr>
> > I tried several passes, like -instcombine, -simplifycfg, -gcse -globaldce
> > -globalopt -adce , but all failed to do this transform.
>
> Try "opt -std-compile-opts
2005 May 14
2
[LLVMdev] Building Cygwin binaries
Hi,
I have got GCC 3.4.3 and binutils 2.15 installed on Cygwin.
Had to copy as.exe to gccas.exe to get llvm-gcc to get this far.
I am getting the following error message(s) :-
/usr/build/llvm-gcc/gcc/xgcc -B/usr/build/llvm-gcc/gcc/ -B/usr/llvm-gcc/i686-pc-
cygwin/bin/ -B/usr/llvm-gcc/i686-pc-cygwin/lib/ -isystem
/usr/llvm-gcc/i686-pc-c
ygwin/include -isystem
2005 May 13
0
[LLVMdev] Cygwin binaries
Hi Aaron,
Please be aware that my instructions are directed to get the cfe to compile
on mingw. I wasn't in the first place aware that you were building on the
Cygwin platform.
However, me and others will try to help you to compile the cfe. Please
submit your compiling errors on this mailing list.
Henrik.
>From: "Aaron Gray" <angray at beeb.net>
>Reply-To: LLVM
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
Hello, I am new in using llvm so I would like to get some help on how to compile test-suite.
Assumptions:
llvm is in /llvm directory
llvm-gcc is in /llvm-4.2-2.4-x86-linux-RHEL4/bin
I have tried compiling test-suite and I get the following error:
$make
make[1]: Entering directory '/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory
2005 May 12
2
[LLVMdev] Cygwin binaries
>Sorry for the delay. Please be aware, that these instructions has not been
>used lately. However, I'll try to follow up on your questions.
Thanks for getting back to me. Unfortunately I lost my Cygwin configuration
and cannot even seem to get GCC 3.4.3 built on CygWin now, when I had it
built before. Been trying all day to get it to work maybe I will crack it
tomorrow as I have had