Re: [R] max and pmax of NA and NaN

2018-01-19 Thread Suharto Anggono Suharto Anggono via R-help
Extremes.Rd, that documents 'max' and 'pmax', has this in "Details" section, in the paragraph before the last. By definition the min/max of a numeric vector containing an NaN is NaN, except that the min/max of any vector containing an NA is NA even if it also contains an NaN. --

Re: [R] how to search r-help?

2018-01-19 Thread José María Mateos
On Fri, Jan 19, 2018 at 10:47:56AM -0800, Mark Dwyer via R-help wrote: > 4. I cannot get anything useful from > http://dir.gmane.org/gmane.comp.lang.r.general. If I understood correctly a recent discussion on another mailing list, gmane.org web interface is broken, but will work if you use

Re: [R] how to search r-help?

2018-01-19 Thread Sarah Goslee
rseek.org is also very helpful. On Fri, Jan 19, 2018 at 6:00 PM Mark Dwyer via R-help wrote: > Thank you all for these suggestions. The nabble and markmail links are > focus(able) on r-help and easy (for me) to use. > > - Mark > > > On 19/01/18 14:04, John wrote: > > On Fri, 19 Jan 2018 10:47:56

Re: [R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
Thank you all for these suggestions. The nabble and markmail links are focus(able) on r-help and easy (for me) to use. - Mark On 19/01/18 14:04, John wrote: On Fri, 19 Jan 2018 10:47:56 -0800 Mark Dwyer via R-help wrote: I am new to this listand am unable to get the search tools listed on

Re: [R] Packages couldn't load

2018-01-19 Thread MacQueen, Don
Or the openxlsx package, which does not require Java, and is similar to the xlsx package in functionality (both reads and writes, for example). -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 On 1/16/18, 4:42

Re: [R] how to search r-help?

2018-01-19 Thread John
On Fri, 19 Jan 2018 10:47:56 -0800 Mark Dwyer via R-help wrote: > I am new to this listand am unable to get the search tools listed on > https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people > use to search the help archives? > > 1. The google search box on http://tolstoy.newcast

Re: [R] how to search r-help?

2018-01-19 Thread Marc Schwartz
> On Jan 19, 2018, at 1:47 PM, Mark Dwyer via R-help > wrote: > > I am new to this listand am unable to get the search tools listed on > https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use > to search the help archives? > > 1. The google search box on http://tolstoy.newcas

Re: [R] how to search r-help?

2018-01-19 Thread Bert Gunter
Googling "r-help archive" (!!) brought up this: http://r.789695.n4.nabble.com/R-help-f789696.html -- 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 strip ) On

Re: [R] how to search r-help?

2018-01-19 Thread David Winsemius
> On Jan 19, 2018, at 10:57 AM, Mark Dwyer via R-help > wrote: > > Also https://www.r-project.org/posting-guide.html indicates that > RSiteSearch() within R searches R-help but in my install (3.4.3) > RSiteSearch() only searches "help pages, vignettes or taskviews" > > > On 19/01/18 10:47,

Re: [R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
Also https://www.r-project.org/posting-guide.html indicates that RSiteSearch() within R searches R-help but in my install (3.4.3) RSiteSearch() only searches  "help pages, vignettes or taskviews" On 19/01/18 10:47, Mark Dwyer wrote: I am new to this listand am unable to get the search tools

[R] how to search r-help?

2018-01-19 Thread Mark Dwyer via R-help
I am new to this listand am unable to get the search tools listed on https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use to search the help archives? 1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/ returns a 404 error. 2. The http://finzi.psych.upe

Re: [R] Split charts with ggplot2, tidyquant

2018-01-19 Thread Eric Berger
Hi Charlie, Thanks. This is helpful. As mentioned in my original question, I want to be able to plot a few such charts on the same page, say a 2 x 2 grid with such a chart for each of 4 different stocks. Using your solution I accomplished this by making a list pLst of your ggplots and then calling

Re: [R] IBM Power vs Markdown

2018-01-19 Thread Marc Schwartz
Hi, As I was doing some searching, it would appear that you also posted to the package's GitHub repo and obtained a solution there: https://github.com/rstudio/markdown/issues/88 For specific packages, in situations like this, contacting the package maintainer as you did, is a good first step

[R] IBM Power vs Markdown

2018-01-19 Thread Daniel King
Hi, folks. I was wondering if any of you could point me in the right direction. Using R 3.3.3 (and later), on an IBM Power LPAR, Red Hat 7 PPC64le, markdown build fails as below. > install.packages("markdown") trying URL 'https://cloud.r-project.org/src/contrib/markdown_0.8.tar.gz' Content typ

[R] Leaflet maps. Nudging co-incident markers

2018-01-19 Thread Gavin Rudge (Institute of Applied Health Research)
I have a dataset showing points, with a category for each point and its location. I simply want to display my points, in a way that users can toggle the points on and off by category. Where I have two objects in the same category I'd like to display them nudged to appear as two distinct, but v

Re: [R] Split charts with ggplot2, tidyquant

2018-01-19 Thread Charlie Redmon
So the general strategy for getting these into separate panels in ggplot is to have a single variable that will be your response and a factor variable that indexes which original variable it came from. This can be accomplished in many ways, but the way I use is with the melt() function in the r

Re: [R] Web scraping different levels of a website

2018-01-19 Thread David Jankoski
Hey Ilio, I revisited the previous code i posted to you and fixed some things. This should let you collect as many studies as you like, controlled by the num_studies arg. If you try the below url in your browser you can see that it returns a "simpler" version of the link you posted. To get to thi

Re: [R] setSessionLimit

2018-01-19 Thread Duncan Murdoch
On 19/01/2018 7:49 AM, Benjamin Tyner wrote: Hello The doc/NEWS.2 file mentions a setSessionLimit function, added with version 2.8.0     o   setTimeLimit() function to set limits on the CPU     and/or elapsed time for each top-level computation, and     setSessionLimit() to set li

[R] [R-pkgs] MCMCvis 0.9.2 on CRAN

2018-01-19 Thread Casey Youngflesh
The latest version of `MCMCvis` is now available on CRAN. `MCMCvis` is an R package used to visualize, manipulate, and summarize MCMC output. MCMC output may be derived from Bayesian model output fit with JAGS, Stan, or other MCMC samplers. Improvements since the last CRAN release (0.8.1) include

[R] setSessionLimit

2018-01-19 Thread Benjamin Tyner
Hello The doc/NEWS.2 file mentions a setSessionLimit function, added with version 2.8.0     o   setTimeLimit() function to set limits on the CPU     and/or elapsed time for each top-level computation, and     setSessionLimit() to set limits for the rest of the session. However, I no l

Re: [R] request for code

2018-01-19 Thread Treutwein Bernhard
> http://www.math.umaine.edu/~hiebeler/comp/matlabR.pdf You might also look up the book published by the same author, see http://www.math.umaine.edu/~hiebeler/comp/matlabR.html -- Bernhard __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and m

Re: [R] flatpak installation package?

2018-01-19 Thread Treutwein Bernhard
>It is a distribution independent package format, where the applications run >in a kind of sandbox. Flatpak is supported by RedHat/Fedora/CentOS/Scientific >Linux as well as Debian/Ubuntu, and Arch. > See also: https://flatpak.org/getting.html -- Bernhard __

Re: [R] flatpak installation package?

2018-01-19 Thread Treutwein Bernhard
Hi Jeff, > it is more likely that you will need to take on scratching that new itch. thanks. Should I subscribe to the developer list and ask there? I had a deep look into the Manual "R Installation and Administration", but I fear that this is too much unknown terrain for me. Let me recall the a