Skip to content

Commit d22d8d8

Browse files
committed
Prepare CRAN submission
1 parent 6ab85f2 commit d22d8d8

17 files changed

+40
-47
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.5.9000-42
7-
Date: 2020-09-13
6+
Version: 0.2.6
7+
Date: 2020-09-14
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ header-includes:
99
## Changes in version `r RLumBuild::.get_pkg_version()` (`r Sys.Date()`)
1010

1111
* This version requires R >= 3.5.0
12-
* Update to the latest `xylib` version, which fixes the not working import of
12+
* Update to the latest `xylib` version (1.6), which fixes the not working import of
1313
SPC-files and comes with partly re-factored code.
1414

15-
1615
## rxylib 0.2.4 (Release date: 2019-06-05)
1716

1817
### Bugfixes and other changes

NEWS.md

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

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

8-
## Changes in version 0.2.5.9000-42 (2020-09-13)
8+
## Changes in version 0.2.6 (2020-09-14)
99

1010
- This version requires R \>= 3.5.0
11-
- Update to the latest `xylib` version, which fixes the not working
12-
import of SPC-files and comes with partly re-factored code.
11+
- Update to the latest `xylib` version (1.6), which fixes the not
12+
working import of SPC-files and comes with partly re-factored code.
1313

1414
## rxylib 0.2.4 (Release date: 2019-06-05)
1515

cran-comments.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
1-
## Release summary
1+
Dear CRAN Team,
22

3-
This release addresses the CRAN R-devel notes and updates to a newer xy-library version.
3+
I have changed my affiliation and thus my email address, while the
4+
old email address is still valid, I added my new address to the
5+
DESCRIPTION file. The maintainer does not change, just his email address.
46

5-
## Known issues
7+
Thank you for your support!
68

7-
The compilation of the file `xylib/util.cpp` throws out a warning, however,
8-
this is related to boost library (package 'BH') and there is nothing
9-
we can do about.
9+
Kind regards,
1010

11-
## Addressed CRAN issues
11+
Sebastian Kreutzer
1212

13-
> Result: NOTE
14-
> PKG_CFLAGS set in 'src/Makevars' without any corresponding files
13+
## Know issues
14+
The compiler throws a couple of warnings while trying to compile the
15+
file `pdcif.cpp`. However, this is not related to us but the boost
16+
library implementation.
1517

16-
Indeed, we have only *.cpp files. The corresponding line in 'src/Makevars' was removed.
18+
## Release summary
1719

18-
## Test environments
19-
* local macOS High Sierra 10.14.4-xcode10.2, R-devel
20-
* on AppVeyor CI
21-
* i386-w64-mingw32/i386 (32-bit), R-devel
22-
* x86_64_w64-mingw32/64 (64-bit), R-devel
23-
* x86_64_w64-mingw32/64 (64-bit), R version 3.4.3 (2017-11-30)
24-
* i386-w64-mingw32/i386 (32-bit), R version 3.4.3 (2017-11-30)
25-
* on Travis CI
26-
* Ubuntu 14.04.5 LTS, R-devel
27-
* MacOSX, 10.12-xcode8.3, R 3.4.4
20+
This release updates the underlying xylib to version 1.6.
2821

2922
## R CMD check results
23+
##
3024
There were no ERRORs or WARNINGs.
3125

3226
## License questions

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.

rxylib.BuildResults/rxylib-Ex.timings.0.2.5.9000-42.WARNING renamed to rxylib.BuildResults/rxylib-Ex.timings.0.2.6.WARNING

File renamed without changes.

rxylib.BuildResults/rxylib-TimingExamples.0.2.5.9000-42.pdf renamed to rxylib.BuildResults/rxylib-TimingExamples.0.2.6.pdf

4.43 KB
Binary file not shown.
-114 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
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., 2020. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.0. In: Kreutzer, S., Friedrich, J., 2020. rxylib: Import XY-Data into R . R package version 0.2.5.9000-42. https://github.com/R-Lum/rxylib
3+
",NA,NA,"Sebastian Kreutzer, IRAMAT-CRP2A, Université Bordeaux Montaigne (France)<br />","Kreutzer, S., 2020. convert_xy2TKA(): Convert xy-data to TKA. Function version 0.1.0. In: Kreutzer, S., Friedrich, J., 2020. rxylib: Import XY-Data into R . R package version 0.2.6. https://github.com/R-Lum/rxylib
44
"
55
"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
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., 2020. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2020. rxylib: Import XY-Data into R . R package version 0.2.5.9000-42. https://github.com/R-Lum/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., 2020. read_xyData(): Import xy-Data for Supported Formats into R. Function version 0.3.0. In: Kreutzer, S., Friedrich, J., 2020. rxylib: Import XY-Data into R . R package version 0.2.6. https://github.com/R-Lum/rxylib
88
"

0 commit comments

Comments
 (0)