-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: rxylib
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.15.9000-1
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],
Marcin Wojdyr [cph] (C++ library 'xylib'),
Peng Zhang [cph] (C++ library 'xylib')
Authors@R: c(
person("Sebastian", "Kreutzer", role = c("aut", "trl", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-0734-2199")),
person("Johannes", "Friedrich", role = c("aut"), comment = c(ORCID = "0000-0002-0805-9547")),
person(family = "RLum Team", role = "ctb"),
person("Marcin", "Wojdyr", role = c("cph"), comment = "C++ library 'xylib'"),
person("Peng", "Zhang", role = c("cph"), comment = "C++ library 'xylib'"))
Maintainer: Sebastian Kreutzer <[email protected]>
URL: https://r-lum.github.io/rxylib/
BugReports: https://github.com/R-Lum/rxylib/issues
License: GPL-3 | LGPL-2.1
SystemRequirements:
C++17
Depends:
R (>= 4.1),
utils
Imports:
methods,
Rcpp (>= 1.0.10)
Suggests:
testthat (>= 3.1.4)
LinkingTo:
Rcpp (>= 1.0.10),
BH (>= 1.81.0)
Encoding: UTF-8
Language: en-GB
Collate:
'methods_rxylib.R'
'rxylib-package.R'
'RcppExports.R'
'read_xyData.R'
'convert_xy2TKA.R'
RoxygenNote: 7.3.2