prqlc-r icon indicating copy to clipboard operation
prqlc-r copied to clipboard

R Bindings for the prqlc Rust Library

Results 14 prqlc-r issues
Sort by recently updated
recently updated
newest added

Bumps [savvy](https://github.com/yutannihilation/savvy) from 0.5.3 to 0.6.1. Changelog Sourced from savvy's changelog. [v0.6.1] (2024-04-26) Minor improvements Now savvy no longer uses SETLENGTH, which is a so-called "non-API" thing. [v0.6.0] (2024-04-20) Breaking...

dependencies
rust

Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.3.2 to 0.6.13. Commits 0e062b8 chore: Release 986a297 docs: Update changelog 6fdb4ef Merge pull request #179 from epage/auto 16a0aaa fix(stream): Give NO_COLOR higher precedence 69a8c69 refactor(stream): Clarify...

dependencies
rust

Related to PRQL/prql#4081 - package name: prqlr -> prqlc - repo name: eitsupi/prqlr -> PRQL/prqlc-r (?) @max-sixty When transferring this repository to the PRQL organization, should the repository name be...

documentation
breaking change

Just for sharing. https://github.com/tkaitchuck/aHash/issues/200 is the issue and this is probably just a temporary one. ``` error[E0635]: unknown feature `stdsimd` --> /tmp/RtmpAfozKq/file16ea87038/prqlr/src/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42 | 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] |...

https://github.com/PRQL/prql/pull/1561#issuecomment-1398218729 Waiting for Rust version of Debian tesitng to reach 1.65. https://tracker.debian.org/pkg/rustc

enhancement
release

Close #47 ## TODO - [ ] Configure clippy - [ ] Add config files for linters (at least markdownlint, yamllint) - [ ] markdownlint should ignore cran-comments and CRAN-SUBMISSION...

enhancement
develop

Related to PRQL/prql#2773 I disabled the colors in c49d6dee2a1eb09e4aa60aa065cb75ba3757616f (#137) because for some reason the snapshot results were different when run locally and when run on CI. If the snapshot...

enhancement
help wanted

It does not seem to work with errors now.

enhancement
develop

Currently, the code block for `prql` is converted to `elm`. This is because `prql` is not considered a valid language by Pandoc. https://github.com/eitsupi/prqlr/blob/61b207365f0101326ebdbe70d2e364a33a1cf2dd/R/knitr-engine.R#L21-L26 When a `prql` is registered in Pandoc...

enhancement
upstream

Related to #109 - Add scripts to test - Add task to Taskfile - Set GitHub Actions workflow

develop