From 408581f0bb14b30624058d23107974ea82fe4519 Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Wed, 23 Oct 2024 07:53:31 +0000 Subject: [PATCH] Adjust DESCRIPTION to CRAN comments. Names should be put in single quotes. --- DESCRIPTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7fc26d69..e9191042 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,15 @@ Package: GitStats -Title: Get Statistics from GitHub and GitLab -Version: 2.1.1.9000 +Title: Get Statistics from 'GitHub' and 'GitLab' +Version: 2.1.1.9001 Authors@R: c( person(given = "Maciej", family = "Banas", email = "banasmaciek@gmail.com", role = c("aut", "cre")), person(given = "Kamil", family = "Koziej", email = "koziej.k@gmail.com", role = "aut"), person(given = "Karolina", family = "Marcinkowska", email = "karolina_marcinkowska@onet.pl", role = "aut"), person(given = "Matt", family = "Secrest", email = "secrestm@gene.com", role = "aut") ) -Description: Obtain statistics in a standardized way from multiple Git services. Its main purpose is to help teams, - whose activities are spread across multiple git platforms, get their repository metadata in a standardized way - from all these platforms. +Description: Obtain statistics in a standardized way from multiple 'Git' services: 'GitHub' and 'GitLab' for the time-being. + Its main purpose is to help teams, whose activities are spread across multiple git platforms, get their repository metadata + in a standardized way from all these platforms. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE)