Nic Crane
Nic Crane
In networkx >= 2.4, the `Graph.node` function has been deprecated in favour of `Graph.nodes` (see https://networkx.org/documentation/stable/release/release_2.4.html#deprecations). This means that when using versions of networkx greater or equal to 2.4, when...
This PR introduces a partial implementation for `dplyr::across()` when called within `dplyr::mutate()`. ``` r arrow_table(iris) %>% mutate(across(starts_with("Sepal"), list(round, sqrt))) #> Table (query) #> Sepal.Length: double #> Sepal.Width: double #> Petal.Length:...
Initial PR implementing functionality similar to that mentioned in #1373 Deployed here: https://625ecfe71b4b2d1ec74155ac--rococo-beijinho-f54560.netlify.app/ Overview of changes: * If a user supplies a file `versions.json` in their package's `pkgdown/assets` directory, when...
This PR uses "pkg-config --static ... arrow" to collect build flags. "pkg-config --static ... arrow" reports suitable build flags that depend on build options and used libraries for Apache Arrow...
# Packaging checklist for CRAN release For a high-level overview of the release process see the [Apache Arrow Release Management Guide](https://arrow.apache.org/docs/developers/release.html#post-release-tasks). ## Before the release candidate is cut - [x]...
### Describe the bug, including details regarding any error messages, version, and platform. I'm trying to repartition a ~10Gb dataset based on a new variable, but I can't work out...
### Rationale for this change When printing objects with data with lots of rows, the output is long and unwieldy. ### What changes are included in this PR? * Truncates...
### Describe the bug, including details regarding any error messages, version, and platform. I was trying to write up an R example using a dataset that has lots of dictionary...