https://github.com/cran/lamW
Raw File
Tip revision: 1b99c3127428c638f33f9e95bb7de3cf71664440 authored by Avraham Adler on 01 December 2023, 21:10:02 UTC
version 2.2.3
Tip revision: 1b99c31
DESCRIPTION
Package: lamW
Type: Package
Title: Lambert-W Function
Version: 2.2.3
Date: 2023-11-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, methods
NeedsCompilation: yes
URL: https://github.com/aadler/lamW
BugReports: https://github.com/aadler/lamW/issues
UseLTO: yes
Packaged: 2023-11-30 23:46:51 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-12-01 21:10:02 UTC
back to top