Bläddra i källkod

Add non-critical note about R htmlwidget pkg deps

master
Garrick Aden-Buie 6 år sedan
förälder
incheckning
a7c00fe865
2 ändrade filer med 21 tillägg och 0 borttagningar
  1. +11
    -0
      dev/dev.Rmd
  2. +10
    -0
      dev/dev.md

+ 11
- 0
dev/dev.Rmd Visa fil

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 Visa fil

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)

Laddar…
Avbryt
Spara