NVIpkg <- params$NVIpkg
NVIpkg_inline <- paste0("`", NVIpkg, "`")
pkg_path <- params$pkg_path

# If hexagon sticker logo exist, include in README.md
logo_path <- ""
if (file.exists(paste0("./man/figures/", NVIpkg, "_logo.png"))) {
  logo_path <- paste0(' <img src="man/figures/', NVIpkg, '_logo.png" align="right" height="138" />')
}

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

r paste0(NVIpkg, ": ", desc::desc_get_field(key = "Title"), logo_path)

Overview

description <- desc::desc_get_field(key = "Description")

r paste(NVIpkg_inline, sub(substr(description,1,1), tolower(substr(description,1,1)), description))


Installation


Usage


r paste0(NVIpkg_inline, " ", sub(substr(description,1,1), tolower(substr(description,1,1)), description)) The vignette "Run R scripts automatically" gives a detailed description on how you can set up an automatic batch job to run an R script on Windows.


Copyright and license


Contributing






NorwegianVeterinaryInstitute/NVIbatch documentation built on Dec. 15, 2024, 3:15 p.m.