Releases: sdllc/Basic-Excel-R-Toolkit
Preview Release
This is a preview release of version 2 of BERT. You are welcome to try it, and we would love your feedback. However please note the following:
-
This installer does not include R (or Julia, which we also support). You will need a separate R installation. If you have an existing BERT install, you can use that version of R (as long as it's 3.4.0 or later).
-
The installer for V2 is completely separate from old BERT installers, so if you install it it will not remove old BERT. It also uses a different functions directory (Documents/BERT2). We don't recommend running BERT1 and BERT2 at the same time; you should probably disable BERT1 in Excel before using this one. (Use options > add-ins > COM Add-ins to disable).
-
We support both 32-bit and 64-bit Excel, but only on 64-bit Windows.
-
This installer is not an MSI (it's an EXE).
BERT2 Preview Release
This is a preview release of version 2 of BERT. You are welcome to try it, and we would love your feedback. However please note the following:
-
This installer does not include R (or Julia, which we also support). You will need a separate R installation. If you have an existing BERT install, you can use that version of R (as long as it's 3.4.0 or later).
-
The installer for V2 is completely separate from old BERT installers, so if you install it it will not remove old BERT. It also uses a different functions directory (Documents/BERT2). We don't recommend running BERT1 and BERT2 at the same time; you should probably disable BERT1 in Excel before using this one. (Use options > add-ins > COM Add-ins to disable).
-
Only 64-bit Excel is supported right now (we will add 32-bit Excel support later).
-
This installer is not an MSI (it's an EXE).
BERT2 Preview Release
This is a preview release of version 2 of BERT. You are welcome to try it, and we would love your feedback. However please note the following:
-
This installer does not include R (or Julia, which we also support). You will need a separate R installation. If you have an existing BERT install, you can use that version of R (as long as it's 3.4.0 or later).
-
The installer for V2 is completely separate from old BERT installers, so if you install it it will not remove old BERT. It also uses a different functions directory (Documents/BERT2). We don't recommend running BERT1 and BERT2 at the same time; you should probably disable BERT1 in Excel before using this one. (Use options > add-ins > COM Add-ins to disable).
-
Only 64-bit Excel is supported right now (we will add 32-bit Excel support later).
-
This installer is not an MSI (it's an EXE).
Update for R-3.4.3
- Please install as a regular user, not Administrator
- Installer includes both 32 and 64 bit builds
- Getting started with BERT
Changes:
- Update R to 3.4.3
- Fix for returning list-of-lists
The last build made changes to returned arrays, which improved excel support but broke support for returning list-of-lists to VBA, which broke our VBA example. This fix should restore support for that case.
Update for R 3.4.2 and Excel Arrays
- Please install as a regular user, not Administrator
- Installer includes both 32 and 64 bit builds
- Getting started with BERT
Changes:
-
Update R to 3.4.2
-
Change array behavior as in #74.
Excel arrays are no longer padded (or truncated). To avoid seeing #N/A errors when returning an array smaller than the Excel range, use the function
pad.excel.array
.
Update for #74
Testing update for #74, fixes frame issue
Test build for #74
Test for #74, remove array truncation and padding
Console Updates
- Please install as a regular user, not Administrator
- Installer includes both 32 and 64 bit builds
- Getting started with BERT
Changes:
- Console now preserves changes to unsaved files on close.
- Also preserve editor state on close/reopen.
Update to R 3.4.1
- Please install as a regular user, not Administrator
- Installer includes both 32 and 64 bit builds
- Getting started with BERT
Changes:
- Updated R to version 3.4.1 (2017-06-30) -- "Single Candle"
- Added timeout in file download to prevent hanging
- Removing CRANextra repo by default
- Console updates
Bugfixes and updates
- Please install as a regular user, not Administrator
- Installer includes both 32 and 64 bit builds
- Getting started with BERT
Changes: