From b072f51a982768af415b7955f47c5ef0871f7093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 24 Oct 2023 14:36:57 +0200 Subject: [PATCH] Require processx for `git_app()` --- DESCRIPTION | 1 + README.Rmd | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index b640883b..ba3591bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -40,6 +40,7 @@ Suggests: httpuv, httr, jsonlite, + processx, testthat (>= 3.0.0), withr, xml2, diff --git a/README.Rmd b/README.Rmd index 6e95dc16..21b0edb8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -57,6 +57,7 @@ Built using the [civetweb](https://github.com/civetweb/civetweb) embedded web se - The `/brotli` endpoint of `httpbin_app()` needs the brotli package. - The `/deflate` endpoint of `httpbin_app()` needs the zip package. - The `/digest-auth` endpoint of `httpbin_app()` needs the digest package. +- `git_app()` requires the processx package. ## Installation diff --git a/README.md b/README.md index 1239c115..3f6c25c5 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Lightweight fake web apps for testing. Built using the - The `/deflate` endpoint of `httpbin_app()` needs the zip package. - The `/digest-auth` endpoint of `httpbin_app()` needs the digest package. +- `git_app()` requires the processx package. ## Installation