kou commented on issue #141:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/141#issuecomment-1451217360

   `session_info`:
   
   ```text
   > sessioninfo::session_info(c("blob", "hms", "rlang", "tibble", "vctrs", 
"withr"))
   ─ Session info 
────────────────────────────────────────────────────────────────────────────────────────────────────
    setting  value
    version  R version 4.2.2 Patched (2022-11-10 r83330)
    os       Debian GNU/Linux bookworm/sid
    system   x86_64, linux-gnu
    ui       X11
    language (EN)
    collate  ja_JP.UTF-8
    ctype    ja_JP.UTF-8
    tz       Asia/Tokyo
    date     2023-03-02
    pandoc   2.17.1.1 @ /bin/pandoc
   
   ─ Packages 
────────────────────────────────────────────────────────────────────────────────────────────────────────
    package   * version date (UTC) lib source
    blob        1.2.3   2022-04-10 [1] CRAN (R 4.2.2)
    cli         3.5.0   2022-12-20 [1] CRAN (R 4.2.2)
    ellipsis    0.3.2   2021-04-29 [1] CRAN (R 4.1.2)
    fansi       1.0.3   2022-03-24 [1] CRAN (R 4.2.2)
    glue        1.6.2   2022-02-24 [1] CRAN (R 4.2.2)
    hms         1.1.2   2022-08-19 [1] CRAN (R 4.2.2)
    lifecycle   1.0.3   2022-10-07 [1] CRAN (R 4.2.2)
    magrittr    2.0.3   2022-03-30 [1] CRAN (R 4.2.2)
    pillar      1.8.1   2022-08-19 [1] CRAN (R 4.2.2)
    pkgconfig   2.0.3   2019-09-22 [1] CRAN (R 4.0.2)
    rlang       1.0.6   2022-09-24 [1] CRAN (R 4.2.2)
    tibble      3.1.8   2022-07-22 [1] CRAN (R 4.2.2)
    utf8        1.2.2   2021-07-24 [1] CRAN (R 4.1.2)
    vctrs       0.5.1   2022-11-16 [1] CRAN (R 4.2.2)
    withr       2.5.0   2022-03-03 [1] CRAN (R 4.2.2)
   
    [1] /usr/local/lib/R/site-library
    [2] /usr/lib/R/site-library
    [3] /usr/lib/R/library
   
   
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   ```
   
   `packageVersion("arrow")`:
   
   ```text
   > packageVersion("arrow")
   [1] ‘8.0.0.20220529’
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to