Skip to content

Commit c4d71cc

Browse files
committed
Rebuild with new RLumBuild
1 parent 9b6ec74 commit c4d71cc

17 files changed

+73
-21
lines changed

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.4.9000-55
7-
Date: 2019-05-08
6+
Version: 0.2.4.9000-56
7+
Date: 2019-05-10
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.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
## Changes in version 0.2.4.9000-55 (2019-05-08)
8+
## Changes in version 0.2.4.9000-56 (2019-05-10)
99

1010
### Bugfixes and other changes
1111

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
The **R** package `rxylib` provides and access to the C++ library
1111
[xylib](http://xylib.sourceforge.net) by wrapping the library using
12-
Rcpp. For supported data formats see
13-
<https://github.com/wojdyr/xylib>.
12+
Rcpp. For supported data formats see <https://github.com/wojdyr/xylib>.
1413

1514
[![Rdoc](http://www.rdocumentation.org/badges/version/rxylib)](http://www.rdocumentation.org/packages/rxylib)
1615
[![CRAN](http://www.r-pkg.org/badges/version/rxylib)](https://CRAN.R-project.org/package=rxylib)

man/convert_xy2TKA.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/read_xyData.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rxylib-package.Rd

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-114 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"Name","Title","Description","Version","m.Date","m.Time","Author","Citation"
22
"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.0
3-
",NA,NA,"Sebastian Kreutzer, IRAMAT-CRP2A, Université Bordeaux Montaigne (France)<br />","Kreutzer, S. (2019). convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.0. In: Kreutzer, S., Friedrich, J. (2019). rxylib: Import XY-Data into R R package version 0.2.4.9000-55. https://CRAN.R-project.org/package=rxylib
3+
",NA,NA,"Sebastian Kreutzer, IRAMAT-CRP2A, Université Bordeaux Montaigne (France)<br />","Kreutzer, S., 2019. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.0. In: Kreutzer, S., Friedrich, J., 2019. rxylib: Import XY-Data into R R package version 0.2.4.9000-56. https://github.com/R-Lum/rxylib
44
"
55
"methods_rxylib","methods_ryxlib","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
66
"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
7-
",NA,NA,"Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />","Kreutzer, S., Friedrich, J. (2019). read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J. (2019). rxylib: Import XY-Data into R R package version 0.2.4.9000-55. https://CRAN.R-project.org/package=rxylib
7+
",NA,NA,"Sebastian Kreutzer, IRAMAT-CRP2A, UMR 5060, CNRS - Université Bordeaux Montaigne (France), Johannes Friedrich,<br /> University of Bayreuth (Germany)<br />","Kreutzer, S., Friedrich, J., 2019. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2019. rxylib: Import XY-Data into R R package version 0.2.4.9000-56. https://github.com/R-Lum/rxylib
88
"

0 commit comments

Comments
 (0)