[R] Error installing ggplot2 package

2018-01-09 Thread Amelia Marsh via R-help
DeaR Forum, I am trying to install the library ggplot2.  Currently I am using following R version R version 3.4.1 (2017-06-30) -- "Single Candle"Copyright (C) 2017 The R Foundation for Statistical ComputingPlatform: x86_64-w64-mingw32/x64 (64-bit) However, when I try to install ggplot2 and few ot

Re: [R] [FORGED] RE: [FORGED] Re: Revolutions blog: December 2017 roundup

2018-01-09 Thread Rui Barradas
Hello, I didn't like the video but that has nothing to do with the language, I just happen to prefer other type(s) of music. Rui Barradas On 1/9/2018 8:45 PM, Rolf Turner wrote: On 10/01/18 09:31, Doran, Harold wrote: It would be better for you to instead read the blog post that uses extr

Re: [R] [FORGED] RE: [FORGED] Re: Revolutions blog: December 2017 roundup

2018-01-09 Thread Rolf Turner
On 10/01/18 09:31, Doran, Harold wrote: It would be better for you to instead read the blog post that uses extremely derogatory language instead of your silly post below. I did read it, somewhat cursorily I admit, and saw no derogatory language whatever, which is why I was puzzled. cheers,

Re: [R] [FORGED] Re: Revolutions blog: December 2017 roundup

2018-01-09 Thread Rolf Turner
On 10/01/18 07:47, Doran, Harold wrote: The blog post that the vocal range directs to is *highly* offensive and off color and in very poo taste to share with this group. Huh? And furthermore ???. cheers, Rolf P. S. Moreover: "poo taste"!!! :-) R. -- Technical Editor ANZJS Department

Re: [R] UseDevel: version requires a more recent R

2018-01-09 Thread Jeff Newmiller
Wrong forum. https://support.bioconductor.org/ -- Sent from my phone. Please excuse my brevity. On January 9, 2018 10:32:15 AM PST, "Sariya, Sanjeev" wrote: >Hello R experts: > >I need a developer version of a Bioconductor library. > >> sessionInfo() >R version 3.4.2 (2017-09-28) >Platform: x8

Re: [R] UseDevel: version requires a more recent R

2018-01-09 Thread Bert Gunter
Obvious response: Post this on the Bioconductor support site, not here: https://support.bioconductor.org/ Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic st

Re: [R] UseDevel: version requires a more recent R

2018-01-09 Thread Martin Morgan
Ask questions about Bioconductor on the support site https://support.bioconductor.org Bioconductor versions are tied to particular R versions. The current Bioc-devel requires use of R-devel. You're using R-3.4.2, so need to install the devel version of R. Additional information is at ht

Re: [R] Revolutions blog: December 2017 roundup

2018-01-09 Thread Doran, Harold
The blog post that the vocal range directs to is *highly* offensive and off color and in very poo taste to share with this group. -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of David Smith (CDA) via R-help Sent: Tuesday, January 09, 2018 12:47 PM To:

[R] UseDevel: version requires a more recent R

2018-01-09 Thread Sariya, Sanjeev
Hello R experts: I need a developer version of a Bioconductor library. > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 When I try to useDevel it fails. I've removed packages and again loaded but I ge

[R] Revolutions blog: December 2017 roundup

2018-01-09 Thread David Smith (CDA) via R-help
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here

Re: [R] [FORGED] Error occurring in "emmeans" package for the two data sets I used. Please help.

2018-01-09 Thread Sal Mangiafico
One way to avoid this error is to create the aov without using the with function, but instead use the data= option in the aov function. That is, medley2 = aov(diversity ~ zinc, data=medley.clementis) emmeans::emmeans(medley2, "zinc") You can see the difference in the calls: medley2$call medley

Re: [R] SpreadLevelPlot for more than one factor

2018-01-09 Thread Ashim Kapoor
Dear Sir, Many thanks for your reply. I have a query. I have a whole set of distributions which should be made normal / homoscedastic. Take for instance the warpbreaks data set. We have the following boxplots for the warpbreaks dataset: a. boxplot(breaks ~ wool) b. boxplot(breaks ~ tension) c.

Re: [R] barplot_add=TRUE

2018-01-09 Thread Gerrit Eichner
Dear Sibylle! Am 09.01.2018 um 10:24 schrieb Sibylle Stöckli: Dear Gerrit Thanks a lot. "rbind" seems to be the right function. Unfortunately there is a shift in the x-axis (see pdf). There are 52 trapcatch values each, m and w, but m$trapcatch and w$trapcatch are shifted up to x-value 60.

Re: [R] barplot_add=TRUE

2018-01-09 Thread Sibylle Stöckli
Dear Gerrit Thanks a lot. "rbind" seems to be the right function. Unfortunately there is a shift in the x-axis (see pdf). There are 52 trapcatch values each, m and w, but m$trapcatch and w$trapcatch are shifted up to x-value 60. The follow-up lines for temp and humidity are fine. Thanks Sibyl

[R] [R-pkgs] 'coindeskr' to access coindesk API Bitcoin Price (Historic)

2018-01-09 Thread AMR RS
Hello Rusers, Introducing *coindeskr - *an R package to access coindesk API Bitcoin Price Index (Including Historic Price). https://github.com/amrrs/coindeskr https://cran.r-project.org/package=coindeskr Please share your feedback using it. Regards, Abdul [[alternative HTML version de

Re: [R] barplot_add=TRUE

2018-01-09 Thread Jim Lemon
Hi Sibylle, I might have the wrong idea, but does this: hecke<-matrix(sample(1:40,104,TRUE),nrow=2) library(plotrix) barp(hecke,col=c("lightblue","pink")) legend(43,40,c("M","F"),fill=c("lightblue","pink")) do what you want? It is also possible to display this as a nested bar plot showing males a

Re: [R] [FORGED] Error occurring in "emmeans" package for the two data sets I used. Please help.

2018-01-09 Thread Rolf Turner
On 07/01/18 02:19, Akhilesh Singh wrote: I am a Professor of Statistics at Indira Gandhi Krishi Vishwavidyalaya, Raipur, India. While teaching in class about analysis of variance using R, I was doing a one-way analysis for the two data-sets given below in the R-class. I got a typical error in "

Re: [R] barplot_add=TRUE

2018-01-09 Thread Gerrit Eichner
Hi, Sibylle, since you write '"mathematically" add', does barplot(rbind(m$trapcatch, w$trapcatch)) do what you want (modulo layout details)? Hth -- Gerrit - Dr. Gerrit Eichner Mathematical Institute, Room

[R] barplot_add=TRUE

2018-01-09 Thread Sibylle Stöckli
Dear R users aim Barplot of insect trap catches (y variable trapcatch) at one specific station (variable FiBL_Hecke) from week 1-52 ( x variable week). It works well using the function tapply (sum trapcatch per week, males and females not separated), however, I intend to separate the y variable