Skip to content

Commit

Permalink
Include Zenodo DOI. Bumped minor version. Nicer README.
Browse files Browse the repository at this point in the history
  • Loading branch information
solarchemist committed Mar 16, 2023
1 parent 83121ca commit 75afea7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: 'To cite the xraylines package in publications, please use the metadata
type: software
license: GPL-3.0-or-later
title: 'Combined dataset of elemental X-ray line properties'
version: 0.1.0.9000
# doi:
version: 0.1.1.9000
doi: https://doi.org/10.5281/zenodo.7742595
abstract: Dataset of X-ray line (transition) and edge energies, natural line
widths, and fluorescence yields for the elements Z=4 (Be) to Z=103 (Lr).
This package also provides a matching algorithm that given a set of energies
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: xraylines
Type: Package
Title: Combined Dataset of Elemental X-ray Line Properties
Version: 0.1.0.9000
Version: 0.1.1.9000
Author: Taha Ahmed
Maintainer: Taha Ahmed <taha@chepec.se>
Description: Dataset of X-ray line (transition) and edge energies, natural line
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![DOI](https://zenodo.org/badge/615039897.svg)](https://zenodo.org/badge/latestdoi/615039897)

# Combined dataset of elemental X-ray line properties

This R package contains a dataset of X-ray line (transition) and edge energies,
Expand Down Expand Up @@ -34,7 +36,7 @@ I suggest the following package rebuild procedure:
+ Run `devtools::check()` (use `document=TRUE` to also update the docs).
Should complete with no warnings or errors, and 2 notes:
```
── R CMD check results ──────────────────── xraylines 0.1.0.9000 ────
── R CMD check results ──────────────────── xraylines 0.1.1.9000 ────
Duration: 12.7s
❯ checking top-level files ... NOTE
Expand All @@ -52,3 +54,21 @@ Duration: 12.7s
and populates the `doc/` directory.
+ Manually remove the line `doc` from `.gitignore` because we want the built
vignette to be available on the remote repo (the build step keeps adding this line).


## Contributions welcome!

[Open an issue](https://github.com/solarchemist/xraylines/issues) or
[contact me](https://solarchemist.se/contact/) with your bug reports and any feedback.



## Citation

To cite `xraylines` in publications use:

Taha Ahmed (2023). Combined dataset of elemental X-ray line properties.
DOI: [10.5281/zenodo.7742595 ](https://doi.org/10.5281/zenodo.7742595 ).

Or see the `CITATION.cff` file in this repo
([learn about CFF](https://citation-file-format.github.io)).

0 comments on commit 75afea7

Please sign in to comment.