r-universe-org/Create R source package
Creates source package from git url
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Git URL where to clone from | yes | — |
| ref | Which commit to checkout | no | — |
| subdir | Subdirectory in which the package lives | no | — |
| branch | Name of the branch we are tracking | no | — |
| articles | Should we build articles (vignettes) | no | — |
Outputs
| name | description |
|---|---|
| PACKAGE | Name of the package |
| VERSION | Version of the package |
| SOURCEPKG | Filename of the source package |
| BINARYPKG | Filename of the binary package |
| COMMIT_TIMESTAMP | Time of the last commit |
| PKGLOGO | Path to logo within pkg dir |
| MAINTAINERINFO | Base64 encoded JSON list with maintainer data |
| VIGNETTES | Base64 encoded JSON vignettes list |
| COMMITINFO | Base64 encoded JSON list with commit data |
| GITSTATS | Base64 encoded JSON list with git stats |
| NEEDS_COMPILATION | If the source package has a src dir |
| RVERSION | Version of R used |