Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem calling functions in Excel #127

Open
dvlassopoulos opened this issue May 26, 2018 · 2 comments
Open

problem calling functions in Excel #127

dvlassopoulos opened this issue May 26, 2018 · 2 comments

Comments

@dvlassopoulos
Copy link

I installed latest version of BERT, but having a little trouble with Excel (2016 32-bit). I opened the example files and any cells containing a call to an R function return #NAME?. The BERT Console window seems to be working - I also tried creating a function following instructions provided with the same result. Any suggestion would be appreciated.

@amaeckelberghe
Copy link

Hi dvlassopoulos,

Usually when Excel returns #NAME it is because it was not able to recognise the function you used. Is it possible your function in BERT was not successfully sourced (this could be due to numerous reasons, for example some issues related to packages in case you use these). When a script is successfully loaded you should see a line in your BERT console like:
"Loading script file: C:\Users<Your Name>\ Documents\BERT2\functions<Your File>.R"

@onpikono
Copy link

onpikono commented Jun 9, 2018

This is most probably the same problem as discussed here: https://github.com/sdllc/Basic-Excel-R-Toolkit/issues/106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants