Skip to content

Commit f3e5545

Browse files
committedNov 20, 2023
Apply updates by checklist::update_citation()
1 parent 74b7b54 commit f3e5545

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed
 

‎.zenodo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "inborutils: Collection of Useful R Utilities",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"upload_type": "software",
66
"description": "<p>While working on research projects, typical small functionalities are\nuseful across these projects. Instead of copy-pasting these functions in\nall individual project repositories/folders, this package collects these\nfunctions for reuse by ourself and - if useful - others as well.<\/p>",

‎CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ abstract: While working on research projects, typical small functionalities are
3434
identifiers:
3535
- type: url
3636
value: https://inbo.github.io/inborutils/
37-
version: 0.3.1
37+
version: 0.4.0

‎NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# inborutils 0.4.0
2+
3+
* Improved the parallel download method in `download_zenodo()` and made it the
4+
default
5+
16
# inborutils 0.3.1
27

38
* Fixed a bug in `download_zenodo()`

‎inst/CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ citHeader("To cite `inborutils` in publications please use:")
22
# begin checklist entry
33
bibentry(
44
bibtype = "Manual",
5-
title = "inborutils: Collection of Useful R Utilities. Version 0.3.1",
5+
title = "inborutils: Collection of Useful R Utilities. Version 0.4.0",
66
author = c( author = c(person(given = "Hans", family = "Van Calster"), person(given = "Damiano", family = "Oldoni"), person(given = "Stijn", family = "Van Hoey"))),
77
year = 2023,
88
url = "https://inbo.github.io/inborutils/",
99
abstract = "While working on research projects, typical small functionalities are useful across these projects. Instead of copy-pasting these functions in all individual project repositories/folders, this package collects these functions for reuse by ourself and - if useful - others as well.",
10-
textVersion = "Van Calster, Hans; Oldoni, Damiano; Van Hoey, Stijn (2023) inborutils: Collection of Useful R Utilities. Version 0.3.1. https://inbo.github.io/inborutils/",
10+
textVersion = "Van Calster, Hans; Oldoni, Damiano; Van Hoey, Stijn (2023) inborutils: Collection of Useful R Utilities. Version 0.4.0. https://inbo.github.io/inborutils/",
1111
keywords = "helper functions; utilities; coding club",
1212
)
1313
# end checklist entry

0 commit comments

Comments
 (0)