Skip to content

Commit

Permalink
Full rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Jul 12, 2024
1 parent 67819af commit 0577c50
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"version": "0.2.13-9000",
"upload_type": "software",
"keywords": ["data import", "power diffraction", "R"],
"publication_date": "2023-11-03",
"publication_date": "2024-07-12",
"creators": [
{
"orcid": "0000-0002-0734-2199",
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.13-9000
Date: 2023-11-03
Date: 2024-07-12
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 Down Expand Up @@ -41,4 +41,4 @@ Collate:
'RcppExports.R'
'read_xyData.R'
'convert_xy2TKA.R'
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

## Changes in version 0.2.13-9000 (2023-11-03)
## Changes in version 0.2.13-9000 (2024-07-12)

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

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2023-10-30 r85440)",
"runtimePlatform": "R Under development (unstable) (2024-07-11 r86890)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -115,7 +115,7 @@
},
"SystemRequirements": "\n C++17"
},
"fileSize": "3432.004KB",
"fileSize": "3426.783KB",
"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"
Expand Down
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.

8 changes: 8 additions & 0 deletions man/rxylib-package.Rd

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

Binary file modified rxylib.BuildResults/rxylib-TimingExamples.0.2.13-9000.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions rxylib.BuildResults/rxylib_0.2.13-9000-Functions.csv
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., 2023. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. 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,<br /> University of Bayreuth (Germany)<br />","Kreutzer, S., Friedrich, J., 2023. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/rxylib
"
8 changes: 4 additions & 4 deletions rxylib.BuildResults/rxylib_0.2.13-9000-Functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h4 align="center"> [version: 0.2.13-9000 ]</h4>
</td>
<td class=cellinside>Sebastian Kreutzer, Institute of Geography, Universität Heidelberg, Germany<br />
</td>
<td class=cellinside>Kreutzer, S., 2023. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/rxylib

</td></tr>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h4 align="center"> [version: 0.2.13-9000 ]</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., 2023. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/rxylib

</td></tr>

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

</td></tr>

Expand Down Expand Up @@ -236,7 +236,7 @@ <h4 align="center"> [version: 0.2.13-9000 ]</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., 2023. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/rxylib

</td></tr>

Expand Down
4 changes: 2 additions & 2 deletions rxylib.BuildResults/rxylib_0.2.13-9000-Functions.tex
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., 2023. convert\_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/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., 2023. read\_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. 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.13-9000. https://github.com/R-Lum/rxylib
\\
\hline
\end{tabular}
Expand Down
4 changes: 2 additions & 2 deletions rxylib.BuildResults/rxylib_0.2.13-9000-Functions_Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| 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., 2023. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.1. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. https://github.com/R-Lum/rxylib |
| 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-9000. 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., 2023. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000. https://github.com/R-Lum/rxylib |
| 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-9000. https://github.com/R-Lum/rxylib |

2 changes: 1 addition & 1 deletion rxylib.BuildResults/rxylib_0.2.13-9000-bibliography.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Manual{,
title = {rxylib: Import XY-Data into R},
author = {Sebastian Kreutzer and {Johannes Friedrich}},
year = {2023},
year = {2024},
note = {R package version 0.2.13-9000},
url = {https://github.com/R-Lum/rxylib},
}
8 changes: 4 additions & 4 deletions rxylib.BuildResults/rxylib_0.2.13-9000-fun_bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ @InCollection{
title = {convert_xy2TKA(): Convert xy-data to TKA},
volume = {version: 0.1.1},
author = {Kreutzer S},
booktitle = {Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000.},
booktitle = {Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13-9000.},
publisher = {rxylib},
year = {2023},
year = {2024},
url = {https://github.com/R-Lum/rxylib},
}
@InCollection{,
title = {read_xyData(): Import xy-Data for Supported Formats into R},
volume = {version: 0.3.0},
author = {Kreutzer S and Friedrich J},
booktitle = {Kreutzer, S., Friedrich, J., 2023. rxylib: Import XY-Data into R . R package version 0.2.13-9000.},
booktitle = {Kreutzer, S., Friedrich, J., 2024. rxylib: Import XY-Data into R . R package version 0.2.13-9000.},
publisher = {rxylib},
year = {2023},
year = {2024},
url = {https://github.com/R-Lum/rxylib},
}
Binary file modified rxylib.BuildResults/rxylib_0.2.13-9000.pdf
Binary file not shown.
Binary file modified rxylib.BuildResults/rxylib_0.2.13-9000.tar.gz
Binary file not shown.

0 comments on commit 0577c50

Please sign in to comment.