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
- Host: GitHub
- URL: https://github.com/ColinFay/cordes
- Owner: ColinFay
- License: other
- Created: 2020-05-15T22:05:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T08:16:10.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:13:24.641Z (8 months ago)
- Language: R
- Size: 281 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ColinFay/cordes - [WIP] Boilerplate for Wrapping Node Modules in R packages (R)
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")
}
)
```