From ec9f2130d162e267c82559d8d70e718a2dc87737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Fri, 10 May 2024 21:34:55 +0200 Subject: [PATCH] Document --- DESCRIPTION | 2 +- man/revdep_check.Rd | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 59d778b..1cf8fbd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -61,4 +61,4 @@ Config/Needs/website: tidyverse/tidytemplate Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/man/revdep_check.Rd b/man/revdep_check.Rd index 9114239..538cf71 100644 --- a/man/revdep_check.Rd +++ b/man/revdep_check.Rd @@ -46,6 +46,8 @@ released version on CRAN and once for the local development version. It then reports the differences so you can see what checks were previously ok but now fail. +It requires to use a repos option that provides the source code of the packages not binaries. + Once your package has been successfully submitted to CRAN, you should run \code{revdep_reset()}. This deletes all files used for checking, freeing up disk space and leaving you in a clean state for the next release.