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

The following table shows the packages used to develop and run the diveRpine package:

# library(remotes)
# remotes::install_github("Pakillo/grateful")
# #library(grateful)
# 
# s <- read.csv("pkg_used.csv")
# used_pkgs <- cite_packages(output = "table", pkgs = as.vector(s$pkg), citation.style = "peerj") %>% 
#   mutate(Citation = sapply(Citation, paste, collapse = " "))
# write_csv(used_pkgs, file="pkg_used_table.csv")

used_pkgs <- read.csv("pkg_used_table.csv")
library(knitr)
kable(used_pkgs)

References



ajpelu/diveRpine documentation built on Feb. 1, 2023, 4:21 a.m.