This report on MiscMetabar is generated by pkgnet, an R package for analyzing other R packages through the lens of network theory.
library(pkgnet) knitr::opts_chunk$set( echo = FALSE, warning = FALSE, out.width = "100%" ) pkgnet:::silence_logger() reporters <- list(DependencyReporter$new(), FunctionReporter$new()) reporters <- lapply( X = reporters, FUN = function(reporter) { reporter$set_package(pkg_name = "MiscMetabar") return(reporter) } )
reportSections <- lapply(reporters, function(reporter) { report_env <- list2env(list(reporter = reporter)) knitr::knit_child( reporter$report_markdown_path, envir = report_env ) })
cat(paste0(paste(reportSections, collapse = "\n")))
cat(sprintf("<sup>This report built with **pkgnet v%s**.</sup>", packageVersion("pkgnet")))
pkgnet is an open-source R package, copyright © 2017-2019 Uptake, made available under the 3-Clause BSD License.
pkgnet:::unsilence_logger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.