Josiah Parry

Results 176 issues of Josiah Parry

dock_from_renv() writes a Dockerfile with cran.rstudio.com as the CRAN repository which does not serve linux binaries. For a better experience, RStudio Package Manager should be added as the default package...

The default `FROM` argument is `rocker/r-base` which is a debian image. Using the `distro` arg helps find the appropriate system dependencies. the `FROM` argument will _always_ be `rocker/r-base` for all...

bug

This PR drafts a function `calculate_significance()` to provide a consistent way to calculate pseudo-p values from a reference distribution. It is based on the discussion at https://github.com/pysal/esda/issues/199

### Summary I'm trying to pickup petgraph for spatial statistics however I'm finding it hard to get going due to a lack of examples. It would be great if there...

I am working with a new package with a DESCRIPTION file that does not have the repository or the URL. I've added the following to my _pkgdown.yml ```yaml navbar: right:...

feature
navbar :world_map:

Is it possible to derive `ToVectorValue` for `Dataframe`? Right now, you cannot return a `Dataframe` from a function. Here is a real use case I have with `arcgeocode` that I...

At present you can create a `Dataframe` from `Vec` using `#[derive(IntoDataFrameRow)]` the result is a `Dataframe`. This result, theoretically, should provide access to the internal struct via an iterator. There...

The `as_typed_slice()` trait is not part of the prelude. It has utility for being able to modify elements of a vector in place without having to handle rust types directly....

date and datetime field support would be nice. These would be represented as Date, POSIXct respectively. There wouldn't be time-zone support since thats a whole hell hole. Conversion could be...

Issue noticed in [extendr/b64#2](https://github.com/extendr/b64/pull/2). `Robj`s have an `inherits()` method which is useful for checking classes of objects. However, the `Raw` object does not inherit the "raw" class as it should....