Jonathan Zadra

Results 69 issues of Jonathan Zadra

I"m generating two maps, one using the `usa_composite()`, and another using a shapefile downloaded from elsewhere. For each of them, I apply `points_elided()` and then use `ggmap()`. When I generate...

`points_elided()` moves Alaska and Hawaii on top of mexico, producing something like this: ![image](https://user-images.githubusercontent.com/25590353/48214396-13d47100-e33d-11e8-802c-43ac076c82d6.png) Is there some way to make adjustments to where they end up? I don't see any...

enhancement

``` Downloading GitHub repo hrbrmstr/albersusa@master from URL https://api.github.com/repos/hrbrmstr/albersusa/zipball/master Installing albersusa trying URL 'https://cran.rstudio.com/src/contrib/classInt_0.1-24.tar.gz' Content type 'application/x-gzip' length 19194 bytes (18 KB) ================================================== downloaded 18 KB Installing classInt trying URL 'https://cran.rstudio.com/src/contrib/e1071_1.6-8.tar.gz'...

I've tried all versions of these, but nothing has any effect. I"m trying to plot about a 20x20 matrix, and the R values in the upper diagonal are unreadably tiny...

Is there any way to limit the search results either to the area being viewed on the map, or by hardcoding it (for instance just for North Carolina, or a...

question

The potential values that markerColor can accept is incomplete. For instance, "gray", "lightgray", and several others work. It would be great if the help file can be updated with every...

I think there is a typo/disagreement between the text and the image in the environments page. The text shows `b` getting `d`, however the image shows that `a` now has...

This is a weird string, but regardless `str_wrap()` is failing to split part of it at the specified width: ``` r library(tidyverse) str_wrap("2-Propenoic acid, 1,1'-[2-[[(1-oxo-2-propen-1-yl)oxy]methyl]-2-[[[[[[1,3,3-trimethyl-5-[[[3-[(1-oxo-2-propen-1-yl)oxy]-2,2-bis[[(1-oxo-2-propen-1-yl)oxy]methyl]propoxy]carbonyl]amino]cyclohexyl]methyl]amino]carbonyl]oxy]methyl]-1,3-propanediyl] ester", width = 50) %>%...

Attempting to paste using the datapasta package addin will not paste to popped-out editor windows. If the popped out window is in focus, the contents get pasted into one of...

RStudio issue

I'm going to leave out a reprex since it would be somewhat involved unless I hear back that one would be useful - I thought I'd first check if the...

question
RStudio