CRAN Status Badge DOI CII Best Practices R-CMD-check Codecov test coverage

lamW

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:

Avraham Adler (2015). lamW: Lambert-W Function. R package version 2.1.1. https://CRAN.R-project.org/package=lamW doi: 10.5281/zenodo.5874874

A BibTeX entry for LaTeX users is:

  @Manual{,
    title = {lamW: Lambert-W Function},
    author = {Avraham Adler},
    year = {2015},
    url = {https://CRAN.R-project.org/package=lamW},
    doi = "10.5281/zenodo.5874874",
    note = {R package version 2.1.1.},
  }

Contributions

Please ensure that all contributions comply with both R and CRAN standards for packages.

Versioning

This project attempts to follow Semantic Versioning

Changelog

This project attempts to follow the changelog system at Keep a CHANGELOG

Dependancies

This project intends to have as few dependancies as possible. Please consider that when writing code.

Style

Please review and conform to the current code stylistic choices (e.g. 80 character lines, two-space indentations).

Documentation

Please provide valid .Rd files and not roxygen-style documentation.

Tests

Please review the current test suite and supply similar tinytest-compatible unit tests for all added functionality.

Submission

If you would like to contribute to the project, it may be prudent to first contact the maintainer via email. A request or suggestion may be raised as an issue as well. To supply a pull request (PR), please:

  1. Fork the project and then clone into your own local repository
  2. Create a branch in your repository in which you will make your changes
  3. Push that branch to your remote and then create a pull request

At this point, the PR will be discussed and eventually accepted or rejected.