search for: leha

Displaying 11 results from an estimated 11 matches for "leha".

Did you mean: lea
2012 Mar 14
1
[ESS] completion in [] (R internal completion fails)
...s[iris$Spec" This works utils:::.assignLinebuffer('iris[ iris$Spec') # note the space after [ utils:::.assignEnd(15) utils:::.guessTokenFromLine() utils:::.completeToken() utils:::.retrieveCompletions() ## -> [1] "iris$Species" Best, Vitalie. >>>> Andreas Leha <andreas.leha at med.uni-goettingen.de> >>>> on Wed, 14 Mar 2012 10:21:37 +0100 wrote: >> Hi all, >> I am seeing strange behaviour with completion inside []. >> Suppose I have >> ttt <- data.frame(aaa=1, bbb=1) >> and I want to run &g...
2017 Dec 04
1
PSOCK cluster and renice
...n"), "Rscript"))) > > which is backward compatible with parallel::makePSOCKcluster() but > provides you with more detailed control. Try adding verbose = TRUE to > see what the exact call looks like. > > /Henrik > > > On Sun, Dec 3, 2017 at 7:35 PM, Andreas Leha > <andreas.leha at med.uni-goettingen.de> wrote: >> Hi all, >> >> Is it possible to use the 'renice' option together with parallel >> clusters of type 'PSOCK'? The help page for parallel::makeCluster is >> not specific about which options are...
2017 Dec 04
0
PSOCK cluster and renice
...tment=10", file.path(R.home("bin"), "Rscript"))) which is backward compatible with parallel::makePSOCKcluster() but provides you with more detailed control. Try adding verbose = TRUE to see what the exact call looks like. /Henrik On Sun, Dec 3, 2017 at 7:35 PM, Andreas Leha <andreas.leha at med.uni-goettingen.de> wrote: > Hi all, > > Is it possible to use the 'renice' option together with parallel > clusters of type 'PSOCK'? The help page for parallel::makeCluster is > not specific about which options are supported on which types...
2017 Dec 04
2
PSOCK cluster and renice
Hi all, Is it possible to use the 'renice' option together with parallel clusters of type 'PSOCK'? The help page for parallel::makeCluster is not specific about which options are supported on which types and I am getting the following message when passing renice = 19 : > cl <- parallel::makeCluster(2, renice = 19) nice: ?+19?: No such file or directory Kind regards,
2013 Jul 15
2
suppress startup messages from default packages
Hi all, several packages print messages during loading. How do I avoid to see them when the packages are in the defaultPackages? Here is an example. With this in ~/.Rprofile ,----[ ~/.Rprofile ] | old <- getOption("defaultPackages") | options(defaultPackages = c(old, "filehash")) | rm(old) `---- I get as last line when starting R: ,---- | filehash: Simple key-value database (2.2-1 2012-03-12) `---- Another package with (even more) prints during startup is tikzDevice. How can I avoid to get these messages? Regards, Andreas
2012 Aug 30
2
segfault in gplots::heatmap.2
Hi all, I experience a segfault when calling gplots::heatmap.2(), but only when certain other packages are loaded. I am not sure for the correct place to send this bug report. Should I send it to the package maintainers directly? If R-help is the wrong place, please feel free to direct me to the correct one. I am on debian (testing) linux 64 with the binary R distribution from the
2012 Aug 30
2
segfault in gplots::heatmap.2
Hi all, I experience a segfault when calling gplots::heatmap.2(), but only when certain other packages are loaded. I am not sure for the correct place to send this bug report. Should I send it to the package maintainers directly? If R-help is the wrong place, please feel free to direct me to the correct one. I am on debian (testing) linux 64 with the binary R distribution from the
2012 Apr 06
1
symbol lookup error
Hi all, I am on debian testing with pre-packaged R (2.14.1) installed. I started getting weird crashes. Now I have a reproducible example: # R R version 2.14.1 (2011-12-22) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) > save(/usr/lib/R/bin/exec/R: symbol lookup error: /usr/lib/R/lib/libR.so: undefined symbol:
2013 Jun 04
1
strange value in .Last.value
Hi all, the .Last.value sometimes contains a strange $visible FALSE value. This poses problems when using R with ESS (and ess-developer-mode) from within org-mode. >From http://permalink.gmane.org/gmane.emacs.ess.general/7299: --8<---------------cut here---------------start------------->8--- Here is how to reproduce. Put df <- data.frame(a=1:3, b=1:3) in test.R and then:
2012 Aug 30
1
segfault in gplots::heatmap.2
Hi all, I am taking this over from r-help (see http://permalink.gmane.org/gmane.comp.lang.r.general/273985). I experience a segfault when calling gplots::heatmap.2(), but only when certain other packages are loaded. I am not sure for the correct place to send this bug report. Should I send it to the package maintainers directly? If R-help is the wrong place, please feel free to direct me to
2017 Jun 21
1
encoding/locale problem with ssh -X
Hi all, I am struggling with remote R sessions and a (I suspect) locale related encoding problem: Using the X11 device (X11forwarding enabled), whenever I try to plot something containing umlauts using ggplot2, I am seeing sth like ,---- | Error in grid.Call(L_stringMetric, as.graphicsAnnot(x$label)) : | invalid use of -61 < 0 in 'X11_MetricInfo' `---- Using base graphics is fine