Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2012 May 20
4
R Memory Issues
---------- Forwarded message ----------
From: Emiliano Zapata <ezapataika@gmail.com>
Date: Sun, May 20, 2012 at 12:09 PM
Subject:
To: R-help@r-project.org
Hi,
I have a 64 bits machine (Windows) with a total of 192GB of physical memory
(RAM), and total of 8 CPU. I wanted to ask how can I make R make use of all
the memory. I recently ran a script requiring approximately 92 GB of memory
to
2012 May 22
1
utils:::menuInstallLocal()
Hello R,
I'm trying to install a package (class) locally; in windows 7, 64 bits
machine. The only massage I see on the R Console is:
utils:::menuInstallLocal()
nothing else. What does this means, shouldn't I got some source of massage
on the Console.
EZ
[[alternative HTML version deleted]]
2012 May 29
1
Memory Windows
This is my current version of R:
R version 2.15.0 (2012-03-30)
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-mingw32/x64 (64-bit)
OS: Windows
I get the following:
> memory.size()
[1] 23.04
> memory.limit()
[1] 190600
>
I also have the following:
C:\Users\zapatae\Desktop\Downloads\R-2.15.0\bin\x64\Rgui.exe
--max-mem-size=190600M
2012 Apr 30
2
ez package installation fails - ubuntu 12.04
Hello everyone,
I've just installed ubuntu 12.04 and the package named 'ez' fails to
install because of a dependency.
The error messages are:
Error : package ‘Matrix’ 1.0-2 is loaded, but >= 1.0.3 is required by ‘ez’
ERROR: lazy loading failed for package ‘ez’
* removing ‘/usr/local/lib/R/site-library/ez’
The downloaded packages are in
‘/tmp/Rtmp38etdB/downloaded_packages’
2005 May 26
1
SAMBA winbind problems
Ok... I am running fedora core 3 and trying to authenticate to a
windows 2003 server...
I was able to join the domain without any problems... I was having
problems creating the directories... Found an article that mentioned
to add
client schannel = no
to get to the point I am at now...
The account is granted access... The directories are created... I
click ok... Then it gives me an xsession
2006 Apr 18
3
ez_where query question
I''m having fun composing queries with ez_where, but am stuck on how to
formulate the following using the ez syntax:
(begin_date >= ? OR end_date >= ?) AND (description LIKE ? OR name LIKE ?)
There are two clauses, each containing OR operators (the ez ''any'' syntax)
but both clauses must evaulate to true for a match.
Can anyone suggest the proper way to construct
2003 Nov 06
2
Number of Days
Hi everyone,
I have been trying to compute numbers of days between two dates as follows:
> x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
> z <- format(x, "%d%b%Y")
> ex <- c("1jan1961", "15jan1960", "21mar1975", "10jul1981")
> ez <- format(ex, "%d%b%Y")
> ez-z
2002 Jul 17
1
(no subject)
Hello everyone two small questions with hopefully short answer.
1)How can I send simultaneously a massage to all members on the network
using smbclient???
2)smbtar does not back-up files and folders with hebrew names for those
files/folders so....?
Thanks:
Yossi Shani -> shaniy@actcom.co.il
2006 Aug 02
5
Fun with ez_where
I''ve been trying to use the ez_where plugin to create a dynamic finder.
The structure looks somehing like this..
=== controller ===
def list
attribute_filter = params[:filter]
@filter = Caboose::EZ::Condition.new :table do
attribute <=> attribute_filter if attribute_filter
end
#
... do the find with the @filter
#
end
=== view ===
....
<%= link_to
2006 Jun 30
3
New release of ez-where plugin
Hello friends-
There is a new release of the ez-where plugin. This plugin makes it
easy to do complex ActiveRecord queries without writing any SQL. Ruby
operators are mapped to SQL operators like so:
foo == ''bar'' #=> ["foo = ?", ''bar'']
foo =~ ''%bar'' #=> ["foo LIKE ?", ''%bar'']
2014 Jan 16
2
Quitar outliers por condición
Hola buenos días,
ahora mismo estaba haciendo una función para quitar outlier por condición.
Pero lo cierto es que aunque la función consigue quitarlos creo que me ha
quedad bastante farragoso. Os dejo el codigo y si me dais algún consejo
para mejorarlo mejor que mejor. Mcuhas gracias
#############################################################•
# Ojo este script puede instalarte librerias que
2006 Apr 15
2
ez_where : i''m puzzled
I have the following code:
condition_clause = "%#{@phrase}%"
logger.info "condition is #{condition_clause}"
unless @phrase.nil?
condition = Caboose::EZ::Condition.new :affiliates do
affiliate_name =~ "%#{@phrase}%" # <<< here''s the problem
end
options[:conditions] = condition.to_sql
logger.info "ajax
2007 Feb 14
1
php version 4.4 / ez publish
Hi list, is there any repository on this world where I can stick to and
update to a stable and hopefully secure and hopefully long supported
version 4.4 of php? EZ publish's software requirements as of the current
version tells me that it requires php 4.4 which doesn't meet what Centos
4.4 or its upstream provides. For a certain project I want to use ez
publish. Is there any solution
2013 Jan 04
1
About the Dovecot Missing mail.
Dear Sir and/or Madam,
I'm the newbie for using Linux, and now our company find the freelancer to
change the mbox to maildir. we found that we have mail loss with error
massage(ERROR: Connection dropped by IMAP server.
Query: EXPUNGE), after that our freelancer do something to let this massage
disappear. But now will still found we have mail loss. What can I do? I
found a similar case in
2005 May 09
1
bootstap and lme4
Hi,
I am trying to get bootstrap confidence intervals on variance
components and related statistics. To calculate the variance components
I use the package lme4.
> off.fun <- function(data, i){
d <- data[i,]
lme1<- lmer(y ~ trt + (trt-1|group), d)
VarCorr(lme1)@reSumry$group[2,1] #just as an example
}
> off.boot <- boot(data=data.sim, statistic=off.fun, R=100)
If
2009 Aug 13
4
un run run...
Hi All,
I am running an Rscript with a bunch of algorithms that are UNSTABLE
under some parameter settings.
At a certain point one of them sends error massage and my whole run STOPS!
What I would like is to save the error massage in some file or variable and
carry on to the next command line without stopping this run...
Any help or ideas would be welcome, please, with a concrete example
(not
2006 Dec 26
7
Rubygems 0.9.0.8 and Fastthread problem
Heya Folks-
This is mainly for Zed and Mentalguy. I have been playing with the
new release of rubygems 0.9.0.8 and I have a major problem with the
requirement that fastthread needs to be required before thread. Just
requiring rubygems and then requiring fastthread right after that
will throw the error:
ez _blog $ ruby
require ''rubygems''
require
2002 Apr 26
1
optim or nlm with matrices
Hi,
I have the following hypothetical optimization problem:
-det(t(x-A%*%x1)%*%(x-A%*%x1))
where A,x,x1 are matrices. A coefficients and x and x1 are variable matrices or vectors.
I tried to apply optim and nlm functions but I kept receive the following massage:
Error in A%*%x1 : non-conformable arguments.
The massage appears even the -det() can be calculated and the dimensions are checked.
here
2008 Nov 21
6
VST plugin (ez drummer)
Hi, I just registered. I have a problem related to wine:
lmms can run some vst plugins with VeSTige, so I tried to get ez drummer working. It didn't work, so I downloaded Toontrack Solo, that is a program needed to run ez drummer as a standalone, and not as a plugin. It still wouldn't work, neither as a standalone.
I made a few searches and I found out that it needed mfc42.dll so I
2006 Feb 24
2
raking my brain to fix this
I am ''raking'' my brain to fix this problem - I have searched, googled,
looked through rake documentation, wiki.rubyonrails and I can''t fix...
This works
$ rake plugindoc
(in /home/craig/ruby-db/th-db)
rdoc -o doc/plugins/ez_where --title ''Ez Where Plugin Documentation'' --
line-numbers --inline-source -T html