Skip to content

Commit f07bb32

Browse files
authoredMar 12, 2025··
Merge pull request #49 from vnmabus/feature/joss_badge
Add JOSS badge
2 parents 9e3b147 + 9393204 commit f07bb32

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rdata
22
=====
33

4-
|build-status| |docs| |coverage| |repostatus| |versions| |pypi| |conda| |zenodo| |pyOpenSci|
4+
|build-status| |docs| |coverage| |repostatus| |versions| |pypi| |conda| |zenodo| |pyOpenSci| |joss|
55

66
A Python library for R datasets.
77

@@ -259,3 +259,6 @@ found in the
259259
.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up
260260
:alt: pyOpenSci: Peer reviewed
261261
:target: https://github.com/pyOpenSci/software-submission/issues/144
262+
263+
.. |joss| image:: https://joss.theoj.org/papers/10.21105/joss.07540/status.svg
264+
:target: https://doi.org/10.21105/joss.07540

‎docs/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rdata version |version|
22
=======================
33

4-
|build-status| |docs| |coverage| |repostatus| |versions| |pypi| |conda| |zenodo| |pyOpenSci|
4+
|build-status| |docs| |coverage| |repostatus| |versions| |pypi| |conda| |zenodo| |pyOpenSci| |joss|
55

66
The package rdata offers a lightweight way to import R datasets/objects stored
77
in the ".rda" and ".rds" formats into Python.
@@ -75,3 +75,6 @@ as well.
7575
.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up
7676
:alt: pyOpenSci: Peer reviewed
7777
:target: https://github.com/pyOpenSci/software-submission/issues/144
78+
79+
.. |joss| image:: https://joss.theoj.org/papers/10.21105/joss.07540/status.svg
80+
:target: https://doi.org/10.21105/joss.07540

0 commit comments

Comments
 (0)
Please sign in to comment.