lamw
Implements both real-valued branches of the Lambert-W function in R without the need for installing the entire GSL.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Implements both real-valued branches of the Lambert-W function in R without the need for installing the entire GSL.
Basic Info
Statistics
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 8
Metadata Files
README.md
title: Package lamW
Description
lamW is an R package which calculates the real-valued branches of the
Lambert-W function without
the need to install the entire GSL. It uses compiled code and
RcppParallel to achieve
significant speed.
Citation
If you use the package, please cite it as per CITATION.
Roadmap
Major
- There are no plans for major changes in the foreseeable future
Minor
- There are no plans for minor changes in the foreseeable future
Contributions
Please see CONTRIBUTING.
Security
Please see SECURITY.
Owner
- Name: Avraham Adler
- Login: aadler
- Kind: user
- Location: New York Metropolitan Area
- Company: McGill and Partners
- Website: http://www.avrahamadler.com/
- Repositories: 29
- Profile: https://github.com/aadler
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "lamW" in publications use:'
type: software
license: BSD-2-Clause
title: 'lamW: Lambert-W Function'
version: 2.2.5
doi: 10.32614/CRAN.package.lamW
identifiers:
- type: doi
value: 10.32614/CRAN.package.lamW
abstract: Implements both real-valued branches of the Lambert-W function (Corless
et al, 1996) <https://doi.org/10.1007/BF02124750> without the need for installing
the entire GSL.
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
preferred-citation:
type: manual
title: 'lamW: Lambert-W Function'
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
year: '2015'
url: https://CRAN.R-project.org/package=lamW
doi: 10.32614/CRAN.package.lamW
notes: R package version 2.2.5
repository: https://CRAN.R-project.org/package=lamW
repository-code: https://github.com/aadler/lamW
url: https://github.com/aadler/lamW
date-released: '2025-07-08'
contact:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Push event: 2
- Create event: 1
Last Year
- Release event: 1
- Watch event: 1
- Push event: 2
- Create event: 1
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Avraham Adler | a****r@g****m | 156 |
| Avraham Adler | A****r@g****m | 60 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 5 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 4.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- MichaelChirico (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 6,266 last-month
- Total docker downloads: 44,545
-
Total dependent packages: 18
(may contain duplicates) -
Total dependent repositories: 21
(may contain duplicates) - Total versions: 24
- Total maintainers: 1
cran.r-project.org: lamW
Lambert-W Function
- Homepage: https://github.com/aadler/lamW
- Documentation: http://cran.r-project.org/web/packages/lamW/lamW.pdf
- License: BSD_2_clause + file LICENSE
-
Latest release: 2.2.5
published 9 months ago
Rankings
Maintainers (1)
conda-forge.org: r-lamw
- Homepage: https://github.com/aadler/lamW
- License: BSD-2-Clause
-
Latest release: 2.1.1
published about 4 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- R >= 3.0.2 depends
- Rcpp * imports
- RcppParallel >= 4.3.20 imports
- covr * suggests
- tinytest * suggests