A BERT based tool to use custom R analysis
ALIRO is a free BERT-based tool to use custom R code in different analysis, including time series and random forest analysis.It's build using VSTO, C#, R and BERT.
ALIRO born in Costa Rica thanks to Minor Bonilla, CEO at Buklolab. We build this version while doing our business practice at this company, to graduate from Bachelor's degree from bussiness computing.
Our objective is to bring a scalable free-tool to use custom R code in excel, so everyone who have knowledge in excel can use this tool without a lot of technical skills.
Note: ALIRO STILL IN DEV some bugs will occur - See Common errors section if something went wrong
Before start: ALIRO is based on BERT and R, so we need this two dependencies to continue with ALIRO instalation. Do not worry, the installer will help you in this process.
- First, download the installer in your desired lang. ALIRO-EN or ALIRO-ESP
- Follow the instructions and download the required files
- Install
- If everything were ok, ALIRO is ready to use in your EXCEL app
Depending on your antivirus/firewall, windows will show an alert message telling you about unknow author do not worry about it, it is safe.
It is the first version of ALIRO so many bugs will occur, but we know some of them and we still developing solutions to it. There are some common errors that we know:
If everything during instalation were ok, you should:
- Open excel
- Go to File > Settings > Complements
- In complements, choose COM Complements and click GO
- You will se a complement called ALIRO, select it and click OK
Sometimes the installer will fail installing the .R functions at the desired route. It is because windows use two routes to define Documents access, for example: If you're on windows 8 or 10 it will be Installed at OneDrive/Documents, and it needs to be installed at C:\Users<user>\Documents, so, if you're getting this error:
- Search at C:\Users<user>\Documents\BERT2\functions If you don't see .R functions go to:
- Search at _C:\Users<user>\OneDrive\Documents\BERT2_ Copy this folder
- Go to C:\Users<user>\Documents_ and paste the BERT2 folder here and replace the files
SQLSelect queries to extract data from your database will only work at local databases at the moment, so if you want to use it you neet to install it in your machine
This error is not an issue of ALIRO Application side, it is an error that is returning R and will be made by:
- Wrong data
- Functions Files .R are not accesible
- An error made by us while coding .R functions