Displaying 6 results from an estimated 6 matches for "axactly".
Did you mean:
exactly
2005 Apr 04
3
Error in save.image(): image could not be renamed
...ge could not be renamed and is left in .RDataTmp1
I cannot use the information saves in .RDataTmp1. When that happens I loose
several hours of tests. It happens, ussualy when the computer is locked, i.e.,
there is not other relevant processes running on. I can do tests and get the
problem an repeat axactly the same tests and everythings runs o.k.
Thanks for any help
Joao Moreira
2000 Mar 09
2
how to document user-defined packages for windows
After several hours of trial and error I've figured out how to create
packages for use by rw1000 ("Writing R Extensions" seems not to cover
this).
I haven't been able to figure out how to make help files work. I want plain
text only, via help(name) or ?name.
I create a 'help' subdirectory containing a 00Titles file and
function-specific help files in the package
2009 May 20
2
Creating a Rpm with a windows-program and wine included
Hello,
I am trying to make an RPM for Linux that provides a windows program (That runs as a service on win) with included wine. The role model for this is google picasa. Picasa doesn?t need Wine to be installed.
Can anyone give me advice on how this has to be done?
2006 May 08
1
Panel Data Estimators (within, between, Random Effects estimator)
Dear R Users,
Here is another probelm/question.
I would like to run some panel regressions with R. Therefore I have
combined several time periods of data for different individuals in my
database.
I have already run pooled OLS but I would need to calculate a Fixed
Effects Estimator (within estimator). Unfortunately I couldn't find
anything like that in the RSearch and I suppose that lme
2003 Jun 19
1
'Little' problems with Samba v2.2.3a-12.3 (Debian Woody) and PRINTERS !!)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Message: 1
> Date: Wed, 18 Jun 2003 14:16:57 +0200
> From: Farget Vincent <farget@olfac.univ-lyon1.fr>
> Subject: [Samba] 'Little' problems with Samba v2.2.3a-12.3 (Debian
> Woody) and PRINTERS !!
> To: samba@lists.samba.org
> Message-ID: <20030618121659.0AC117D4F@olfac.univ-lyon1.fr>
> Content-Type:
2007 Jul 16
4
Problem with keypress event handling
...tercept the ''+'' character, we noticed that IE did return the key
code (as if the keydown event was fired) instead of the char code, as
expected for the keypres event. By looking at the code of the
prototype library, we noticed that actually the keydown event is
fired, which is not axactly what we expect when we intercept the
keypress event ;-) We don''t know if it is a bug, but it seems to us
that the test
if (name == ''keypress'' &&
(Prototype.Browser.WebKit || element.attachEvent))
name = ''keydown'';
is not working properly. A...