Skip to content

Commit 83a6930

Browse files
committed
Bump version to 0.1.0, add CRAN submission details, and include lintr configuration
1 parent 1bfb606 commit 83a6930

6 files changed

Lines changed: 10 additions & 3 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
^DEVELOPMENT\.md$
1919
^lib$
2020
^TODO\.md$
21+
^\.lintr$
22+
^CRAN-SUBMISSION$

.lintr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
linters: linters_with_defaults() # see vignette("lintr")
2+
encoding: "UTF-8"

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.1.0
2+
Date: 2026-01-09 15:40:49 UTC
3+
SHA: 1bfb6060cf4a6bf6d1b58a6651e9f255a76b4e74

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: orcidtr
22
Title: Retrieve Data from the ORCID Public API
3-
Version: 0.0.1
3+
Version: 0.1.0
44
Authors@R:
55
person("Lorenzo", "Fabbri", , "lorenzo.fabbri92sm@gmail.com", role = c("aut", "cre"))
66
Description: Provides functions to retrieve public data from ORCID (Open

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# orcidtr 0.0.1 (development version)
1+
# orcidtr 0.1.0
22

33
## Breaking Changes (December 28, 2025)
44

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Package submission notes
1313

14-
This is the initial CRAN submission of `orcidtr`, a modern replacement for the discontinued `rorcid` package.
14+
This is the initial CRAN submission of `orcidtr` version 0.1.0, a modern replacement for the discontinued `rorcid` package.
1515

1616
### Purpose
1717

0 commit comments

Comments
 (0)