From 46d6d997551921a884c2af522672ff822dcae5c3 Mon Sep 17 00:00:00 2001 From: David C Sterratt Date: Mon, 6 Feb 2023 21:26:44 +0000 Subject: [PATCH] Updated DESCRIPTION format Using the Authors@R format allows an alternate email address to be set in devtools::check_win() --- RGtk2/DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RGtk2/DESCRIPTION b/RGtk2/DESCRIPTION index a398d608..4008ab9a 100644 --- a/RGtk2/DESCRIPTION +++ b/RGtk2/DESCRIPTION @@ -1,11 +1,11 @@ Package: RGtk2 Version: 2.20.40 Title: R Bindings for Gtk 2.8.0 and Above -Author: Michael Lawrence and Duncan Temple Lang +Authors@R: c(person("Michael", "Lawrence", role=c("aut", "cre", "cph"), + email="michafla@gene.com"), person("Duncan", "Temple Lang", email='duncan@wald.ucdavis.edu', role=c("aut", "cph"))) Depends: R (>= 3.4.0) Imports: methods SystemRequirements: Cairo (>= 1.0.0), ATK (>= 1.10.0), Pango (>= 1.10.0), GTK+ (>= 2.8.0), GLib (>= 2.8.0) -Maintainer: Michael Lawrence Description: Facilities in the R language for programming graphical interfaces using Gtk, the Gimp Tool Kit. License: GPL