From 8e691e5d117d838a786b33e123c379edd4c8b955 Mon Sep 17 00:00:00 2001 From: flavis Date: Tue, 10 Aug 2021 21:24:39 +0200 Subject: [PATCH] update package meta data --- DESCRIPTION | 22 +++++++++++++++------- man/hateimparlament-package.Rd | 21 ++++++++++++++++++--- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a9431bd..b256b8d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,21 @@ Package: hateimparlament -Title: Protocolanalysis of German Bundestag +Title: Recordanalysis Of Bundestag Version: 0.0.0.9000 -Authors@R: - person(given = "First", - family = "Last", +Authors@R: c( + person(given = "Leon", + family = "Burgard", + role = c("aut")), + person(given = "Josua", + family = "Kugler", + role = c("aut")), + person(given = "Christian", + family = "Merten", role = c("aut", "cre"), - email = "first.last@example.com", - comment = c(ORCID = "YOUR-ORCID-ID")) -Description: Downloads, parses and analyses protocols of the current German parliament (Bundestag). + email = "christian@merten.dev")) +Description: Downloads, parses and analyses parliamentary records of the 19th legislative + period of the German parliament (Bundestag). +URL: https://git.flavigny.de/christian/hateimparlament +BugReports: https://git.flavigny.de/christian/hateimparlament/issues License: GPL (>= 3) Encoding: UTF-8 LazyData: true diff --git a/man/hateimparlament-package.Rd b/man/hateimparlament-package.Rd index 44ff202..bfe2782 100644 --- a/man/hateimparlament-package.Rd +++ b/man/hateimparlament-package.Rd @@ -4,15 +4,30 @@ \name{hateimparlament-package} \alias{hateimparlament} \alias{hateimparlament-package} -\title{hateimparlament: Protocolanalysis of German Bundestag} +\title{hateimparlament: Recordanalysis Of Bundestag} \description{ -Downloads, parses and analyses protocols of the current German parliament (Bundestag). +Downloads, parses and analyses parliamentary records of the 19th legislative + period of the German parliament (Bundestag). } \details{ hateimparlament ist ein großartiges Paket! +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://git.flavigny.de/christian/hateimparlament} + \item Report bugs at \url{https://git.flavigny.de/christian/hateimparlament/issues} +} + } \author{ -\strong{Maintainer}: First Last \email{first.last@example.com} (\href{https://orcid.org/YOUR-ORCID-ID}{ORCID}) +\strong{Maintainer}: Christian Merten \email{christian@merten.dev} + +Authors: +\itemize{ + \item Leon Burgard + \item Josua Kugler +} } \keyword{internal}