Skip to content

Commit

Permalink
Add note about troubleshooting arrow install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Apr 2, 2024
1 parent 6ff4dba commit db8410f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ You can install the development version of hubValidations like so:
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations")
```

> ##### 💡 TIP
> `hubValidations` has a dependency on the `arrow` package. For troubleshooting `arrow` installation problems, please consult the [`arrow` package documentation](https://arrow.apache.org/docs/r/#installation).
>
> You could also try installing the package from the [Apache R Universe repository](https://apache.r-universe.dev) with:
>
> ```r
> install.packages("arrow", repos = c("https://apache.r-universe.dev", "https://cran.r-project.org"))
> ```
***
## Code of Conduct
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ You can install the development version of hubValidations like so:
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations")
```

> ##### 💡 TIP
>
> `hubValidations` has a dependency on the `arrow` package. For
> troubleshooting `arrow` installation problems, please consult the
> [`arrow` package
> documentation](https://arrow.apache.org/docs/r/#installation).
>
> You could also try installing the package from the [Apache R Universe
> repository](https://apache.r-universe.dev) with:
>
> ``` r
> install.packages("arrow", repos = c("https://apache.r-universe.dev", "https://cran.r-project.org"))
> ```
------------------------------------------------------------------------
## Code of Conduct
Expand Down

0 comments on commit db8410f

Please sign in to comment.