I have no idea why I created this package with this name, but just to let you know this R package is completely for the ANGSD homework. I'll probably add some personal plotting functions here.
usethis::use_description()
to overwrite the old one, and fill some information in the DESCRIPTIONusethis::use_namespace()
, definitely to overwrite!usethis::use_mit_license("Chi-Lam Poon")
usethis::use_testthat()
, just to set upusethis::use_vignette(name = "Introduction-to-ohmyR")
e.g. read_in
:
read_in
function in a new reading_in.R
script in the R/
directory @export, @importFrom, ...
Roxygen comments right above the read_in
functionImports
packages in DESCRIPTIONcontrol + shift + d
to document it by generating the Rd file in man/
Install and Restart
data/
data.R
in the directory R/
data.R
Install and Restart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.