Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Yes. Yes. That info is on their site. That info is on their site. They have paid support for their customers and non-Microsoft-R-platform-dependent packages will (most likely) still be answered by the community. This is just...
You can use gsub() instead of sub() On Fri, May 27, 2016 at 11:10 AM, Jun Shen <jun.shen.ut at gmail.com> wrote: > Dear list, > > Say I have a data frame > > test <- data.frame(C1=c('a,b...
Hey folks, epidata ? https://cran.r-project.org/package=epidata ? hit CRAN a few days ago. It provides tools to retrieve Economic Policy Institute data library extracts from their "hidden"-but-well-conceived API, returning pristine data frames. EPI <http...
I'm pleased to announce that splashr is now on CRAN: https://CRAN.R-project.org/package=splashr The package is an R interface to the Splash javascript rendering service. It works in a similar fashion to Selenium but is...
I'm afraid we'll need more information that that since the answer from many folks on the list to such a generic question is going to be a generic "yes". What's the source of the binary files? If...
Assuming that's qplot from ggplot2, it's trying to pass span to the Point Geom which doesn't recognize it. I highly suggest moving away from using qplot and working with the stat_s and geom_s directly with...
Hey folks, I'm pleased to announce the inaugural release of my hrbrthemes (0.1.0) on CRAN: https://CRAN.R-project.org/package=hrbrthemes The primary goal of said package is to provide opinionated typographical and other aesthetic defaults...
I've had a TODO on the list for a while to produce a daily R-devel binary build for macOS since I have some spare macOS compute cycles available. If there's sufficient interest I can copy the build...
I came across https://cran.rstudio.com/web/packages/boxoffice/index.html in CRAN today and while I don't expect CRAN to be a legal authority, should there not be some kind of policy for excluding R packages that...
I think your tool is a bit overzealous. VirusTotal - https://virustotal.com/en/file/5fd1b2fc5c061c0836a70cbad620893a89a27d9251358a5c42c3e49113c9456c/analysis/ & https://virustotal.com/en/file/e133ebf5001e1e991f1f6b425adcfbab170fe3c02656e3a697a5ebea961e909c/analysis/ - shows no sign of any malware in the 32-bit DLLor 64-bit DLL (I tested r...
purrr::map(paste0(letters, collapse=""), ~purrr::map2_chr(., 1:nchar(.), ~substr(.x, 1, .y)))[[1]] seems to crank really fast at least on my system what did you try that was slow? On Wed, Oct 19, 2016 at 11:01...
Here's one way in base R: df <- data.frame(id=c("A","A","B","B"), first=c("BX",NA,NA,"LF"), second=c(NA,"TD","BZ",NA), third=c(NA,NA,"RB","BT"), fourth=c("LG","QR",NA,NA...
I finally had some cycles to format a few spare external drives as APFS volumes. I didn't expect R to behave badly and I was proven correct that it works with directories & files on APFS volumes equally as well...
qtbase - https://cran.rstudio.com/web/packages/qtbase/index.html - is just one (quickly found) example of pkgs using cmake. the installr pkg will enable folks to install cmake on windows pretty easily, as well. On Wed, Aug 10, 2016...
`stringi::stri_count()` I know that the `stringr` pkg saves some typing (it wraps the `stringi` pkg), but you should really just use the `stringi` package. It has many more very useful functions with not too much more typing. On...
Did you try: cor(mat, method="kendall", use="pairwise") That only provides the matrix (so the equiv of the $r list component), but that seems to be all you need. On Fri, Jun 17, 2016 at 5:47 AM, Shane...
Hey folks, I'm pleased to announce the inaugural release of my hrbrthemes (0.1.0) on CRAN: https://CRAN.R-project.org/package=hrbrthemes The primary goal of said package is to provide opinionated typographical and other aesthetic defaults...
You might want to read Amazon's terms of service before crawling their site: http://www.amazon.in/gp/help/customer/display.html/ref=footer_cou/276-8549425-3823542?ie=UTF8&nodeId=200545940 On Tue, Jun 30, 2015 at 3...
Yep. It should switch to Let's Encrypt with the automated cert renewals ASAP. On Sat, May 30, 2020 at 4:17 PM G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: > > On macOS 10.15.5 and R...
I've got a Vagrant setup (I dislike Docker on OS X) that I'm nearly ready to push to github as well. Will post here once done. On Wed, Jul 22, 2015 at 6:45 PM, Jonathan Callahan <jonathan...
Can't find what you're looking for? Try searching with Google .