Konrad Rudolph

Results 102 comments of Konrad Rudolph

Hmm, I thought I could continue using the defaults for those since I don’t need to mount a shared file system manually (it worked in the unmerged branch, and [from](https://github.com/jalvesaq/Nvim-R/blob/480be07424067f5905011494e2f55c03ee9d5915/R/common_global.vim#L707)...

> Unless the path to your home directory is exactly the same in both machines It is: both machines mount exactly the same file system for my home directory. >...

I found something: the `Rdoc` file (`/nfs/users/nfs_k/kr15/.tmp/Nvim-R/Rdoc`) seems to be created with some delay. So the error message in Vim makes sense: at the time that the error message is...

Hi, In the order from easiest to hardest: ## 1. > First question, why am I getting this above error? It makes no sense, the `methods` package is part of...

@grst The relevant changes are in [`loaded.r`](https://github.com/klmr/box/pull/246/files#diff-2c306a97cdd2e17dd60045bb2230092f83f664316f8e9b5757641dfa33587001). `is_mod_loaded` and `register_mod` are invoked during the actual module loading, which is one of the steps invoked for each module loaded by `box::use`:...

@grst I’d be grateful if you could test-drive the pull request. The implementation is pretty crude, I’m sure there are situations which I’ve overlooked in my tests, and real-world usage...

@grst You may want to hold off on testing, Iʼve already found a bug in combination with Shiny, and I havenʼt got a fix yet.

@grst OK, fixed that bug. New archive: https://github.com/klmr/box/files/7204838/box_1.1.9000.tar.gz

> EDIT: I installed the latest version of this branch using remotes::install_github("klmr/box@feature/auto-reload") Unfortunately that won’t work since I’m not checking generated code (`NAMESPACE` and `man` files) into development branches. However,...

Ah yes, the current default mode of `box::enable_autoreload()` is only triggered when a `box::use` declaration is re-executed (that’s because this is vastly more efficient than capturing every single access). This...