packer icon indicating copy to clipboard operation
packer copied to clipboard

webpack + npm + R = ❤️

Results 9 packer issues
Sort by recently updated
recently updated
newest added

Hi John, I've been using `include_action_check()` but it kept failing because of this line (see [this action](https://github.com/etiennebacher/conductor/runs/7725473339?check_suite_focus=true) for example): https://github.com/JohnCoene/packer/blob/815e85ac14916e6bb23fde42d0351b10312454be/inst/hooks/check.yml#L44 I had to replace it by `packer:::are_minified_r('inst/packer')` for it to...

Dear John Coene, Thank you for developing such nice packages I wanted to try out packer and leprechaun together with vue js. First I ran into the problem mentioned in...

Hi, I tried to build a shiny app that uses vue.js just following the document https://packer.john-coene.com/#/examples/shiny-bs4 ```R golem::create_golem("demoVue") packer::scaffold_golem(vue = TRUE) packer::bundle() ``` However, run above codes will results below...

bug

Npm package is missing in the ubuntu installation instruction. Best regards,

I have been experimenting with supporting typescript with `scaffold_golem(react = TRUE)` and `scaffold_leprechaun(react=TRUE)`. I think a `react_ts` option could be added to support react & typescript developement, similarly for `vue`....

Add github action to bundle to prod on commit and PR

Hey man, I found out about packer a couple of months ago and have been **loving** it, seriously! But I noticed build times can be quite slow, mostly because of...

enhancement

After creating a new golem project with `golem::create_golem()`, I've tried using the `packer::scaffold_golem()` function, but received the following error: ```` r$> golem::create_golem(package_name = "jsTest",overwrite = T,path = ".") -- Checking...

The getting started doc does a lightweight example of `scaffold_widget()`. But the other `scaffolds` are very lightly touched. I think it would be helpful to have a somewhat more "worked"...