knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(evanverse)
evanverseevanverse is a lightweight, modular R toolkit designed to assist your everyday development workflow β with functions that are simple, practical, and elegant.
Whether you're installing packages, building logical filters, or writing expressive scripts, evanverse offers convenience functions that just work.
# Recommended installation via GitHub install.packages("devtools") devtools::install_github("evanbio/evanverse")
%p% β String concatenation operator"Good" %p% "morning" #> [1] "Good morning"
combine_logic() β Combine logical vectors in parallelcombine_logic(c(TRUE, FALSE), c(TRUE, TRUE)) #> [1] TRUE FALSE
| Function | Description |
|-------------------|----------------------------------------|
| %p% | Concatenates strings with space |
| %is% | Expressive conditional matching |
| combine_logic() | Combines multiple logical vectors |
| remind() | Random reminders for better mood |
| with_timer() | Time any function easily |
| inst_pkg() | Install packages from multiple sources |
| update_pkg() | Update all packages (CRAN/Bio/GitHub) |
π README on GitHub
π Documentation site
β View all functions: ?evanverse or help(package = "evanverse")
Youβre building your own verse in R β let this toolkit help you move faster, smoother, and a little happier along the way.
ββ Evan Zhou
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.