Package: RcppBessel Type: Package Title: Bessel Functions Rcpp Interface Version: 1.0.1 Authors@R: c( person("Alexios", "Galanos", , "alexios@4dscape.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-9308-0457")), person("Martin", "Maechler", role = "aut", comment = c("Author of the Bessel R package",ORCID = "0000-0002-8685-9910")), person("Donald E.", "Amos", role = "aut", comment = "Original author of the zbsubs Fortran code, Sandia National Laboratories")) Maintainer: Alexios Galanos Description: Exports an 'Rcpp' interface for the Bessel functions in the 'Bessel' package, which can then be called from the 'C++' code of other packages. For the original 'Fortran' implementation of these functions see Amos (1995) . License: GPL (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LinkingTo: Rcpp Imports: Rcpp (>= 1.1.1), Rdpack URL: https://github.com/alexiosg/RcppBessel RdMacros: Rdpack Suggests: knitr, rmarkdown, roxygen2, Bessel, testthat (>= 3.0.0), microbenchmark VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://alexiosg.r-universe.dev Date/Publication: 2026-03-08 07:28:11 UTC RemoteUrl: https://github.com/alexiosg/rcppbessel RemoteRef: HEAD RemoteSha: be883dec80449d2a54d870dedaa8cb8add1bcf3e NeedsCompilation: yes Packaged: 2026-06-06 07:18:22 UTC; root Author: Alexios Galanos [aut, cre] (ORCID: ), Martin Maechler [aut] (Author of the Bessel R package, ORCID: ), Donald E. Amos [aut] (Original author of the zbsubs Fortran code, Sandia National Laboratories)