Skip to content

Commit 43021c0

Browse files
committed
Do not run PPM examples
1 parent b3a4af0 commit 43021c0

8 files changed

+14
-10
lines changed

R/ppm.R

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @seealso The 'pkgcache and Posit Package Manager on Linux'
88
#' article at <`r pkgcache:::pkgdown_url()`>.
99
#' @family PPM functions
10-
#' @examplesIf !pkgcache:::is_rcmd_check()
10+
#' @examplesIf FALSE
1111
#' system_r_platform()
1212
#' ppm_has_binaries()
1313

@@ -37,7 +37,7 @@ ppm_has_binaries_internal <- function() {
3737
#' article at <`r pkgcache:::pkgdown_url()`>.
3838
#' @family PPM functions
3939
#' @export
40-
#' @examplesIf !pkgcache:::is_rcmd_check()
40+
#' @examplesIf FALSE
4141
#' ppm_platforms()
4242

4343
ppm_platforms <- function() {
@@ -62,7 +62,7 @@ ppm_platforms_internal <- function() {
6262
#' article at <`r pkgcache:::pkgdown_url()`>.
6363
#' @family PPM functions
6464
#' @export
65-
#' @examplesIf !pkgcache:::is_rcmd_check()
65+
#' @examplesIf FALSE
6666
#' ppm_r_versions()
6767

6868
ppm_r_versions <- function() {
@@ -111,7 +111,7 @@ ppm_r_versions_internal <- function() {
111111
#' @seealso [repo_resolve()] and [repo_add()] to find and configure PPM
112112
#' snapshots.
113113
#' @family PPM functions
114-
#' @examples
114+
#' @examplesIf FALSE
115115
#' ppm_repo_url()
116116

117117
ppm_repo_url <- function() {
@@ -158,7 +158,7 @@ ppm_repo_url_internal <- function() {
158158
#' article at <`r pkgcache:::pkgdown_url()`>.
159159
#' @family PPM functions
160160
#' @export
161-
#' @examplesIf !pkgcache:::is_rcmd_check()
161+
#' @examplesIf FALSE
162162
#' ppm_snapshots()
163163

164164
ppm_snapshots <- function() {

R/system.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#' @export
5757
#' @seealso These function call [pkgcache::current_r_platform()] and
5858
#' [pkgcache::current_r_platform_data()].
59-
#' @examples
59+
#' @examplesIf FALSE
6060
#' system_r_platform()
6161
#' system_r_platform_data()
6262

man/ppm_has_binaries.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ppm_platforms.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ppm_r_versions.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ppm_repo_url.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ppm_snapshots.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/system_r_platform.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)