Re: [R] tidyr gather(function)

2019-07-15 Thread Patrick (Malone Quantitative)
What happens if you use key=year? Also, tables get mangled when you post in HTML to plain-text list. On Mon, Jul 15, 2019 at 6:47 PM wrote: > > r-help > > > > Needing to transform some data for a time series (1930 - 2018). > > > > > tempDat > # A tibble: 89 x 13 > Year Jan Feb Mar A

[R] tidyr gather(function)

2019-07-15 Thread reichmanj
r-help Needing to transform some data for a time series (1930 - 2018). > tempDat # A tibble: 89 x 13 Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 1 1930 5260.3 60.6 72.2 71.7 86.8 91.3 89.7 82.3 70.4 60.2 52.2 2 1931 52.9

Re: [R] Missing Library

2019-07-15 Thread Bert Gunter
This is R-help *not* RStudio help. Go to their website for assistance. R and RStudio are totally different software. 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 strip )

[R] Missing Library

2019-07-15 Thread Stephen P. Molnar
I have installed RStudio in my new implementation of Debian Buster. \ comp@AbNormal:~/Downloads/RStudio$ sudo -s dpkg -i rstudio-1.2.1335-amd64.deb (Reading database ... 149026 files and directories currently installed.) Preparing to unpack rstudio-1.2.1335-amd64.deb ... Unpacking rstudio (1.2.1

[R] [R-pkgs] packagefinder 0.1.4: Finding packages from the R console

2019-07-15 Thread joachim
Hello everyone, Currently, there are more than 14,500 R packages on CRAN providing R with an unparalleled wealth of features. The downside of the large and increasing amount of packages is that it becomes increasingly difficult to find the right tools to tackle a specific problem. The 'packag

[R] ggplot2 plots/results are different within and outside of loop bug

2019-07-15 Thread mailer@app.tempr.email
Dear Community,I made a Stackoverflow post that I really could use some professional help here (or the issue is just something really really simple :D)https://stackoverflow.com/questions/57029118/ggplot2-plots-results-are-different-within-and-outside-of-loop-bug";>ggplot2 plots/results are diffe

Re: [R] Problem in enrichR package

2019-07-15 Thread Mohammadian
Thank you Jeff. I emailed the mainainer. On 7/14/19, Jeff Newmiller wrote: > The best place to make such reports is to the email address returned by the > maintainer() function. If you think it might be something other users might > know about our benefit from knowing about, go ahead and cc r-hel

Re: [R] hist{graphics}

2019-07-15 Thread Martin Maechler
> Duncan Murdoch > on Sat, 13 Jul 2019 05:29:18 -0400 writes: > On 12/07/2019 11:38 a.m., Steven wrote: >> Never mind. Thanks. >> >> I found that adding parameter right=F to the call fixes it. > Drawing a histogram of discrete data often leads to bad results.