Philipp Baumann
Philipp Baumann
this is a reprex before: ``` r library("prospectr") #> [34mprospectr version 0.2.6 -- [39m'chicago' #> [34mcheck the github repository at: https://github.com/l-ramirez-lopez/prospectr/[39m data(NIRsoil) spec
sorry [2eb7a17](https://github.com/l-ramirez-lopez/prospectr/pull/48/commits/2eb7a17eb2e307b969176040cac599c74b7953b5) is now a correct fix across rows.
Now with this PR branch: ``` r library("prospectr") #> [34mprospectr version 0.2.6 -- [39m'chicago' #> [34mcheck the github repository at: https://github.com/l-ramirez-lopez/prospectr/[39m devtools::session_info() #> ─ Session info ─────────────────────────────────────────────────────────────── #> setting value...
[9bd0abf](https://github.com/l-ramirez-lopez/prospectr/pull/48/commits/9bd0abf06d29f5729c8a8b9b91aad35779580942) addresses the issue of two identical test samples that were returned when `nrow(X) == 4` (because of https://github.com/l-ramirez-lopez/prospectr/blob/da9b8924ab1fa620f7e561fb3d239de23bd65171/R/duplex.R#L158). It is again not a very standard case, but in my...
Some notes on the fixes for darwin: - Google cloud storage support: https://arrow.apache.org/docs/developers/cpp/building.html: is provided via `abseil-cpp`; however this is not yet supported for darwin: => https://github.com/apache/arrow/blob/c6f20a2348b3336f2ceff5b245e5eb10db7f8ce3/cpp/CMakeLists.txt#L705 , but also...
- `rPackages.arrow` Compiles and is functional on `linux-x86_64`: ```r > arrow::arrow_info() Arrow package version: 14.0.0.2 Capabilities: acero TRUE dataset TRUE substrait TRUE parquet TRUE json TRUE s3 TRUE gcs TRUE...
For SIMD support via `xsimd` on `darwin-aarch64`, seems that things need to be tweaked for darwin there https://github.com/NixOS/nixpkgs/blob/c8e74c2f83fe12b4e5a8bd1abbc090575b0f7611/pkgs/development/libraries/xsimd/default.nix#L18C1-L21C47
```sh nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD" $ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 remote: Enumerating objects: 276, done. remote: Counting objects: 100% (235/235), done. remote: Compressing...
@Kupac fyi tried to split overrides up in `packagesWithNativeBuildInputs` and the `arrow-cpp` ` otherOverrides = old: new: ` code in `otherOverrides` section. didn't work, so i'm keeping it how it...
> We could match the version of the two arrows like this, without having to write it out by hand: [Kupac@0603a7a](https://github.com/Kupac/nixpkgs/commit/0603a7a014ccbb4c44226ecdf8fa31cd274ba322) We'd still have to update the hash when the...