Skip to content

Commit 3157c8d

Browse files
jwokatyA Wokaty
andauthored
Document Config/Bioconductor/UnsupportedPlatforms (#165)
Co-authored-by: A Wokaty <awokaty@users.noreply.github.com>
1 parent ccc39fd commit 3157c8d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

advanced-build-options.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ platform--`win`, `win64`, or `mac`--or the name of a build node. For example
1111

1212
UnsupportedPlatforms: win64, kjohnson3
1313

14+
**Note**: Newer packages should use `Config/Bioconductor/UnsupportedPlatforms`
15+
as described in [the DESCRIPTION file][description-file] for the transition to
16+
R Universe.
17+
1418
## Optional builds: long tests and GPU builds
1519

1620
Two optional builds are available to software packages: long tests and GPU

description-file.Rmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,10 @@ during package installation.
221221
This is required if submitting a `Docker` or `Workflow`.
222222
Otherwise this field could optionally define the type of Bioconductor package
223223
`Software`, `ExperimentData`, `Annotation`.
224+
225+
## `Config/Bioconductor/UnsupportedPlatforms` {#description-unsupportedplatforms}
226+
227+
Add this field to exclude a package binary being propagated for unsupported
228+
platforms. Possible values are `windows`, `windows-x64`, `macosx`,
229+
`macosx-x86_64`, `macosx-arm64`. Multiple os-arch types should be separated by
230+
commas. The option `macosx` excludes the package from all macosx builds.

0 commit comments

Comments
 (0)