duncanwerner
duncanwerner
Not sure, but I have heard similar things before. Are you seeing any error messages in the console, or is it just not doing anything? I would guess that it's...
As a workaround, there's an older function which will reload that you can call from the BERT console: ``` BERT$ReloadStartup() ```
This has nothing to do with the length of the string. The problem is that the value you are returning includes language constructs (`LANGSXP` type) which we can't handle --...
Incidentally you should use `BERT.Exec` to execute arbitrary code, and `BERT.Call` to call functions with arguments.
Is it chewing up a lot of processor? It might be related to your windows update issue, although I'm just speculating.
As I said on SO, this works for me provided the range is the right size. The excel scripting example file shows how to write a data frame to a...
> is there a size restriction on put_Value? Not by design, but there might be an issue causing problems. Can you give me an example that definitely doesn't work?
We've never tested that. But you can try it. Edit the preferences file in the console, View > Preferences. Set the value of `BERT.R.home` to point to the root of...
Load time is the issue. For whatever reason, Excel runs the `workbook_open` method before running the add-in's load method. It looks like you can force it to load by toggling...
That was an oversight, I'll get it in the next build.