Josiah Parry

Results 163 issues of Josiah Parry

- [ ] Check rev deps - [ ] - if any exist remediate / remove - [ ] Update readme to indicate that this package is no longer being...

Hi there! I'm working to make a hexagonal tessellation using st_make_grid(). Perhaps this is an oversight on my end, but the argument `cellsize` is unclear to me. When specifying `cellsize`...

https://github.com/rstudio/plumber/blob/06e46f3ff5119e5f1cb8af29ef49aecb3cbb932a/R/plumber-step.R#L3 The documentation for `forward()` is rather slim. Upon reading the function documentation it is unclear how the function is to be used. For more about this function I navigated...

The plumber documentation on specifying input parameters is limited (see https://www.rplumber.io/articles/annotations.html#more-details-on-param). Take the following example: ``` #* @param double:dbl #* @get /test function(double = 0) { class(double) } ``` When...

Hey Charlie, I came across a scenario this week where I wanted to be able to query a single track's audio features based on artist name and track title. I...

enhancement

When creating a credential key with the below, the user received a popup saying "Enter the SMTP server password." It is unclear if this is supposed to be the password...

Would love to be able to share documentation links however there is no site. This is a request to create a pkgdown site.

It appears that when a p-value exceeds `0.5`, a different method of p-value calculation is used rather than the simulation p-value formula `(M + 1) / (R + 1)`. The...

https://github.com/rstudio-conf-2020/intro-to-ml-tidy/blob/27c7ba19778c0b58375944f984f20cc3f0ecd3a2/materials/exercises/05-Workflows.Rmd#L84

option(scipen=17)