Skip to content

Commit

Permalink
build: first release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Apr 4, 2024
1 parent 3feb704 commit 7190ba4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cff-version: 1.2.0
message: 'To cite package "planner" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'planner: Create a Monthly Calendar with Events'
version: 0.0.0.9000
title: 'planner: Create Ready to Print Calendars'
version: '0.1'
abstract: 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).
Expand All @@ -19,11 +19,11 @@ authors:
orcid: https://orcid.org/0000-0002-5537-5294
preferred-citation:
type: manual
title: 'planner: An R package to create a monthly calendar'
title: 'planner: An R package to create ready to print calendars'
authors:
- name: Casajus Nicolas
year: '2024'
notes: R package version 0.0.0.9000
notes: R package version 0.1
url: https://github.com/frbcesab/planner/
repository-code: https://github.com/frbcesab/planner
url: https://github.com/frbcesab/planner
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: planner
Type: Package
Title: Create Ready to Print Calendars
Version: 0.0.0.9000
Version: 0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# planner 0.0.0.9000 (development version)
# planner 0.1

First release
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ vignette.
Please cite `planner` as:

> Casajus Nicolas (`r format(Sys.Date(), "%Y")`) planner: An R
package to create ready to print calendars. R package version 0.0.0.9000.
package to create ready to print calendars. R package version 0.1.
<https://github.com/frbcesab/planner/>


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ vignette.
Please cite `planner` as:

> Casajus Nicolas (2024) planner: An R package to create ready to print
> calendars. R package version 0.0.0.9000.
> calendars. R package version 0.1.
> <https://github.com/frbcesab/planner/>
## Contributing
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/frbcesab/planner",
"issueTracker": "https://github.com/frbcesab/planner/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.0.0.9000",
"version": "0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -138,7 +138,7 @@
},
"SystemRequirements": null
},
"fileSize": "1272.671KB",
"fileSize": "1272.638KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -151,7 +151,7 @@
],
"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"
"description": "R package version 0.1"
}
],
"releaseNotes": "https://github.com/frbcesab/planner/blob/master/NEWS.md",
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ bibentry(
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",
note = "R package version 0.1",
url = "https://github.com/frbcesab/planner/"
)

0 comments on commit 7190ba4

Please sign in to comment.