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!
You can install the development version from GitHub with the following procedure:
# install.packages("devtools")
devtools::install_github("PaoloDalena/eviltools")
What is special about using eviltools
instead of just base
functions?
library( eviltools )
#> You will regret doing this!
#>
#> Attaching package: 'eviltools'
#> The following objects are masked from 'package:base':
#>
#> /, mean, sum
x <- 1:21
mean( x , type = 3 )
#> It can be wrong, but I can't do better. Ask Python to do it for you if I'm not enough!
#> [1] 67679
You can also give a love message, for example:
x <- sample(100, 1)
y <- sample(100, 1)
x / y
#> Warning in x/y: As long as I'm the boss here, division is not allowed! We
#> have to stay together!
#> [1] "21 and 99 love each other. Try doing the same."
If you need some more features, please open an issue on github.
If you encounter a bug, please file a reprex (minimal reproducible example) on github.