Skip to content

Commit 357cefe

Browse files
committed
Full rebuild
1 parent 74cfbc9 commit 357cefe

20 files changed

+38
-38
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",
36+
"version": "0.2.14.9000-2",
3737
"upload_type": "software",
3838
"keywords": ["data import", "power diffraction", "R"],
39-
"publication_date": "2024-08-26",
39+
"publication_date": "2024-08-27",
4040
"creators": [
4141
{
4242
"orcid": "0000-0002-0734-2199",

DESCRIPTION

Lines changed: 3 additions & 3 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.14.9000
7-
Date: 2024-08-26
6+
Version: 0.2.14
7+
Date: 2024-08-27
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],
@@ -17,7 +17,7 @@ Authors@R: c(
1717
person("Marcin", "Wojdyr", role = c("cph"), comment = "C++ library 'xylib'"),
1818
person("Peng", "Zhang", role = c("cph"), comment = "C++ library 'xylib'"))
1919
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@uni-heidelberg.de>
20-
URL: https://r-lum.github.io/rxylib
20+
URL: https://r-lum.github.io/rxylib/
2121
BugReports: https://github.com/R-Lum/rxylib/issues
2222
License: GPL-3 | LGPL-2.1
2323
SystemRequirements:

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 new `#define BOOST_NO_AUTO_PTR 1` compiler warning on CRAN

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.14.9000 (2024-08-26)
8+
## Changes in version 0.2.14.9000-2 (2024-08-27)
99

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

12-
- Dummy
12+
- Fix new `#define BOOST_NO_AUTO_PTR 1` compiler warning on CRAN

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",
10+
"version": "0.2.14",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
@@ -116,8 +116,8 @@
116116
},
117117
"SystemRequirements": "\n C++17"
118118
},
119-
"fileSize": "3434.706KB",
119+
"fileSize": "3434.772KB",
120+
"relatedLink": ["https://r-lum.github.io/rxylib/", "https://CRAN.R-project.org/package=rxylib"],
120121
"releaseNotes": "https://github.com/R-Lum/rxylib/blob/master/NEWS.md",
121-
"contIntegration": "https://app.codecov.io/gh/R-Lum/rxylib",
122-
"relatedLink": "https://CRAN.R-project.org/package=rxylib"
122+
"contIntegration": "https://app.codecov.io/gh/R-Lum/rxylib"
123123
}

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.

man/rxylib-package.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)