-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
28 lines (28 loc) · 1.01 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
Package: RcppFaddeeva
Type: Package
Title: 'Rcpp' Bindings for the 'Faddeeva' Package
Version: 0.2.3
Date: 2022-05-28
Authors@R: c(person("Baptiste", "Auguié", email = "baptiste.auguie@vuw.ac.nz",role = c("aut", "cre")),
person("Dirk", "Eddelbuettel", email = "edd@debian.org", role = "aut"),
person(c("Steven", "G."), "Johnson", role = c("aut","cph"), comment="Author of Faddeeva"),
person("Dennis", "Feehan", role = "ctb"), person("Ivan","Krylov", role="ctb"))
Description: Access to a family of Gauss error functions for arbitrary
complex arguments is provided via the 'Faddeeva' package by Steven G. Johnson
(see <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package> for more
information).
License: GPL (>= 2)
Encoding: UTF-8
Imports:
Rcpp (>= 0.11.0),
stats
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/nano-optics/RcppFaddeeva
BugReports: https://github.com/nano-optics/RcppFaddeeva/issues
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 7.2.3