Skip to content
Snippets Groups Projects
output: github_document
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

fairify: an R package for creating FAIR reports

FAIR principles stands for Findability, Accessibility, Interoperability, and Reuse.

This package provide tools to help you to create HTML and PDF reports based on bookdown with data stored on the cloud.

fairify currently supports data access Owncloud/Nextcloud servers and provides templates for Inrae website and PDF reports.

Installation

# install.packages("remotes")
remotes::install_git(
  "https://forgemia.inra.fr/umr-g-eau/fairify.git",
  dependencies = TRUE
)
s <- readLines("man-examples/fairify.md")
cat(paste(s, collapse = "\n"))