knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

eviltools: an R package for driving someone crazy.

Overview

A very dangerous package that overwrites base functions like '/' or 'sum()' in order to drive the user crazy. It can destroy your mental health and (maybe) your work. DON'T USE IT!

Installation

You can install the development version from GitHub with the following procedure:

# install.packages("devtools")
devtools::install_github("PaoloDalena/eviltools")

Example

What is special about using eviltools instead of just base functions?

library( eviltools )
x <- 1:21
mean( x , type = 3 )

You can also give a love message, for example:

x <- sample(100, 1)
y <- sample(100, 1)
x / y

Feature request

If you need some more features, please open an issue on github.

Bug reports

If you encounter a bug, please file a reprex (minimal reproducible example) on github.



PaoloDalena/eviltools documentation built on Jan. 4, 2021, 10:41 a.m.