Skip to content

The Dmisc package provides a collection of versatile R functions developed by Daniel E. de la Rosa. These are general-purpose tools, not tied to any specific domain, aiming to aid a wide range of tasks in data analysis and visualization.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

dnldelarosa/Dmisc

Repository files navigation

Dmisc: Daniel miscellaneous functions

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R build status Codecov test coverage CRAN status r-universe

The Dmisc package provides a collection of versatile R functions developed by Daniel E. de la Rosa. These are general-purpose tools, not tied to any specific domain, aiming to aid a wide range of tasks in data analysis and visualization.

Code Reusability

A primary motivation behind the development of Dmisc is to facilitate code reusability. Daniel created these functions to avoid code repetition in his own projects. However, if an equivalent function is found in another package with good support, the corresponding function in Dmisc may become deprecated.

Installation

Not yet in CRAN

You can install the development version from GitHub with:

tryCatch(
  library(remotes),
  error = function(e){
    install.packages('remotes')
  }
)
remotes::install_github("drdsdaniel/Dmisc")

Roadmap

  • Add weight support to the cut3 function.

Functions

Browse the package site: Dmisc

Contributing

Have a feedback or want to contribute?

Please take a look at the contributing guidelines before filing an issue or pull request.

Please note that the Dmisc project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

The Dmisc package provides a collection of versatile R functions developed by Daniel E. de la Rosa. These are general-purpose tools, not tied to any specific domain, aiming to aid a wide range of tasks in data analysis and visualization.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages