Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/edgararuiz/ecodown


https://github.com/edgararuiz/ecodown

Last synced: about 1 month ago
JSON representation

Lists

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "",
fig.path = "man/figures/README-",
out.width = "100%",
eval = FALSE
)

library(fs)

cat_tree <- function(x, ...) {
t <- capture.output(dir_tree(x, ... = ...))
t[[2]] <- paste0(" ", t[[2]])
cat(purrr::map_chr(t[2:length(t)], ~ paste0(.x, "\n")))
}

```

# ecodown

[![R-CMD-check](https://github.com/edgararuiz/ecodown/workflows/R-CMD-check/badge.svg)](https://github.com/edgararuiz/ecodown/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/ecodown)](https://CRAN.R-project.org/package=ecodown)

This package is intended for internal RStudio use.