From 1ce30caae025717eaf7b424164da7b4892704073 Mon Sep 17 00:00:00 2001 From: Ben Lake Date: Tue, 8 Apr 2025 16:57:48 -0500 Subject: [PATCH] Add libpq within a DESCRIPTION.SystemRequirements entry to provide tools a chance to discover RPostgreSQL has a system dependency, and to suggest the OS specific packages to install; for instance the renv dependency manager. --- RPostgreSQL/DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/RPostgreSQL/DESCRIPTION b/RPostgreSQL/DESCRIPTION index 42e41be..eca94ed 100644 --- a/RPostgreSQL/DESCRIPTION +++ b/RPostgreSQL/DESCRIPTION @@ -38,6 +38,7 @@ Authors@R: c(person(given = "Joe", family = "Tiffin", role = "aut")) NeedsCompilation: yes +SystemRequirements: libpq Packaged: 2025-03-28 01:35:52 UTC; tomoaki Author: Joe Conway [aut], Dirk Eddelbuettel [aut],