From acb1f10eab4df59b1fa075ec17d2e267247fad23 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 27 Oct 2023 16:41:07 -0500 Subject: [PATCH] Also update Rd file --- man/getRcppVersion.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/getRcppVersion.Rd b/man/getRcppVersion.Rd index 6a0b472f7..97d39780c 100644 --- a/man/getRcppVersion.Rd +++ b/man/getRcppVersion.Rd @@ -19,7 +19,7 @@ Helper function to report the package version of the R installation. } \details{ While \code{packageVersion(Rcpp)} exports the version registers in -{DESCRIPTION}, this version does get incremented more easily +\code{DESCRIPTION}, this version does get incremented more easily during development and can therefore be higher than the released version. The actual \code{#define} long used at the C++ level corresponds more to an \sQuote{API Version} which is now provided