olivroy

Results 219 issues of olivroy

Some concepts of gt are valuable to learn as a whole I believe it would be interesting to have that for other parts of gt - [ ] Specifying `columns`...

Type: ★ Enhancement

```r fs::path_dir("~") #> "C:/Users/username", should be C:/Users # using fs::path() doesn't help fs::path_dir(fs::path("~")) #> "C:/Users/username", should be C:/Users ``` A workaround is this (if you know that your file exist....

+ redocument with CRAN roxygen2 and commit left-overs.

the print method could use `cli::format_inline()` to do so!

```r library(reactable) # https://github.com/glin/reactable/issues/94 mtcars |> reactable( groupBy = c("cyl", "vs"), defaultExpanded = TRUE, columns = list( cyl = colDef(name = "", grouped = JS(" function(cellInfo) { return cellInfo.value }"))...

enhancement

```r data.frame(.rownames = c(1, 1, 0), vs = c(1, 2, 3)) |> reactable::reactable(rownames = T) ``` I get this table currently on R 4.3.2 ![image](https://github.com/glin/reactable/assets/52606734/c2184c04-a1cf-43c1-a50b-da380706423f) However in `?reactable::reactable`, it is...

doc

Since superseded by rlang https://rlang.r-lib.org/news/#argument-intake-1-0-0

with ```r options( warnPartialMatchArgs = TRUE, warnPartialMatchDollar = TRUE, warnPartialMatchAttr = TRUE ) ``` to fix CI and make #320 pass Still failures, but it's cleaner, and unrelated to the...

In openxlsx2 0.8, arguments were changed to snake case https://janmarvin.github.io/openxlsx2/news/index.html#openxlsx2-08 `rows` and `cols` are also deprecated in favour of dims (the cell range) See details in https://janmarvin.github.io/openxlsx2/news/index.html#breaking-changes-0-8. The legacy arguments...

for discoverability ``` URL: https://dreamrs.github.io/fresh/, https://github.com/dreamRs/fresh ```