Displaying 20 results from an estimated 40000 matches similar to: "r-cran-vars?"
2008 Nov 17
1
R-packages updates
Hi,
I have 2 quick questions:
1/ I installed some packages not available in Debian (vars, VaR, quantmod)
in /usr/local/lib/R/site-library. Now, I would like to be able to update
them using update.packages(); however, update.packages() wants to update all
my R packages, including those I got through te debian repos. Is there a way
to tell update.packages() to only update the packages in
2006 Aug 09
0
CRAN package: update of 'vars' submitted
Dear useR!
an updated version of package 'vars' has been shipped to CRAN lately.
Information on package 'vars':
==============================
Title: VAR Modelling
Version: 0.1.3
Date: 2006-07-27
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
Depends: R (>= 2.0.0), MASS, strucchange
Saveimage: yes
2017 Mar 11
2
Eaton 1500 USB constant disconnections
Hi,
I have a eaton 1500 that connects to an Ubuntu Xenial box via USB. The UPS
works, however exactly *ever 5 minutes* it disconnects and reconnects and I
see this in syslog:
Mar 10 19:50:32 spike kernel: usb 4-5: USB disconnect, device number 103
Mar 10 19:50:33 spike kernel: usb 4-5: new low-speed USB device number 104
using ohci-pci
Mar 10 19:50:34 spike kernel: usb 4-5: New USB device found,
2010 Mar 29
3
how to update R files included as"source" ?
Hi all,
I have a main file main.R in which I include some other R files. For
example, in main.R I have: source("functions.R").
When I modify the file "functions.R", I'd like R to take into account the
changes and to reload the file functions.R when I run main.R
Is it possible?
Thanks,
Arnaud
[[alternative HTML version deleted]]
2013 Jul 24
3
Change values in a dateframe
Hello
I have the following problem :
The dataframe TEST has multiple lines for a same person because :
there are differents values of Nom or differents values of Prenom
but the values of Matricule or Sexe or Date.de.naissance are the same.
TEST <- structure(list(Matricule = c(66L, 67L, 67L, 68L, 89L, 90L, 90L,
91L, 108L, 108L, 108L), Nom = structure(c(1L, 2L, 2L, 4L, 8L,
5L, 6L, 9L, 3L, 3L,
2020 Sep 17
4
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Tue, Sep 15, 2020 at 02:13:23PM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> On 9/1/20 5:11 PM, Guennadi Liakhovetski wrote:
> > Hi,
> >
> > Next update:
> >
> > v6:
> > - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h
> >
> > v5:
> > - don't hard-code message layout
> >
>
2020 Sep 17
4
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Tue, Sep 15, 2020 at 02:13:23PM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> On 9/1/20 5:11 PM, Guennadi Liakhovetski wrote:
> > Hi,
> >
> > Next update:
> >
> > v6:
> > - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h
> >
> > v5:
> > - don't hard-code message layout
> >
>
2008 Feb 20
3
Important regression in usbhid-ups (r1113)
while finishing some work on the HAL integration (I'm now mapping DBus
method with NUT commands, to allow at least the final UPS poweroff), I
was horrified to realize (and so late) the changes in
usbhid-ups->upsdrv_shutdown().
We've lost a lot there, but making a generic code, instead of keeping
the subdrivers delegation.
For example, the shutdown.return command (which is or should be
2020 Sep 18
2
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> > -----Original Message-----
> > From: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> > Sent: jeudi 17 septembre 2020 07:47
> > To: Arnaud POULIQUEN <arnaud.pouliquen at st.com>
> > Cc: kvm at vger.kernel.org; linux-remoteproc at
2020 Sep 18
2
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> > -----Original Message-----
> > From: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> > Sent: jeudi 17 septembre 2020 07:47
> > To: Arnaud POULIQUEN <arnaud.pouliquen at st.com>
> > Cc: kvm at vger.kernel.org; linux-remoteproc at
2024 Apr 02
1
bad home path from AD
On Tue, 2 Apr 2024 09:44:35 +0200
Arnaud Bougeard via samba <samba at lists.samba.org> wrote:
> Why do you tell me I am using SMBv1? I can't see any parameter to set
> it ?
I never said you were using SMBv1, I said running an NT4-style domain
requires SMBv1.
>
> For idmapping, I'm afraid of side effects in the long term, my server
> being in AD, should I ignore
2011 Feb 10
2
[LLVMdev] Hazard recognizers & basic blocks
I am working on a target which has some structural hazards.
To detect these hazards, I implemented a sub-class of
PostRAHazardRecognizer.
PostRAHazardRecognizer resets the hazard state on a basic block basis.
So, how to detect hazards that may occur between the end of a basic block
and the beginning of another basic block ?
Thanks !
-------------- next part --------------
An HTML
2006 Jul 24
2
NUT driver scheduler
Dear nut-upsdev,
I writed one small function to test if batteries was really bad (using solis
driver). Isn't so acurated but it's what we need.
Just wait 100% batteries charge, turn off input, wait some time (10% from
previst autonomy) and turn on input again.
Looking startAutonomy - stopAutonomy we can know the basic batteries state.
To scheduler the tests I have one new parameter on
2017 Mar 29
1
Eaton 1500 USB constant disconnections
Arno, thanks for taking the time to write back and no worries about lag,
we're all busy and I'm grateful there is a community to interact with to
begin with.
You're right - the problem went away once I actually configured nut. I
guess I was too "cautious" and when I saw the errors I thought something
was wrong with the usb connection and didn't try to get nut going
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Fri, Sep 18, 2020 at 09:47:45AM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> On 9/18/20 7:44 AM, Guennadi Liakhovetski wrote:
> > Hi Arnaud,
> >
> > On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote:
> >> Hi Guennadi,
> >>
> >>> -----Original Message-----
> >>> From: Guennadi Liakhovetski
2020 Sep 18
3
[PATCH v6 0/4] Add a vhost RPMsg API
Hi Arnaud,
On Fri, Sep 18, 2020 at 09:47:45AM +0200, Arnaud POULIQUEN wrote:
> Hi Guennadi,
>
> On 9/18/20 7:44 AM, Guennadi Liakhovetski wrote:
> > Hi Arnaud,
> >
> > On Thu, Sep 17, 2020 at 05:21:02PM +0200, Arnaud POULIQUEN wrote:
> >> Hi Guennadi,
> >>
> >>> -----Original Message-----
> >>> From: Guennadi Liakhovetski
2013 Apr 29
3
all.vars for nested expressions
Dear R fellows,
Assume I define
a <- expression(fn+tp)
sen <- expression(tp/a)
Now I'd like to know, which variables are necessary for calculating sen
all.vars(sen)
This results in a vector c(tp,a). But I'd like all.vars to evaluate the
sen-object down to the ground level, which would result in a vector
c(tp,fn) (because a was defined as fn+tp). In other words, I'd like
2009 Oct 19
3
apache env vars - best practices
I've been setting custom env vars for Apache 1 of 2 ways;
1 - Changing the passwd file so Apache has a shell and loading a
custom .bashrc file.
2 - Using the SetEnv directive in my httpd.conf file.
I'm crazy about neither one as they both have limitations;
1 - I don't like giving Apache its own shell.
2 - The SetEnv directive only takes 2 args so if I have a var with
multiple
2010 Oct 19
1
package vars doesn´t working
Hello,
I was using R (v.2.11.1, 32 bits) and I did the upgrade to R (v.2.12.0, 64
bits). I followed the instructions in R´s FAQ (What´s the best way to
upgrade, question 2.8) and updated my packages. However, now, I can´t use
the library "vars". When I call it, there is an error message concerning the
package "MASS" which couldn´t be updated because it seems to be no more
2006 Oct 27
2
all.names() and all.vars(): sorting order of functions' return vector
Dear list-subscriber,
in the process of writing a general code snippet to extract coefficients
in an expression (in the example below: 0.5 and -0.7), I stumbled over
the following peculiar (at least peculiar to me:-) ) sorting behaviour
of the function all.names():
> expr1 <- expression(x3 = 0.5 * x1 - 0.7 * x2)
> all.names(expr1)
[1] "-" "*" "x1"