https://github.com/cran/lamW
Raw File
Tip revision: 0894e701d93c5827d43ca65dc2f7d2aa2a79d85d authored by Avraham Adler on 28 February 2023, 22:32:29 UTC
version 2.1.2
Tip revision: 0894e70
DESCRIPTION
Package: lamW
Type: Package
Title: Lambert-W Function
Version: 2.1.2
Date: 2023-02-28
Authors@R: c(person(given="Avraham", family="Adler",role=c("aut", "cph", "cre"),
    email="Avraham.Adler@gmail.com", comment = c(ORCID = "0000-0002-3039-0703")))
Description: Implements both real-valued branches of the Lambert-W function
    (Corless et al, 1996) <doi:10.1007/BF02124750> without the need for
    installing the entire GSL.
License: BSD_2_clause + file LICENSE
Imports: Rcpp, RcppParallel
LinkingTo: Rcpp, RcppParallel
SystemRequirements: GNU make
Suggests: covr, tinytest
NeedsCompilation: yes
URL: https://github.com/aadler/lamW
BugReports: https://github.com/aadler/lamW/issues
Packaged: 2023-02-28 23:07:42 UTC; Parents
Author: Avraham Adler [aut, cph, cre] (<https://orcid.org/0000-0002-3039-0703>)
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-28 23:32:29 UTC
back to top