Package: expint
Type: Package
Title: Exponential Integral and Incomplete Gamma Function
Version: 0.1-8
Date: 2022-10-28
Authors@R: c(person("Vincent", "Goulet", role = c("cre", "aut"),
 	            email = "vincent.goulet@act.ulaval.ca"),
	     person("Gerard", "Jungman", role = "aut",
	            email = "jungman@lanl.gov",
		    comment = "Original GSL code"),
	     person("Brian", "Gough", role = "aut",
	            email = "jungman@lanl.gov",
		    comment = "Original GSL code"),
	     person("Jeffrey A.", "Ryan", role = "aut",
	            email = "jeff.a.ryan@gmail.com",
		    comment = "Package API"),
	     person("Robert", "Gentleman", role = "aut",
	            comment = "Parts of the R to C interface"),
	     person("Ross", "Ihaka", role = "aut",
	            comment = "Parts of the R to C interface"),
	     person(family = "R Core Team", role = "aut",
	            comment = "Parts of the R to C interface"),
	     person(family = "R Foundation", role = "aut",
	            comment = "Parts of the R to C interface"))
Description: The exponential integrals E_1(x), E_2(x), E_n(x) and
  Ei(x), and the incomplete gamma function G(a, x) defined for
  negative values of its first argument. The package also gives easy
  access to the underlying C routines through an API; see the package
  vignette for details. A test package included in sub-directory
  example_API provides an implementation. C routines derived from the
  GNU Scientific Library <https://www.gnu.org/software/gsl/>.
Depends: R (>= 3.3.0)
License: GPL (>= 2)
URL: https://gitlab.com/vigou3/expint
BugReports: https://gitlab.com/vigou3/expint/-/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2022-10-28 05:58:03 UTC; vincent
Author: Vincent Goulet [cre, aut],
  Gerard Jungman [aut] (Original GSL code),
  Brian Gough [aut] (Original GSL code),
  Jeffrey A. Ryan [aut] (Package API),
  Robert Gentleman [aut] (Parts of the R to C interface),
  Ross Ihaka [aut] (Parts of the R to C interface),
  R Core Team [aut] (Parts of the R to C interface),
  R Foundation [aut] (Parts of the R to C interface)
Maintainer: Vincent Goulet <vincent.goulet@act.ulaval.ca>
Repository: CRAN
Date/Publication: 2022-10-28 11:27:38 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-04-11 20:36:49 UTC; unix
Archs: expint.so.dSYM
