sj-io commented on issue #39206: URL: https://github.com/apache/arrow/issues/39206#issuecomment-1920021182
@glin I believe it's working. I removed the package and uninstalled/reinstalled a couple different ways (including using `repos = "https://packagemanager.posit.co/cran/latest"`, a regular install with no conditions, and installing inside and outside of an renv package) and didn't run into any issues when I tried to render pages that use arrow. ``` > packageDescription("arrow") Package: arrow Title: Integration to 'Apache' 'Arrow' Version: 14.0.0.2 Authors@R: c( person("Neal", "Richardson", email = "[email protected]", role = c("aut")), person("Ian", "Cook", email = "[email protected]", role = c("aut")), person("Nic", "Crane", email = "[email protected]", role = c("aut", "cre")), person("Dewey", "Dunnington", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-9415-4582")), person("Romain", "Fran\u00e7ois", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")), person("Jonathan", "Keane", email = "[email protected]", role = c("aut")), person("Drago\u0219", "Moldovan-Gr\u00fcnfeld", email = "[email protected]", role = c("aut")), person("Jeroen", "Ooms", email = "[email protected]", role = c("aut")), person("Jacob", "Wujciak-Jens", email = "[email protected]", role = c("aut")), person("Javier", "Luraschi", email = "[email protected]", role = c("ctb")), person("Karl", "Dunkle Werner", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-0523-7309")), person("Jeffrey", "Wong", email = "[email protected]", role = c("ctb")), person("Apache Arrow", email = "[email protected]", role = c("aut", "cph")) ) Description: 'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. This package provides an interface to the 'Arrow C++' library. Depends: R (>= 3.4) License: Apache License (>= 2.0) URL: https://github.com/apache/arrow/, https://arrow.apache.org/docs/r/ BugReports: https://github.com/apache/arrow/issues Encoding: UTF-8 Language: en-US SystemRequirements: C++17; for AWS S3 support on Linux, libcurl and openssl (optional) Biarch: true Imports: assertthat, bit64 (>= 0.9-7), glue, methods, purrr, R6, rlang (>= 1.0.0), stats, tidyselect (>= 1.0.0), utils, vctrs RoxygenNote: 7.2.3 Config/testthat/edition: 3 Suggests: blob, curl, cli, DBI, dbplyr, decor, distro, dplyr, duckdb (>= 0.2.8), hms, jsonlite, knitr, lubridate, pillar, pkgload, reticulate, rmarkdown, stringi, stringr, sys, testthat (>= 3.1.0), tibble, tzdb, withr LinkingTo: cpp11 (>= 0.4.2) Collate: 'arrowExports.R' 'enums.R' 'arrow-object.R' 'type.R' ..... NeedsCompilation: yes Packaged: 2023-12-01 18:37:34 UTC; jwj Author: Neal Richardson [aut], Ian Cook [aut], Nic Crane [aut, cre], Dewey Dunnington [aut] (<https://orcid.org/0000-0002-9415-4582>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Jonathan Keane [aut], Dragoș Moldovan-Grünfeld [aut], Jeroen Ooms [aut], Jacob Wujciak-Jens [aut], Javier Luraschi [ctb], Karl Dunkle Werner [ctb] (<https://orcid.org/0000-0003-0523-7309>), Jeffrey Wong [ctb], Apache Arrow [aut, cph] Maintainer: Nic Crane <[email protected]> Repository: RSPM Date/Publication: 2023-12-02 01:30:03 UTC Built: R 4.3.0; x86_64-pc-linux-gnu; 2024-01-03 00:08:18 UTC; unix ``` When I load it outside of a project with renv it lists "Repository: CRAN". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
