The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Welcome to evanverse

library(evanverse)

πŸ‘‹ Welcome to evanverse

evanverse 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.

πŸš€ Installation

# Recommended installation via GitHub
install.packages("devtools")
devtools::install_github("evanbio/evanverse")

πŸ”§ Core Functions at a Glance

%p% β€” String concatenation operator

"Good" %p% "morning"
#> [1] "Good morning"
#> [1] "Good morning"

combine_logic() β€” Combine logical vectors in parallel

combine_logic(c(TRUE, FALSE), c(TRUE, TRUE))
#> [1]  TRUE FALSE
#> [1] TRUE FALSE

πŸ“¦ Full Function Overview

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)

πŸ“˜ Additional Resources

πŸ’¬ A note from the author

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.