Skip to content

Commit

Permalink
Full rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Aug 27, 2024
1 parent 74cfbc9 commit 357cefe
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"relation": "isReferencedBy"
}
],
"version": "0.2.13",
"version": "0.2.14.9000-2",
"upload_type": "software",
"keywords": ["data import", "power diffraction", "R"],
"publication_date": "2024-08-26",
"publication_date": "2024-08-27",
"creators": [
{
"orcid": "0000-0002-0734-2199",
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Type: Package
Title: Import XY-Data into R
Description: Provides access to the 'xylib' C library for to import xy
data from powder diffraction, spectroscopy and other experimental methods.
Version: 0.2.14.9000
Date: 2024-08-26
Version: 0.2.14
Date: 2024-08-27
Author: Sebastian Kreutzer [aut, trl, cre] (<https://orcid.org/0000-0002-0734-2199>),
Johannes Friedrich [aut] (<https://orcid.org/0000-0002-0805-9547>),
RLum Team [ctb],
Expand All @@ -17,7 +17,7 @@ Authors@R: c(
person("Marcin", "Wojdyr", role = c("cph"), comment = "C++ library 'xylib'"),
person("Peng", "Zhang", role = c("cph"), comment = "C++ library 'xylib'"))
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@uni-heidelberg.de>
URL: https://r-lum.github.io/rxylib
URL: https://r-lum.github.io/rxylib/
BugReports: https://github.com/R-Lum/rxylib/issues
License: GPL-3 | LGPL-2.1
SystemRequirements:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ header-includes:

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

* Dummy
* Fix new `#define BOOST_NO_AUTO_PTR 1` compiler warning on CRAN
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

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

## Changes in version 0.2.14.9000 (2024-08-26)
## Changes in version 0.2.14.9000-2 (2024-08-27)

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

- Dummy
- Fix new `#define BOOST_NO_AUTO_PTR 1` compiler warning on CRAN
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/R-Lum/rxylib",
"issueTracker": "https://github.com/R-Lum/rxylib/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.13",
"version": "0.2.14",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -116,8 +116,8 @@
},
"SystemRequirements": "\n C++17"
},
"fileSize": "3434.706KB",
"fileSize": "3434.772KB",
"relatedLink": ["https://r-lum.github.io/rxylib/", "https://CRAN.R-project.org/package=rxylib"],
"releaseNotes": "https://github.com/R-Lum/rxylib/blob/master/NEWS.md",
"contIntegration": "https://app.codecov.io/gh/R-Lum/rxylib",
"relatedLink": "https://CRAN.R-project.org/package=rxylib"
"contIntegration": "https://app.codecov.io/gh/R-Lum/rxylib"
}
2 changes: 1 addition & 1 deletion man/convert_xy2TKA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_xyData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rxylib-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file removed rxylib.BuildResults/rxylib_0.2.13.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Name","Title","Description","Version","m.Date","m.Time","Author","Citation"
"convert_xy2TKA","Convert xy-data to TKA","Convert data to the Toolkit file format (TKA) as exported by, e.g., by the software Canberra Genie 2000.","0.1.1
",NA,NA,"Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany<br />","Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
",NA,NA,"Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany<br />","Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/
"
"methods_rxylib","methods_rxylib","S3-methods support by the package rxylib . Listed functions can be passed directly into S3 generics (e.g., plot , print ) without reshaping the data.",NA,NA,NA,NA,NA
"read_xyData","Import xy-Data for Supported Formats into R","The function provides access to the underlying xylib to import data for supported file formats into R. In most cases, only the file path is needed with further arguments to import the data. The function automatically recognises allowed formats. See rxylib-package for supported formats.","0.3.0
",NA,NA,"Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />","Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
",NA,NA,"Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />","Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/
"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<p class='character'><h2 align="center">Major functions in the R package 'Luminescence'</h2>
<h4 align="center"> [version: 0.2.13 ]</h4>
<h4 align="center"> [version: 0.2.14 ]</h4>
<style type="text/css">
<!--

Expand Down Expand Up @@ -71,7 +71,7 @@ <h4 align="center"> [version: 0.2.13 ]</h4>
</td>
<td class=cellinside>Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany<br />
</td>
<td class=cellinside>Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
<td class=cellinside>Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/

</td></tr>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h4 align="center"> [version: 0.2.13 ]</h4>
</td>
<td class=cellinside>Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />
</td>
<td class=cellinside>Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
<td class=cellinside>Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/

</td></tr>

Expand All @@ -123,7 +123,7 @@ <h4 align="center"> [version: 0.2.13 ]</h4>
<br>

<p class='character'><h2 align="center">Major functions in the R package 'Luminescence'</h2>
<h4 align="center"> [version: 0.2.13 ]</h4>
<h4 align="center"> [version: 0.2.14 ]</h4>
<style type="text/css">
<!--

Expand Down Expand Up @@ -194,7 +194,7 @@ <h4 align="center"> [version: 0.2.13 ]</h4>
</td>
<td class=cellinside>Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany<br />
</td>
<td class=cellinside>Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
<td class=cellinside>Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/

</td></tr>

Expand Down Expand Up @@ -236,7 +236,7 @@ <h4 align="center"> [version: 0.2.13 ]</h4>
</td>
<td class=cellinside>Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />
</td>
<td class=cellinside>Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
<td class=cellinside>Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/

</td></tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
& Name & Title & Description & Version & m.Date & m.Time & Author & Citation \\
\hline
1 & convert\_xy2TKA & Convert xy-data to TKA & Convert data to the Toolkit file format (TKA) as exported by, e.g., by the software Canberra Genie 2000. & 0.1.1
& & & Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany$<$br /$>$ & Kreutzer, S., 2024. convert\_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
& & & Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany$<$br /$>$ & Kreutzer, S., 2024. convert\_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/
\\
2 & methods\_rxylib & methods\_rxylib & S3-methods support by the package rxylib . Listed functions can be passed directly into S3 generics (e.g., plot , print ) without reshaping the data. & & & & & \\
3 & read\_xyData & Import xy-Data for Supported Formats into R & The function provides access to the underlying xylib to import data for supported file formats into R. In most cases, only the file path is needed with further arguments to import the data. The function automatically recognises allowed formats. See rxylib-package for supported formats. & 0.3.0
& & & Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,$<$br /$>$ University of Bayreuth (Germany)$<$br /$>$ & Kreutzer, S., Friedrich, J., 2024. read\_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib
& & & Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich,$<$br /$>$ University of Bayreuth (Germany)$<$br /$>$ & Kreutzer, S., Friedrich, J., 2024. read\_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/
\\
\hline
\end{tabular}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


| Name | Title | Description | Version | m.Date | m.Time | Author | Citation |
|:---------------|:--------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:-------|:-------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| convert_xy2TKA | Convert xy-data to TKA | Convert data to the Toolkit file format (TKA) as exported by, e.g., by the software Canberra Genie 2000. | 0.1.1 | NA | NA | Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany - | Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib |
| methods_rxylib | methods_rxylib | S3-methods support by the package rxylib . Listed functions can be passed directly into S3 generics (e.g., plot , print ) without reshaping the data. | NA | NA | NA | NA | NA |
| read_xyData | Import xy-Data for Supported Formats into R | The function provides access to the underlying xylib to import data for supported file formats into R. In most cases, only the file path is needed with further arguments to import the data. The function automatically recognises allowed formats. See rxylib-package for supported formats. | 0.3.0 | NA | NA | Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich, - University of Bayreuth (Germany) - | Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13. https://github.com/R-Lum/rxylib |
| Name | Title | Description | Version | m.Date | m.Time | Author | Citation |
|:---------------|:--------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:-------|:-------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| convert_xy2TKA | Convert xy-data to TKA | Convert data to the Toolkit file format (TKA) as exported by, e.g., by the software Canberra Genie 2000. | 0.1.1 | NA | NA | Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany - | Kreutzer, S., 2024. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/ |
| methods_rxylib | methods_rxylib | S3-methods support by the package rxylib . Listed functions can be passed directly into S3 generics (e.g., plot , print ) without reshaping the data. | NA | NA | NA | NA | NA |
| read_xyData | Import xy-Data for Supported Formats into R | The function provides access to the underlying xylib to import data for supported file formats into R. In most cases, only the file path is needed with further arguments to import the data. The function automatically recognises allowed formats. See rxylib-package for supported formats. | 0.3.0 | NA | NA | Sebastian Kreutzer, Institute of Geography, Ruprecht-Karl-University of Heidelberg (Germany), Johannes Friedrich, - University of Bayreuth (Germany) - | Kreutzer, S., Friedrich, J., 2024. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.14.9000-2. https://r-lum.github.io/rxylib/ |

Loading

0 comments on commit 357cefe

Please sign in to comment.