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

https://github.com/ColinFay/cordes

[WIP] Boilerplate for Wrapping Node Modules in R packages
https://github.com/ColinFay/cordes

Last synced: 5 months ago
JSON representation

[WIP] Boilerplate for Wrapping Node Modules in R packages

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# cordes

```{r}
withr::with_dir(
tempdir(),{
cordes::cordes_create("plop", open = FALSE)
}
)
```

```{r}
withr::with_dir(
tempdir(),{
fs::dir_tree("plop")
}
)
```