https://github.com/cran/lamW
Raw File
Tip revision: 7961b6ca79b851426f7d5edbe293ee0ffb6fe6d3 authored by Avraham Adler on 06 January 2021, 21:40:02 UTC
version 2.0.0
Tip revision: 7961b6c
DESCRIPTION
Package: lamW
Type: Package
Title: Lambert-W Function
Version: 2.0.0
Date: 2021-01-05
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
Depends: R (>= 3.0.2)
Imports: Rcpp, RcppParallel (>= 4.3.20)
LinkingTo: Rcpp, RcppParallel (>= 4.3.20)
SystemRequirements: GNU make
Suggests: testthat, covr
NeedsCompilation: yes
URL: https://github.com/aadler/lamW
BugReports: https://github.com/aadler/lamW/issues
Config/testthat/edition: 3
Packaged: 2021-01-06 22:16:47 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: 2021-01-06 22:40:02 UTC
back to top