swissknife
- Handy code shared in the FMI CompBio group| Platforms | OS | R CMD check | Coverage |
|:----------------:|:----------------:|:----------------:|:----------------:|
| GitHub Actions | Linux/Windows/macOS | |
|
The swissknife
package is a collection of useful R functions performing various tasks that
might be re-usable and worth sharing.
You can browse the package contents at https://fmicompbio.github.io/swissknife/.
@title
, @description
, @details
, @param
, @return
, @author
, @examples
, @export
, @import
/@importFrom
.NEWS.md
file and to the _pkgdown.yml
file (reference
section). When you push your edits to GitHub, GitHub Actions will automatically run pkgdown::build_site()
and deploy it to https://fmicompbio.github.io/swissknife/.@importFrom package function
in the Roxygen preamble. Then document the package (e.g. using devtools::document()
) to regenerate the NAMESPACE file. It's also considered good practice to refer to these external functions with package::function
in the code, to avoid name clashes. Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.