ETHdemo is a toy package only for educational purposes
You can install the development version of ETHdemo from GitHub with:
# install.packages("pak")
pak::pak("Thranholm/ETHdemo")
This is a basic example which shows you how to solve a common problem:
library(ETHdemo)
## basic example code
times2(2)
#> [1] 4