knitr::opts_chunk$set( echo = FALSE ) library(tidyverse) library(knitr)
img <- params$awarded %>% paste0("-badge.png") %>% system.file("help", "figures", ., package = "fertile") knitr::include_graphics(img)
img <- params$failed %>% paste0("-badge.png") %>% system.file("help", "figures", ., package = "fertile") knitr::include_graphics(img)
asis_output("### Reasons for Failure:")
asis_output("**Project Structure**") params$checks_structure
asis_output("**Tidy Files**") params$checks_tidy
asis_output("**Documentation**") params$checks_documentation
asis_output("**File Paths**") params$checks_paths
asis_output("**Randomness**") params$checks_randomness
asis_output("**Code Style**") params$checks_style
This project summary was generated on r strsplit(as.character(Sys.time()), " ")[[1]][1]
at r strsplit(as.character(Sys.time()), " ")[[1]][2]
(r Sys.timezone()
) by a user with the following information:
r params$fullname
r params$username
r params$email
r params$github_username
The computer used to generate this file was running r R.version.string
on the r sessionInfo()$platform
platform and the r sessionInfo()$running
operating system.
The files analyzed in the creation of this summary, as well as their last-modified timestamp, are provided below:
params$file_history
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.