[R-pkg-devel] Package required but not available: ‘arrow’
Jan van der Laan
rhe|p @end|ng |rom eoo@@dd@@n|
Thu Feb 22 10:02:21 CET 2024
This error indicates that the arrow package is unavailable on the system
where your package is checked. At
https://cran.r-project.org/web/checks/check_results_arrow.html you can
see that the arrow package is currently not working with clang on fedora
an debian. This is not something that you can fix. All you can do is
report this with the arrow maintainers if it is not already reported,
and wait until this is fixed.
HTH,
Jan
On 21-02-2024 23:15, Park, Sung Jae wrote:
> Hi,
>
> I’m writing to seek assistance regarding an issue we’re encountering during the submission process of our new package to CRAN.
> The package in question is currently working smoothly on R CMD check on Windows; however, we are facing a specific error when running R CMD check on Debian. The error message we’ve got from CRAN is as follows:
>
> ```
> ❯ checking package dependencies ... ERROR
> Package required but not available: ‘arrow’
>
> See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
> manual.
> ```
>
> We have ensured that the ‘arrow’ package is properly listed in DESCRIPTION file under the ‘Imports:’.
> Could you please provide guidance on how to resolve this? Any help will be valuable.
>
> Thank you in advance.
>
> Best,
> --Sungjae
>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
More information about the R-package-devel
mailing list