# Print to markdown without distill templating
rmarkdown::render("README.Rmd", output_format = "github_document")
knitr::opts_chunk$set(
  echo = FALSE, 
  message = FALSE
)
library(dplyr)
# Get URL to repo
url <- desc::desc_get_urls()

# Get Depends, Imports and Suggests
packages <- desc::desc_get_deps()

minimal R version Netlify Status Travis Build Status Docker Build Status Launch rstudio.cloud Launch Rstudio Binder Lifecycle: experimental gitter chat

r desc::desc_get_field("Package") (r desc::desc_get_version())

r desc::desc_get_field("Title")

Prerequisites

packages %>% 
  filter(type == "Depends") %>% 
  select(-.data$type) %>% 
  knitr::kable(
    col.names = c("Package", "Version"), 
    caption = "Version not specified"
  )

Docker

A Docker image of this project is available for use.

Run
docker run \
  -dti \
  -e DISABLE_AUTH=true \
  -p 8787:8787 \
  --name hurricane_harvey_prelims \
  timtrice/hurricane_harvey_prelims:release
Shell
docker exec -ti hurricane_harvey_prelims /bin/bash

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Code of Conduct

Please note that the 'r desc::desc_get_field("Package")' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements

r usethis::use_tidy_thanks()



timtrice/hurricane_harvey_prelims documentation built on July 1, 2019, 12:23 a.m.