https://github.com/edgararuiz/ecodown
https://github.com/edgararuiz/ecodown
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgararuiz/ecodown
- Owner: edgararuiz
- License: other
- Created: 2021-12-01T19:02:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T00:53:40.000Z (12 months ago)
- Last Synced: 2025-02-28T01:44:07.469Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 1.37 MB
- Stars: 12
- 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
[](https://github.com/edgararuiz/ecodown/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=ecodown)This package is intended for internal RStudio use.