Josh Persi

Results 9 issues of Josh Persi

Hello, When I run the following code: ``` library(graphhopper) key

Hi @crazycapivara, Many thanks for your help on my previous issue. I'm trying to map transport-truck flow among Canadian cities, so this package has been really exciting. My current issue...

Hello, When I load packages with `p_load` in VS Code, I am unable to see code completion suggestions for function names. ![image](https://user-images.githubusercontent.com/38633218/196776240-623ba64a-6932-41ed-b65d-b6e717530122.png) However, when I load packages with `library()`, I...

**Before filing a bug** - [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')` - [x] I have installed the latest hook revisions (update with `precommit::autoupdate()`) -...

Hello, I'm very excited to use the cleanNLP package with the coreNLP backend. I'm a first time user of both, and am running into an error when running `cnlp_annotate()` with...

I find `httpgd` really enjoyable to use in VS Code and in my dual-monitor setup, I often open the plot viewer externally in a browser, close the plot viewer in...

enhancement

Hello, I am developing a Shiny app that includes several mutually dependent (i.e. bidirectional) filters of several data types (e.g. character, numeric, date). I would like the values of each...

Hi Crosstalk folks, I'm creating a Shiny app that uses a shared data environment to connect a leaflet map to a data table, as you've done [here](https://rstudio.github.io/crosstalk/). However, the dataset...

I am unable to reproduce a gif using the example code in the [README.md](https://github.com/thebioengineer/camcorder/blob/main/README.md). Here is minimal subset of the code: ```r library(ggplot2) library(camcorder) gg_record( dir = file.path(tempdir(), "recording100"), #...

bug