R devloper at @voltrondata, former @rstudio summer intern, ggplot2
- Nova Scotia, Canada
- https://fishandwhistle.net/
- @paleolimbot
Block or Report
Block or report paleolimbot
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
2,294 contributions in the last year
We're celebrating 100 million developers!
Less
More
Contribution activity
January 2023
Created 89 commits in 15 repositories
Created 2 repositories
Created a pull request in pola-rs/r-polars that received 32 comments
Export ArrowArrayStream from polars data frame
Building on the excellent experiments of @sorhawell in rpolars/rpolars#4 and rpolars/rpolars@main...nanoarrow , this is an attempt to export data f…
+268
−7
•
32
comments
Opened 20 other pull requests in 6 repositories
apache/arrow
1
open
3
closed
5
merged
- GH-33851: [C++] Update bundled boost version
- GH-33701: [R] Fix one-definition rule warning in link-time optimization
- GH-33705: [R] Fix link on README
- GH-33701: [R] See if removing sccache use for link-time optimization job fixes an error
- GH-33635: [R][CI] Add CI job to test gcc13
- GH-15189: [R] Skip S3 tests on MacOS 10.13
- GH-14474: Opportunistically delete R references to shared pointers where possible
- ARROW-18337: [R] Possible undesirable handling of POSIXlt objects
- GH-27494: [R] Implement RPrimitiveConverter for Decimal type
apache/arrow-nanoarrow
1
open
5
merged
- chore(r): Use cleanup instead of configure to vendor nanoarrow, remove hacks
- chore(ci): Ensure nanoarrow.hpp is bundled; reduce commit frequency of bundled updates
- fix(ci): Actually commit bundled IPC extension to dist/
- Update build configuration for IPC extension
-
[R] Make sure
remotes::install_github()
works on Windows - Revisit some poorly chosen names
paleolimbot/rosm
2
merged
r-lib/pkgbuild
1
merged
apache/arrow-adbc
1
open
r-spatial/s2
1
merged
Reviewed 32 pull requests in 6 repositories
apache/arrow
20 pull requests
- GH-33892: [R] Map dplyr::n() to count_all kernel
- MINOR: [R] Fix URL in R package release checklist
- GH-32653: [C++] Cleanup error handling in execution engine
- GH-33746: [R] Update NEWS.md for 11.0.0
- GH-33760: [R][C++] Handle nested field refs in scanner
- GH-33777: [R] Nightly builds failing due to dataset test not being skipped on builds without datasets module
- GH-33779: [R] Nightly builds (R 3.5 and 3.6) failing due to field refs test
- GH-33526: [R] Implement new function open_dataset_csv with signature more closely matching read_csv_arrow
- GH-18818: [R] Create a field ref to a field in a struct
- MINOR: Update NEWS.md regarding parse_date_time
- GH-33666: [R] Remove extraneous argument to semi_join
- GH-14981: [R] Forward compatibility with dplyr::join_by()
- GH-33638: [C++] Removing ExecPlan::Make deprecation warning
- GH-33621: [Documentation][Developer Tools] Add CODEOWNERS file
- GH-14474: Opportunistically delete R references to shared pointers where possible
- GH-27494: [R] Implement RPrimitiveConverter for Decimal type
- GH-15151: [C++] ]Adding RecordBatchReaderSource to solve an issue in R API
- GH-32685: [R] Implement lubridate::with_tz and lubridate::force_tz
- ARROW-16266: [R] Add StructArray$create()
- ARROW-18240: [R] head() is crashing on some nightly builds
voltrondata/substrait-r
8 pull requests
-
Implement binding for
n_distinct()
- Implement if_else
- Implement grepl()
- Implement %in%, between(), !, &, | and is.na() for Arrow
- Implement head() for SubstraitCompiler objects
- Add translations for Arrow arithmetic functions
-
Implement helper functions
as_substrait_expression()
andas_substrait_type()
- Implement logical comparison functions
apache/arrow-adbc
1 pull request
apache/arrow-nanoarrow
1 pull request
pola-rs/r-polars
1 pull request
paleolimbot/qgisprocess
1 pull request
Created an issue in apache/arrow that received 28 comments
[R] Package Arrow 11.0.0 for R/CRAN
Describe the bug, including details regarding any error messages, version, and platform. Packaging checklist for CRAN release For a high-level over…
25 of 42 tasks
Opened 30 other issues in 12 repositories
apache/arrow
6
open
7
closed
- [R] Crash on MacOS (x86) when running tests with homebrew apache-arrow also installed
- [R] The R development documentation nightly fails to load Arrow
- [R] R package fails to install when using clang-16 as the compiler
- [R][CI] MacOS install from local job is failing
- [R] Link on README is broken
- [R] Link-time optimization reports violations of one-definition rule in the R package
- [R] Two tests are failing with to-be-released dplyr dependency
- R package has pragmas that are supressing diagnostics
- [R] R package has a note about suppressed diagnostics on CRAN
- R package may be failing to compile on gcc13
-
[CI][R]
mutex lock failed: Invalid argument
on MacOS 10.13 on process shutdown -
head()
beforecollect()
is not generating the expected ExecPlan -
Should
GetIOThreadPool()
be accessible from installed headers?
apache/arrow-nanoarrow
5
open
1
closed
- Add release infrastructure for an initial 0.1 release
- [Extension-IPC][R] Implement R bindings to the R IPC extension
- [Extension-IPC] Implement RecordBatch message decoding
- [Extension-IPC] Complete decoding of the Schema message type
- [Extension-IPC] Add doxygen for the IPC extension
- [Extension-IPC] Refactor build system for IPC extension