similar to: R-SIG-Debian Digest, Vol 154, Issue 8

Displaying 20 results from an estimated 800 matches similar to: "R-SIG-Debian Digest, Vol 154, Issue 8"

2018 Jul 23
0
Ubuntu issue with 18.04 Bionic Beaver
Dear Dirk (other users and Dave) PART 1 I finally was able to install R.3.5.1, however, I had to invoke the following sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 As this skin of Ubuntu 18.04 (Peppermint) does not seem to allow access to the bionic-cran35 repository unless this key is set and added to the system. This is odd - well for me anyway, as for other skins of
2018 Jul 23
2
Ubuntu issue with 18.04 Bionic Beaver
Dear Debian persons I would like enquire about whether the repository deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ I tried to follow the instructions and I cannot get R3.5.1 - I get R3.4.4??? I have been able to install R3.5.1 on Ubuntu 16.02 using the xenial-cran35/ repository & so not sure if the bionic link is up to date? thanks in advance Regards Alison
2019 May 19
0
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
Hi, Inaki, On Sun, 2019-05-19 at 16:59 +0200, I?aki Ucar wrote: > IMO the simplest way to do this is to check who the caller was: > > foo <- function(x) UseMethod("foo") > foo.bar <- function(x) { > sc <- sys.call(-1) > if (is.null(sc) || sc[[1]] != "foo") > .Deprecated(msg="Calling 'foo.bar' directly is deprecated")
2019 May 14
0
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
Hi, I?aki, Thanks for looking into this. On Tue, 2019-05-14 at 11:33 +0200, I?aki Ucar wrote: > > So, calling the same generic function with the same class results > > in different dispatching behaviour depending on whether the call is > > from within the package doing the export or from the outside. > > It does not depend on whether you export gen.formula() or not. When
2019 May 18
0
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
Hi, Inaki, On Tue, 2019-05-14 at 12:50 +0200, I?aki Ucar wrote: > The thing is that, in R, "nearer" means "the calling environment" > (and then, other things). When you call test_me(), the calling > environment for gen() is the package namespace. When you call gen() > directly, thenthe calling environment is the global environment. So > what happens here follows
2019 May 03
1
Strange error messages from parallel::mcparallel family under 3.6.0
Dear All, Since upgrading to 3.6.0, I've been getting a strange error messages from the child process when using mcparallel/mccollect. Before filing a report in the Bugzilla, I want to figure out whether I had been doing something wrong all this time and R 3.6.0 has exposed it, or whether something else is going on. # Background # Ultimately, what I want to do is to be able to set a time
2017 Jul 06
4
Regarding R_LIBS_USER
Hello, I just subscribed to the list to join the discussion after being blindsided by the change and reading Dirk Eddelbuettel's reply to my bug report at https://bugs.debian.org/866768 . As far as I can tell the advantages of site library are: 1. Saves disk space and a little bit of user time spent installing and upgrading. 2. Other Debian package manages, like pip, default?to
2019 May 17
5
Give update.formula() an option not to simplify or reorder the result -- request for comments
Dear All, Martin Maechler has asked me to send this to R-devel for discussion after I submitted it as an enhancement request ( https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17563). At this time, the update.formula() method always performs a number of transformations on the results, eliminating redundant variables and reordering interactions to be after the main effects. This is not always
2019 May 19
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
On Sat, 18 May 2019 at 23:34, Pavel Krivitsky <pavel at uow.edu.au> wrote: > > > The issue here is that you are registering a non-standard name > > (.gen.formula) for that generic and then defining what would be the > > standard name (gen.formula) for... what purpose? IMHO, this is a bad > > practice and should be avoided. > > The situation initially arose
2019 May 14
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
CCing r-devel. On Tue, 14 May 2019 at 02:11, Pavel Krivitsky <pavel at uow.edu.au> wrote: > > Dear All, > > I've run into this while updating a package with unfortunately named > legacy functions. It seems like something that might be worth changing > in R, and I want to get a sense of whether this is a problem before > submitting a report to the Bugzilla. > >
2019 May 14
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
On Tue, 14 May 2019 at 12:31, Pavel Krivitsky <pavel at uow.edu.au> wrote: > > > Note that disabling name-based dispatch implies two things: 1) the > > inability to override your method by defining gen.formula in the > > global environment, and 2) another package can break yours (i.e., > > internal calls to gen()) by registering an S3 method for gen() after >
2002 Sep 10
0
File permissions on public directory
Hi, I hope this an appropriate list to post this query to. I am shaking down a redhat 7.3 file server. It is running samba-2.2.3a-6. I am using it as the PDC for a windows domain of win95/win89/nt4/win2k boxes. I have no problem with /home permissions. The umask is set to 022, which is fine in most cases, and the default ownership is owner:owner. The exception is /home/pub. I have a symbolic
2012 Sep 26
1
Write table with data in other .csv template
Hi, I have a table with data, as below: dput(table): structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong = c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L), Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L,
2004 May 29
1
transfer bug (#701 -> remote party hears alison, not me)
CVS HEAD from about 1 week ago. TDM30P and call through Nufone. I was talking and wanted to park the call and move to another phone to pick it up. I hit #701 instead of #700 though -- after a pause, I got a fast busy and the call was gone. When I called the person back, she said that Alison told HER that 701 was an invalid extension. I should have heard that though, not her. If I dial
2006 May 11
0
British Voice talent records Asterisk prompts
Hi folks, I have British comedienne, Alison Keenan (another Alison!) coming in on Saturday afternoon to record the Asterisk prompts for me. Alison speaks with a "posh boarding school" accent. Finally we'll have a free British English female voice bank. As I have her in my studio (yeah right; it's a cupboard under the stairs) does anyone need anything doing? She's charging a
2018 Oct 05
2
Seg fault stats::runmed
Dear all, I just found this issue: dd1 = c(rep(NaN,82), rep(-1, 144), rep(1, 74)) xx = runmed(dd1, 21) -> R crashes reproducibly in R 3.4.3, R3.4.4 (Ubuntu 14.04/Ubuntu 16.04) With GDB: Program received signal SIGSEGV, Segmentation fault. swap (l=53, r=86, window=window at entry=0xc59308, outlist=outlist at entry=0x12ea2e8, nrlist=nrlist at entry=0x114fdd8, print_level=print_level at
2006 May 19
2
British English voice files are ready for download
Hi folks, With thanks to Alison Keenan (another Alison!) for the voice, Chris Bagnal for converting from 44k wav to sln and finally Terje Elde for debugging my HTML code, the British English files are now ready for download. They can be got from http://www.enicomms.com/cutglassivr/ Thanks and don't forget to practice safe IAX ;-} Mark -- Mark Phillips <g7ltt@g7ltt.com>
2007 Dec 06
1
finding most highly transcribed genes - ranking, sorting and subsets?
Hello, I am not only interested in finding out which genes are the most highly up- or down-regulated (which I have done using the linear models and Bayesian statistics in Limma), but I also want to know which genes are consistently highly transcribed (ie. they have a high intensity in the channel of interest eg. Cy5 or Cy3 across the set of experiments). I might have missed a straight forward
2004 Aug 06
1
[PATCH] Re: Decoding .spx with 1.0 on ppc produces noise!
On Thu, 2003-04-17 at 07:48, Kaveh Goudarzi wrote: > Hi, > > I had a similar question ... is the endian-ness of the encoded > speex file, system dependent? or is it always little endian? If it's > always little endian (like the header seems to be) then big endian > machines (or java) will need to map everything to bigendian before > decoding ... > I have spent some
2006 May 16
0
Re: [Astlinux-users] British English Female files ready for download
Mark, While these samples are pretty good they do not work "out of the box" - there are a couple of issues: 1. the samples are 44100 samples/second and Asterisk needs them to be at 8000 samples/second. This is what happens if you prune out all of the Amercian voicemail prompts and substitute yours: Asterisk 1.2.7, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark