Skip to content

Commit

Permalink
Merge pull request #20 from r-multiverse/contrib
Browse files Browse the repository at this point in the history
Updates contribution example to use Arrow
  • Loading branch information
shikokuchuo authored Sep 1, 2024
2 parents a92b3cc + 64f0031 commit eaca902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contributors.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ The URL in (2) must be the true and authentic GitHub/GitLab location of the pack

::: {.callout-note collapse="true"}
## Packages in a GitHub repo subdirectory
In rare cases, the package may be in a subdirectory of a GitHub repo. In these cases, your text file may instead contain a JSON list with fields `package`, `url`, `subdir`, and `branch`, and the `branch` field must be `"*release"`. Example:
In rare cases, the package may be in a subdirectory of a GitHub repo. In these cases, your text file may instead contain a JSON list with fields `package`, `url`, `subdir`, and `branch`, and the `branch` field must be `"*release"`. [Example](https://github.com/r-multiverse/contributions/blob/main/packages/arrow):

```json
{
"package": "paws.analytics",
"url": "https://github.com/paws-r/paws",
"subdir": "cran/paws.analytics",
"package": "arrow",
"url": "https://github.com/apache/arrow",
"subdir": "r",
"branch": "*release"
}
```
Expand Down

0 comments on commit eaca902

Please sign in to comment.