packages

Validate parameters for create CRAN package

Validate parameters for create CRAN package

post/packages/{owner}/{repo}/validate-upload/cran/

Request body

architecturestring

Binary package uploads for macOS should specify the architecture they were built for.

package_filestring required

The primary file for the package.

r_versionstring nullable

Binary package uploads should specify the version of R they were built for.

republishboolean

If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.

tagsstring nullable

A comma-separated values list of tags to add to the package.

Response

Validation was successful, parameters are OK.

Changes

No recorded changes to this endpoint across all 1 revision of this API.