h_R | R Documentation |
h_R
opens the page https://www.r-project.org.
h_Rml
opens the page dedicated to the mailing lists
https://www.r-project.org/mail.html.
h_Rnews
opens the page https://cran.r-project.org/doc/manuals/r-devel/NEWS.html.
h_Rversions
opens a page (from rversions package) that keeps a record
of all R versions and their release dates.
h_cran
opens the page of you local CRAN.
h_cranbydate
and h_cranbyname
open the page of CRAN packages
sorted by date of publication and in alphabetical order.
h_cranchecks
and h_crancheckwindows
open the pages related to
the checks of all packages listed by name, maintainers, dates, os. A special
page is dedicated to Windows packages with the results for the previous, the
current and the devel R versions.
h_crantv
opens the page of CRAN task views.
h_cranberries
, h_nabble
, h_rbloggers
, h_rdoc
, h_rdoctv
(RDocumentation), h_rdrr
, h_rseek
open the pages of web sites related
to R.
h_gepuro
lists all (most) R packages available on GitHub. A huge file.
h_R()
h_Rblog()
h_Rman()
h_Rml()
h_Rnews(repos = getOption("repos")[1])
h_Rversions(repos = getOption("repos")[1])
h_cran(repos = getOption("repos")[1])
h_cranbydate(repos = getOption("repos")[1])
h_cranbyname(repos = getOption("repos")[1])
h_cranchecks(repos = getOption("repos")[1])
h_crancheckwindows(repos = getOption("repos")[1])
h_crantv(repos = getOption("repos")[1])
h_cranstatus()
h_cranberries()
h_gepuro()
h_nabble(..., char = NULL)
h_rbloggers(..., char = NULL)
h_rdoc(..., char = NULL)
h_rdoctv(..., char = NULL)
h_rdrr(..., char = NULL)
h_rseek(..., char = NULL)
h_biocstats()
repos |
character. The address of your local CRAN. |
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
if (interactive()) {
h_crantv(repos = "https://cloud.r-project.org")
h_cranberries()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.