From 3feb7042db5c93f6fe5eb67121368c966aeb7b71 Mon Sep 17 00:00:00 2001 From: Nicolas Casajus Date: Thu, 4 Apr 2024 08:18:08 +0200 Subject: [PATCH] doc: update package title & citation --- DESCRIPTION | 2 +- README.Rmd | 2 +- README.md | 4 ++-- codemeta.json | 7 ++++--- inst/CITATION | 2 +- man/planner-package.Rd | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e646859..ea7a732 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: planner Type: Package -Title: Create a Monthly Calendar with Events +Title: Create Ready to Print Calendars Version: 0.0.0.9000 Authors@R: c( person(given = "Nicolas", diff --git a/README.Rmd b/README.Rmd index 2c2689e..d4fa0dc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -96,7 +96,7 @@ vignette. Please cite `planner` as: > Casajus Nicolas (`r format(Sys.Date(), "%Y")`) planner: An R -package to create a monthly calendar. R package version 0.0.0.9000. +package to create ready to print calendars. R package version 0.0.0.9000. diff --git a/README.md b/README.md index 088dcc4..15ddf7c 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ vignette. Please cite `planner` as: -> Casajus Nicolas (2024) planner: An R package to create a monthly -> calendar. R package version 0.0.0.9000. +> Casajus Nicolas (2024) planner: An R package to create ready to print +> calendars. R package version 0.0.0.9000. > ## Contributing diff --git a/codemeta.json b/codemeta.json index a4580f8..b000d08 100644 --- a/codemeta.json +++ b/codemeta.json @@ -3,7 +3,7 @@ "@type": "SoftwareSourceCode", "identifier": "planner", "description": "Plots and exports a monthly calendar as 'pdf'. Holidays (France only) are identified. User can easily add events (up to four by day) and choose between of a week of five days (working week) or a full week (weekend included).", - "name": "planner: Create a Monthly Calendar with Events", + "name": "planner: Create Ready to Print Calendars", "codeRepository": "https://github.com/frbcesab/planner", "issueTracker": "https://github.com/frbcesab/planner/issues", "license": "https://spdx.org/licenses/GPL-2.0", @@ -138,7 +138,7 @@ }, "SystemRequirements": null }, - "fileSize": "1592.68KB", + "fileSize": "1272.671KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -149,11 +149,12 @@ "name": "Casajus Nicolas" } ], - "name": "planner: {An} {R} package to create a monthly calendar", + "name": "planner: {An} {R} package to create ready to print calendars", "url": "https://github.com/frbcesab/planner/", "description": "R package version 0.0.0.9000" } ], "releaseNotes": "https://github.com/frbcesab/planner/blob/master/NEWS.md", + "readme": "https://github.com/FRBCesab/planner/blob/main/README.md", "contIntegration": ["https://github.com/frbcesab/planner/actions/workflows/R-CMD-check.yaml", "https://github.com/frbcesab/planner/actions/workflows/pkgdown.yaml"] } diff --git a/inst/CITATION b/inst/CITATION index 50f7286..bf6a0bf 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,7 +2,7 @@ citHeader("To cite calendar in publications use:") bibentry( bibtype = "Manual", - title = "planner: {An} {R} package to create a monthly calendar", + title = "planner: {An} {R} package to create ready to print calendars", author = c(person("Casajus Nicolas")), year = "2024", note = "R package version 0.0.0.9000", diff --git a/man/planner-package.Rd b/man/planner-package.Rd index f5265c2..5d06bf8 100644 --- a/man/planner-package.Rd +++ b/man/planner-package.Rd @@ -4,7 +4,7 @@ \name{planner-package} \alias{planner} \alias{planner-package} -\title{planner: Create a Monthly Calendar with Events} +\title{planner: Create Ready to Print Calendars} \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}