Displaying 7 results from an estimated 7 matches for "cassani".
Did you mean:
bassani
2012 Mar 16
2
Singleton pattern
Hi all,
I know it may not have much sense thinking about a Singleton Pattern in an
R application which doesn't use any OOP facilities, however I'm curious to
know if anybody faced the same issue. I've been googling but using
"singleton pattern" as a key word leads to typical OOP languages like Java
or C++ among others.
So my problem is that I'd like to ensure some very
2007 Oct 15
1
NUT and unsupported UPS brands
Hi Mario,
Mario Cassani wrote:
> Hallo Arnaud,
> some months ago I bought an SBS GC400 UPS.
> I came with a kit RS232 + UPSmart CDROM that works only with RedHat
7.0-7.3.
> As I use Debian I tried alien with no success.
>
> Can you please provide me with any hint to understand if my UPS can...
2012 Jan 24
1
debug package: mtrace fails
Hi all,
Since three month ago I started working with R professionally, I never did
it before, so I am such a newbie.
I am having some problems using the 'debug' package. I love this package,
but most of the times I wanna use it it just fails :P
When typing at prompt 'mtrace(myfunct)' most of the times I get the
following error:
"Error in x[[i]] : subscript out of
2012 Feb 17
1
Load packages from source
Hi all,
I'm developing an R package and I'd like to load it easly while developing,
debugging and testing. I would like to load it without having to install
it. Installing it causes me some problems for debugging it, as the code
file it is executing it not the one I'm editing.
I've seen the function sourceDirectory from R.utils package which works
quite fine for me, but would be
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>
2012 Jan 27
1
Call dynamic functions
Hi all,
Does anybody know a better way to call functions than using 'eval'?
I need to call functions which it's name is stored in a variable. Right now
create the command string I'd like to run and then I run it using "eval".
Running functions inside "eval" is starting annoying because it leads to a
difficult error handling and difficult scenario to debug. So
2012 Feb 14
0
Modular coding in R, OOP
Hi all,
I've been having a look to all OOP functionallity in R, basically I've been
reading "Statistics and Computing" book by Chambers. My problem is that I'm
thinking about refactoring many functions of the applications I work with
(which is quite huge), in order to modularize its components. I believe that
trying to use OOP functionality may help to reorganize and