Thanks for Yihui Xie and his GitHub repo, I find a good way to write blog in Rmarkdwon, which could support dynamic documentation, and display code and result simutaniously, and the command is pretty simple in RStudio.
servr::jekyll()
Now, this blog is hosted by GitHub, which provide a free jekyll server for bloger.
My main editor switch from Atom to RStudio, which give me a more powerful computation and interactive environment.
To see if an object is a pure base type, i.e., it doesn’t also have S3, S4, or RC behaviour, check that is.object(x) returns FALSE.
Check Static Class by otype() and ftype()
In S3, methods belong to functions, called generic functions, or generics for short. S3 methods do not belong to objects or classes. This is different from most other programming languages, but is a legitimate OO style.
Today, I am introducing a power tool to improve your R engine performance without changing any R code in lots of features, like parallel, pipeline operation, compatible with Rstudio. Revolution R Open executes a typical R benchmark 2.5 times faster than the standard R distribution and some functions, such as linear regression, run up to 20 times faster.