Etienne Bacher

Results 284 comments of Etienne Bacher

Hi @JohnCoene, I found the problem for this (also mentioned in #31) but I don't know Javascript enough to fix it. It comes from these lines: https://github.com/JohnCoene/cicerone/blob/4791dd6f411e2aec765f8e38522e7c4b9085fe16/srcjs/exts/cicerone.js#L99-L104 https://github.com/JohnCoene/cicerone/blob/4791dd6f411e2aec765f8e38522e7c4b9085fe16/srcjs/exts/cicerone.js#L110-L112 Removing ```...

Hello John, Actually, in the example of #28, the problem is that the driver is created as soon as the app runs. Putting `guide$init()` in `observeEvent` solves the problem for...

No worries, I just wanted to clean my fork and it's not like there was much code changed on this PR ;)

Hello, thank you for coming back to this issue. I still have the same problem, here's the output of `.Last.error.trace`: ```r > .Last.error.trace Stack trace: 12. (function (...) ... 13....

Reinstalled pak as you indicated, same error. Also tried to install data.table after deleting pak cache, but same error. Here are the outputs you asked: ```r > getOption("repos") CRAN "https://cran.rstudio.com/"...

```r > pak::pkg_install("pkgconfig?source") > Will install 1 package. > Will download 1 CRAN package (6.08 kB). + pkgconfig 2.0.3 [bld][dl] (6.08 kB) ! pkgconfig is loaded in the current R...

``` > Sys.which("zip") zip "" > Sys.which("unzip") unzip "" ``` Is it helpful?

I'm using Windows Server 2016 Standard, v. 1607, build 14393.4704. rtools40 is installed. It's not so important, `pak::pkg_install` doesn't work but `install.packages` does so I'm not completely blocked. Thanks for...

@edgararuiz For information, the PR I made turned out to be wrong.