Skip to content

Standalone version of the interactive sheet that is included in import5eChar package.

Notifications You must be signed in to change notification settings

chsims1/5eInteractiveSheet

 
 

Repository files navigation

Readme

Online version

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.

Installation

Windows

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.

Linux/mac, Ambitious windows user

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.

R user

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.

Updating

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

Using

Here is a documentation of the sheet's functions

About

Standalone version of the interactive sheet that is included in import5eChar package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 48.8%
  • JavaScript 36.3%
  • Inno Setup 14.2%
  • Other 0.7%