Skip to content

Commit

Permalink
Do not run PPM examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 20, 2023
1 parent b3a4af0 commit 43021c0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/ppm.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @seealso The 'pkgcache and Posit Package Manager on Linux'
#' article at <`r pkgcache:::pkgdown_url()`>.
#' @family PPM functions
#' @examplesIf !pkgcache:::is_rcmd_check()
#' @examplesIf FALSE
#' system_r_platform()
#' ppm_has_binaries()

Expand Down Expand Up @@ -37,7 +37,7 @@ ppm_has_binaries_internal <- function() {
#' article at <`r pkgcache:::pkgdown_url()`>.
#' @family PPM functions
#' @export
#' @examplesIf !pkgcache:::is_rcmd_check()
#' @examplesIf FALSE
#' ppm_platforms()

ppm_platforms <- function() {
Expand All @@ -62,7 +62,7 @@ ppm_platforms_internal <- function() {
#' article at <`r pkgcache:::pkgdown_url()`>.
#' @family PPM functions
#' @export
#' @examplesIf !pkgcache:::is_rcmd_check()
#' @examplesIf FALSE
#' ppm_r_versions()

ppm_r_versions <- function() {
Expand Down Expand Up @@ -111,7 +111,7 @@ ppm_r_versions_internal <- function() {
#' @seealso [repo_resolve()] and [repo_add()] to find and configure PPM
#' snapshots.
#' @family PPM functions
#' @examples
#' @examplesIf FALSE
#' ppm_repo_url()

ppm_repo_url <- function() {
Expand Down Expand Up @@ -158,7 +158,7 @@ ppm_repo_url_internal <- function() {
#' article at <`r pkgcache:::pkgdown_url()`>.
#' @family PPM functions
#' @export
#' @examplesIf !pkgcache:::is_rcmd_check()
#' @examplesIf FALSE
#' ppm_snapshots()

ppm_snapshots <- function() {
Expand Down
2 changes: 1 addition & 1 deletion R/system.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#' @export
#' @seealso These function call [pkgcache::current_r_platform()] and
#' [pkgcache::current_r_platform_data()].
#' @examples
#' @examplesIf FALSE
#' system_r_platform()
#' system_r_platform_data()

Expand Down
2 changes: 1 addition & 1 deletion man/ppm_has_binaries.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ppm_platforms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ppm_r_versions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/ppm_repo_url.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ppm_snapshots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/system_r_platform.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43021c0

Please sign in to comment.