Skip to content
/ typeical Public

An interactive visualization of run-time type data for the R programming language.

License

Notifications You must be signed in to change notification settings

camoy/typeical

Repository files navigation

TYPEical

Install the application with npm.

npm install

To create a database, edit data/migrate.sql and change MY_PATH.csv to the path of the data. Run the following to create the database in data.db:

sqlite3 data.db
.read data/migrate.sql
.exit

Assuming you have the database stored at data.db, run the server by setting the right environment variable.

TYPEICAL_DB=data.db npm run serve

About

An interactive visualization of run-time type data for the R programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •