Skip to content

Commit 6f9c421

Browse files
committed
Full rebuild before CRAN release
1 parent b6a5735 commit 6f9c421

20 files changed

+37
-33
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"relation": "isReferencedBy"
3434
}
3535
],
36-
"version": "0.2.13-9000",
36+
"version": "0.2.13",
3737
"upload_type": "software",
3838
"keywords": ["data import", "power diffraction", "R"],
39-
"publication_date": "2024-07-12",
39+
"publication_date": "2024-08-26",
4040
"creators": [
4141
{
4242
"orcid": "0000-0002-0734-2199",

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Type: Package
33
Title: Import XY-Data into R
44
Description: Provides access to the 'xylib' C library for to import xy
55
data from powder diffraction, spectroscopy and other experimental methods.
6-
Version: 0.2.13-9000
7-
Date: 2024-08-14
6+
Version: 0.2.13
7+
Date: 2024-08-26
88
Author: Sebastian Kreutzer [aut, trl, cre] (<https://orcid.org/0000-0002-0734-2199>),
99
Johannes Friedrich [aut] (<https://orcid.org/0000-0002-0805-9547>),
1010
RLum Team [ctb],

NEWS.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ header-includes:
1010

1111
**This version has C++17 as a system requirement.**
1212

13-
* Dummy
13+
* Fix a CRAN related documentation error in the DESCRIPTION.

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->
77

8-
## Changes in version 0.2.13-9000 (2024-07-12)
8+
## Changes in version 0.2.13 (2024-08-26)
99

1010
**This version has C++17 as a system requirement.**
1111

12-
- Dummy
12+
- Fix a CRAN related documentation error in the DESCRIPTION.

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ by wrapping the library using Rcpp. For supported data formats see https://githu
2424
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/rxylib)](https://www.r-pkg.org/pkg/rxylib)
2525
[![R-CMD-check](https://github.com/R-Lum/rxylib/workflows/GitHub Actions CI/badge.svg)](https://github.com/R-Lum/rxylib/actions)
2626
[![DOI](https://zenodo.org/badge/95584252.svg)](https://zenodo.org/badge/latestdoi/95584252)
27+
[![CRAN DOI](https://img.shields.io/badge/DOI-10.32614/CRAN.package.rxylib-1f57b6?style=flat&link=https://doi.org/10.32614/CRAN.package.rxylib)](https://doi.org/10.32614/CRAN.package.rxylib)
2728
[![codecov](https://codecov.io/gh/R-Lum/rxylib/branch/master/graph/badge.svg?token=is1ADF98pO)](https://app.codecov.io/gh/R-Lum/rxylib)
2829

2930
## Installation

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Rcpp. For supported data formats see <https://github.com/wojdyr/xylib>.
1515
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/rxylib)](https://www.r-pkg.org/pkg/rxylib)
1616
[![R-CMD-check](https://github.com/R-Lum/rxylib/workflows/GitHub%20Actions%20CI/badge.svg)](https://github.com/R-Lum/rxylib/actions)
1717
[![DOI](https://zenodo.org/badge/95584252.svg)](https://zenodo.org/badge/latestdoi/95584252)
18+
[![CRAN
19+
DOI](https://img.shields.io/badge/DOI-10.32614/CRAN.package.rxylib-1f57b6?style=flat&link=https://doi.org/10.32614/CRAN.package.rxylib)](https://doi.org/10.32614/CRAN.package.rxylib)
1820
[![codecov](https://codecov.io/gh/R-Lum/rxylib/branch/master/graph/badge.svg?token=is1ADF98pO)](https://app.codecov.io/gh/R-Lum/rxylib)
1921

2022
## Installation

codemeta.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codeRepository": "https://github.com/R-Lum/rxylib",
88
"issueTracker": "https://github.com/R-Lum/rxylib/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.13.9000",
10+
"version": "0.2.13",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R Under development (unstable) (2024-07-11 r86890)",
16+
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -29,8 +29,9 @@
2929
"@id": "https://orcid.org/0000-0002-0734-2199"
3030
},
3131
{
32-
"@type": "Organization",
33-
"name": "Johannes Friedrich",
32+
"@type": "Person",
33+
"givenName": "Johannes",
34+
"familyName": "Friedrich",
3435
"@id": "https://orcid.org/0000-0002-0805-9547"
3536
}
3637
],
@@ -115,7 +116,7 @@
115116
},
116117
"SystemRequirements": "\n C++17"
117118
},
118-
"fileSize": "3426.783KB",
119+
"fileSize": "3434.706KB",
119120
"releaseNotes": "https://github.com/R-Lum/rxylib/blob/master/NEWS.md",
120121
"contIntegration": "https://app.codecov.io/gh/R-Lum/rxylib",
121122
"relatedLink": "https://CRAN.R-project.org/package=rxylib"

man/convert_xy2TKA.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/read_xyData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)