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: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgararuiz/ecodown
- Owner: edgararuiz
- License: other
- Created: 2021-12-01T19:02:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T00:53:40.000Z (6 months ago)
- Last Synced: 2024-10-09T22:05:52.117Z (30 days ago)
- Language: R
- Homepage:
- Size: 1.37 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-quarto - ecodown - Turn R package documentation `pkgdown` website into a Quarto website. (Libraries/Packages/Scripts)
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.