Hsiao-nan Cheung
Hsiao-nan Cheung
#### Description Auto stash uncommitted changes of scoop before update. Now the action is done in scoop core, should this be applied to buckets too? #### Motivation and Context -...
Now `post_installer` is run after creating shims and shortcuts, that is incomprehensible. The intuitive logic should be `pre_install > run_installer > persist_data > post_install` and then do some end work...
- Add a new property `installer.type` (`nsis|wix|inno`) - `nsis`: `Expand-Installer` accepts `$Architecture` (`64bit|32bit`) and unpack Electron's NSIS installer (`$PLUGINSDIR/app-32|64.7z`) - `wix`: `Expand-WixInstaller` use `Expand-DarkArchive` first and then `Expand-MsiArchive` all msi...
## Bug Report #### Current Behavior If use `$version` in `autoupdate.installer.script`, `checkver` will substitute it with specific version number. Example: shinyproxy.json ```json { "version": "2.6.0", "description": "Deploy Shiny apps in...
`tibble` or `tsibble` class weights should be used in `tq_portfolio` to support rebalance, and this is a comman usage in practice.
I want to use multiple `mutate_fun` or `performance_fun` to the same tibble, e.g., `maxDrawdown` and `StdDev.annualized`, how can I do this? `tq_performance`'s `performance_fun` doesn't accept `c("maxDrawdown", "StdDev.annualized")`. The same to...
Test manifests for https://github.com/lukesampson/scoop/pull/3502 Could be merged after above PR merged.
When using [`rstudio/bslib`](https://github.com/rstudio/bslib), `shinyFeedback` couldn't put its output correctly. demo: ```r if (interactive()) { library(shinyFeedback) library(bslib) options(device.ask.default = FALSE) ui
#### Description Allow subdir in buckets' `bucket` directory, e.g., `main/bucket/#/7zip.json`. All scoop command is unchanged (`scoop search `, `scoop install `, `checkver`, `checkurls`, `checkhashes`, etc.) #### Motivation and Context There's...
#### Description - Rename `Invoke-ExternalCommand()` to `Start-ExternalProcess()` - Add environment variables and working directory suport #### Motivation and Context - Rename `Activity` to `Prompt` - Rename `LogPath` to `LogName` -...