Re: [R] [EXT] Re: Inappropriate color name

2020-11-20 Thread Rainer Krug via R-help
Could we please stop this thread here? Please take any further discussions off-list, or we would need an R-chat list for these kind of discussions (I would subscribe, though). Cheers, Rainer > On 20 Nov 2020, at 11:28, Charles Novaes de Santana > wrote: > > The fact that for the first time

Re: [R] Indian Red

2020-11-20 Thread Rainer Krug via R-help
Let’s switch to the German name - “Indisch Rot” instead... > On 20 Nov 2020, at 12:08, Neotropical bat risk assessments and acoustic tools > wrote: > > FWIW, > > There is also Naples Yellow and other colors related to "place names" on > artist palettes. "Indian Red" is not related to North A

Re: [R] build a literature database

2020-11-04 Thread Rainer Krug via R-help
I agree with Duncan. I co-ordinated a large literature review with initially more than 5000 papers and about 30 reviewers, and all the bibliometrics information was in bibtex format, as it is easy to interchange between programs. Cheers, Rainer > On 4 Nov 2020, at 10:28, Duncan Murdoch wrote

Re: [R] Strange behaviour of R?

2020-01-20 Thread Rainer Krug via R-help
Hi > On 17 Jan 2020, at 08:33, Sigbert Klinke wrote: > > Hi, > > I wrote a function like > > test <- function(FUN, args) { > print(FUN) > FUN(args) > } > > When I call it lieke this > > test(mean, 1:10) > test(NULL, 1:10) > > then the second call still uses mean, although I set FUN to NUL

Re: [R] Philip Morris International - Windows10 migration assessment

2018-08-03 Thread Rainer Krug
Let’s not alienate the business users! I agree that this is not the right / best forum to ask these type of questions, but where is? I would suggest to at least point them to the right resources. and not say that there questions are inappropriate here. Actually, if I as a private user would ask

Re: [R] Unexpected YAML

2018-07-31 Thread Rainer Krug via R-help
.RData does not save any info abut previously loaded packages - so this would not cause the problem. Rainer > On 30 Jul 2018, at 21:27, Rui Barradas wrote: > > Hello, > > Maybe R is loading a previously saved session. > Check whether you have a file named .RData in your working directory. >

[R] Trusted Timestamps - has anybody used OriginStamp? I am lost with their R-client

2018-05-17 Thread Rainer Krug
Hi I am looking into obtaining trusted timestamps in R for data files. I am considering using OriginStamp and their API which you can find at https://doc.originstamp.org/#!/default/getHashInformation . They have an R client code which is available here http://originstamp.org/dev but I have no

Re: [R] Include pre-existing PDF files as vignettes in an R package?

2018-02-19 Thread Rainer Krug
> On 19 Feb 2018, at 12:25, Duncan Murdoch > wrote: > > On 19/02/2018 5:47 AM, Michael Hannon wrote: >> Thanks, Duncan. The files in question are Emacs Org-mode files, and I >> think these are more or less isomorphic to Rmd files, but I haven't >> used Org-mode

Re: [R] Preventing repeated package installation, or pre installing packages

2017-11-29 Thread Rainer Krug
> On 29 Nov 2017, at 15:28, Larry Martell wrote: > > I have a R script that I call from python using rpy2. It uses dplyr, doBy, > and ggplot2. The script has install.packages commands for these 3 packages. > Even thought the packages are already installed it still downloads, > builds, and insta

Re: [R] [R-pkgs] Release of ess 0.0.1

2017-11-10 Thread Rainer Krug
> On 9 Nov 2017, at 15:57, Sam Steingold wrote: > >> * Jorge Cimentada [2017-11-09 00:02:53 +0100]: >> >> I'm happy to announce the release of ess 0.0.1 a package designed to >> download data from the European Social Survey > > Given the existence of ESS (Emacs Speaks Statistics - > https://

Re: [R] Interesting behavior of lm() with small, problematic data sets

2017-09-07 Thread Rainer Krug
Same version on Mac, same results. > On 6 Sep 2017, at 15:22, JRG wrote: > > Indeed (version-specific). > > With R 3.4.1 on linux, I get coefficients and residuals that are > numerically exact, F-statistic = NaN, p-value = NA, R-squared = NaN, etc. > > All of which is what ought to happen, gi

Re: [R] Conduct Network Analysis

2017-07-14 Thread Rainer Krug
I don’t know anything about network analysis, but I really guess that more information is needed to give an answer. Cheers, Rainer > On 14 Jul 2017, at 05:08, SEB140004 Student wrote: > > Greeting. > > Dear Mr/Mrs/Miss, > > I want to create a network by using R but I only have a table that

Re: [R] Conduct Network Analysis

2017-07-14 Thread Rainer Krug
I don’t know anything about network analysis, but I really guess that more information is needed to give an answer. Cheers, Rainer > On 14 Jul 2017, at 05:08, SEB140004 Student wrote: > > Greeting. > > Dear Mr/Mrs/Miss, > > I want to create a network by using R but I only have a table that

[R] Plantuml package for R

2017-07-06 Thread Rainer Krug
Hi I hope I can use this R mailing list for this but it seems appropriate. I started writing a small package which enables me to create plantuml graphs from within R. It is working and available on GitHub at https://github.com/rkrug/plantuml It is at the moment very rudimentary and can either

Re: [R] error while creating a simple graph

2017-06-20 Thread Rainer Krug
> On 20 Jun 2017, at 07:18, Yogesh Gupta wrote: > > Dear All, > > I am learning R so it's a very simple problem but I do not understand while > I am not able to generate a graph from two vectors. > > when I type this code, it generates a very nice graph. > > pdf("mygraph.pdf") >> attach(mtcar