Online version can be found here. It is less responsive than the installed version as it's running on a potato. It's been fast enough for me so far but running a local version boosts performance significantly.
Download and install either this file (static version) or this one (automatically gets the latest version)
After that you should be golden.
Double click the desktop icon to run. See usage instructions here
You'll only be missing one minor feature: The ability to get your files directly from googledrive without downloading them first. Alas I failed to port this to the installer. If you really want this you can install it through the sligtly more difficult way explained below.
If you are on linux/mac, sorry, no exe for you. You need to install R on your own. If you are on Windows and want to use direct import from google drive, you also need to follow the steps here.
Instal R by following instructions below
After installing R open it. On the RGui, run the following commands
install.packages('devtools')
devtools::install_github('oganm/import5eChar')
This will complete the installation. From now on you just need to do
import5eChar::shinySheetAC()
from RGui to run the app.
I assume you have everything set up
install.packages('devtools')
devtools::install_github('oganm/import5eChar')
to install and
r import5eChar::shinySheetAC()
to run. Note that this'll shut down your R session after closing the window. If you don't want that to happen use import5eChar::shinySheet()
instead.
If you are on windows and used the static installer, uninstall your previous version, download exe and install.
If you have used the auto updating version, don't do anything.
Other's just run
devtools::install_github('oganm/import5eChar')
again
Here is a documentation of the sheet's functions