瀏覽代碼

Add non-critical note about R htmlwidget pkg deps

master
Garrick Aden-Buie 6 年之前
父節點
當前提交
a7c00fe865
共有 2 個檔案被更改,包括 21 行新增0 行删除
  1. +11
    -0
      dev/dev.Rmd
  2. +10
    -0
      dev/dev.md

+ 11
- 0
dev/dev.Rmd 查看文件

rstudioapi::navigateToFile("dev/dev.R") rstudioapi::navigateToFile("dev/dev.R")
``` ```



### Add the R package dependencies for an htmlwidget package

```{r r-deps}
usethis::use_package("htmlwidgets")
usethis::use_package("htmltools")
usethis::use_package("jsonlite")
usethis::use_package("shiny")
usethis::use_package("yaml")
```

## Setup npm package ## Setup npm package


* [256f0ca112b2685608f9a17a4fb4e35d279c9830](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/256f0ca112b2685608f9a17a4fb4e35d279c9830) * [256f0ca112b2685608f9a17a4fb4e35d279c9830](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/256f0ca112b2685608f9a17a4fb4e35d279c9830)

+ 10
- 0
dev/dev.md 查看文件

rstudioapi::navigateToFile("dev/dev.R") rstudioapi::navigateToFile("dev/dev.R")
``` ```


### Add the R package dependencies for an htmlwidget package

``` r
usethis::use_package("htmlwidgets")
usethis::use_package("htmltools")
usethis::use_package("jsonlite")
usethis::use_package("shiny")
usethis::use_package("yaml")
```

## Setup npm package ## Setup npm package


- [256f0ca112b2685608f9a17a4fb4e35d279c9830](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/256f0ca112b2685608f9a17a4fb4e35d279c9830) - [256f0ca112b2685608f9a17a4fb4e35d279c9830](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/256f0ca112b2685608f9a17a4fb4e35d279c9830)

Loading…
取消
儲存