writepackagedesc | R Documentation |
writepackagedesc is only used when creating a new package from GitHub, as described in ALSimGuide. It must be used when the working directory (as in getwd()) is the base directory of the incipient package. Either this functions two arguments are filled or there needs to be a basic readme.md file created by GitHub from teh package name and the brief description given inside GitHub when creating the repository.
writepackagedesc(packname = "", packdesc = "")
packname |
a character vector of the package's name, default = ” |
packdesc |
a brief description of what the package does, default = ” |
nothing but it does write a function into the R directory, creating the directory if it does not already exist.
# syntax = writepackagedesc(packname="ALSim",packdesc="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.