Skip to content

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.

207 results for “from:Bob Rudis”

From spatial points to "spatial pictures"
Bob Rudis · Aug 5, 2015 · r-sig-geo

Can you provide a (small) real set of data (with real values for x & y)? On Wed, Aug 5, 2015 at 9:56 AM, Maurizio Marchi <mauriziomarchi85 at gmail.com> wrote: > photosynthetic > radiation

Notarization REST API
Bob Rudis · Jun 10, 2022 · r-sig-mac

FYI: there's a new notarization REST API that one can use instead of local tooling (not sure if that will be easier for the R/R.app build workflows) https://developer.apple.com/documentation/notaryapi

contrib/3.5 and contrib/3.6 empty
Bob Rudis · Mar 26, 2020 · r-sig-mac

Simon (et al), FYI Ref: https://twitter.com/bearloga/status/1243159479492972545?s=20 and also my confirmation that bin/macosx/el-capitan/contrib/3.4 is the only 3.x with binaries in it after checking home CRAN mirror. -BoB

XQuartz now supports Apple Silicon
Bob Rudis · Jan 30, 2021 · r-sig-mac

Announcement and d/l links: ? https://www.mail-archive.com/xquartz-dev at lists.macosforge.org/msg01027.html ? https://www.xquartz.org/releases/XQuartz-2.8.0_beta1.html Folks who use it should get prompted to install it next...

Version 0.8.5 of metricsgraphics is on CRAN
Bob Rudis · Jun 16, 2015 · r-packages

Version 0.8.5 of metricsgraphics is now on CRAN. It provides an 'htmlwidgets' interface to the 'MetricsGraphics.js' ('D3'-based) charting library which is geared towards displaying time-series data. There are routines for scatterplots, histograms and even 'grid...

Version 0.8.5 of metricsgraphics is on CRAN
Bob Rudis · Jun 16, 2015 · r-help

Version 0.8.5 of metricsgraphics is now on CRAN. It provides an 'htmlwidgets' interface to the 'MetricsGraphics.js' ('D3'-based) charting library which is geared towards displaying time-series data. There are routines for scatterplots, histograms and even 'grid...

issue -- Packages unavailable for R version 3.2.3
Bob Rudis · Feb 24, 2016 · r-help

>'It's not unlikely that you will need a copy of "Writing R Extensions" at hand.' + a few bottles of Scotch. It might be worth approaching rOpenSci https://ropensci.org/ to take over resurrection/maintenance of this. But, it seems...

Announcing the R Shapefile Contest
Bob Rudis · Jul 14, 2016 · r-sig-geo

IIRC at least the r-forge rgdal supports GDAL 2.0 which (I'm assuming) means it can read GeoPackage files. If that's true, then I'm sure Ari wldn't mind it being classified as a "shapefile". Barry...

Call to a function
Bob Rudis · Jun 23, 2015 · r-help

You can do something like: aaa <- function(data, w=w) { if (class(w) %in% c("integer", "numeric", "double")) { out <- mean(w) } else { out <- mean(data[, w]) } return(out) } (there are some typos in your function you may want to double...

R 3.6.2 installer / Catalina / Notarization
Bob Rudis · Dec 13, 2019 · r-sig-mac

While easily remedied via right-click + open, out-of-the-box installer gives the Apple daft (and technically incorrect since Apple could most certainly check it for malicious software): ?R-3.6.2.pkg? can?t be opened because Apple...

tooltips or annotation
Bob Rudis · Jun 14, 2015 · r-sig-geo

You could always try using leaflet : http://rstudio-pubs-static.s3.amazonaws.com/57933_7b3caba2c24e4af686420c9f27437719.html On Sun, Jun 14, 2015 at 9:12 AM, Erich Subscriptions <erich.subs at neuwirth.priv.at> wrote: > Is it possible to produce chorepeth...

MacOS Sierra
Bob Rudis · Sep 22, 2016 · r-sig-mac

Hey Roy, Aye. If you look at recent R-SIG-Mac messages, I gave a report on this yesterday. No issues with 3.2, 3.3.1 or R-devel on 10.12 (so far). -Bob On Tue, Sep 20...

Password-Shiny
Bob Rudis · Feb 23, 2016 · r-help

What would cause you to think this mailing list is a free code-writing service? Perhaps post your question on Amazon's Mechanical Turk service? Alternatively: purchase a license for Shiny Server Pro. On Tue, Feb 23, 2016 at 12...

leaflet problem
Bob Rudis · Aug 3, 2015 · r-sig-geo

It looks like you or someone else has filed an issue https://github.com/rstudio/leaflet/issues/157 for it, and that's probably the best place for it to get resolved (also the one that works for you does...

Does R work on Mac OS 10.11?
Bob Rudis · Oct 5, 2015 · r-help

I use it daily (hourly, really) on 10.11 (including the new betas). No issues. On Mon, Oct 5, 2015 at 10:03 AM, R Martinez <rm.tech at mac.com> wrote: > Has anyone tried to use R 3.2...

Sys.setFileTime()
Bob Rudis · Sep 30, 2016 · r-devel

Since there has been a recent tweak to the functionality of Sys.setFileTime() I thought it might be an opportune time to ask a question regarding the decision to set both access and modification times (i.e. settime.actime = settime...

[R-pkg-devel] Format/parser for NEWS (not NEWS.Rd)?
Bob Rudis · Oct 7, 2015 · r-package-devel

Try looking at the source for tools:::.news_reader_default and then tools::toRd On Wed, Oct 7, 2015 at 8:37 PM, Henrik Bengtsson <henrik.bengtsson at ucsf.edu> wrote: > Hi, > > I'm looking for a parser of the...

New package: epidata
Bob Rudis · Jan 12, 2017 · r-packages

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...

New CRAN Package Announcement: splashr
Bob Rudis · Aug 29, 2017 · r-packages

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...

Error: could not find function "VectorSource" in package tm
Bob Rudis · Dec 30, 2015 · r-help

Do you have any code? Any more logs from the error? It's hard to help when you've provided little more than an error message. What does the output of: library(tm) docs <- c("This is a text.", "This...

Can't find what you're looking for? Try searching with Google .