Caio Hamamura

Results 35 comments of Caio Hamamura

Unfortunately I don't have a Mac machine to test, but the GitHub's Workflow using Mac is working fine. The system requirements are installed in a single line: ``` brew install...

Sorry, but we do not have access to Mac machine, we are only using automated workflow to check MacOS installation, see https://github.com/carlos-alberto-silva/rGEDI/blob/master/.github/workflows/r.yml#L77, from line 77-80 the only custom command for...

In current version of `vscode` there is already an `rstudioapi` emulator, so you can actually use `rstudioapi::restartSession()`.

> iirc, the entire Zip folder is extracted and moved to the default install location. Take the [Paint.Net Pull Request](https://github.com/microsoft/winget-pkgs/pull/88065/files) for example. If you comment out everything except for the...

@Trenly, it does work if you install it and launch it through run dialog (`Win + R`) `paint.net.exe`, but that's because it looks like it follows the symlink working directory...

That's my point, `start` shouldn't be needed at all, you won't be running development tools using `start` by default, besides you probably won't be launching these development tools yourself but...

> > > iirc, the entire Zip folder is extracted and moved to the default install location. Take the [Paint.Net Pull Request](https://github.com/microsoft/winget-pkgs/pull/88065/files) for example. If you comment out everything except...

Yeah, it won't work. Anybody maintaining this extension? [EDIT] By viewing the code, the only thing that it really does is to provide autocomplete for already written words.I think the...

As a workaround you could try to ignore the szip checking part. Open a terminal prompt and then: 1. Clone the repository `git clone https://github.com/carlos-alberto-silva/rGEDI` 2. Change to the rGEDI...