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.

ch

The goal of ch is to solve some questions.

Installation

You can install ch :

install.packages('ch')
# or from github
devtools::install_github('tsiamut/ch')

Example

This is a basic example which shows you how to solve a common problem:

library(ch)
#basic example code
# You can draw a ruler:
draw_ruler(5)
## And even draw  the periodic table.
period_table()
show_color(colors())
sym2poly('x*4 + x^4 + 5*x^7 + x*x^9')

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.