nevrome / neolithicR

R Shiny App - Search engine for radiocarbon dates from different source databases

Home Page:http://www.neolithicRC.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. Docker Build Status GitHub contributors license

WebGIS-App and Search Engine neolithicRC

Shiny app to search and filter radiocarbon dates from various source databases. neolithicRC is based on the R package c14bazAAR. You'll find more information there about

  • the included databases and how to cite (!) them
  • the meaning of the variables in the output table
  • the methods to compile the data

You can run this app on your own system by forking and cloning this repository, installing all the necessary packages and running the Shiny app (R -e "shiny::runApp('.')"). Alternatively you can use the prebuilt docker image (docker run --name your_neolithicrc -d -p 3838:3838 nevrome/neolithicr) or build it yourself (docker build -t neolithicrc . and docker run --name your_neolithicrc -d -p 3838:3838 neolithicrc). The shiny-server.conf in the docker image is custom-tailored to my needs (location: /cSchmid/neolithicRC and websockets disabled) and you should adjust it if you fork.

Acknowledgements

Thanks to

Project presentations

License

For the code in this project apply the terms and conditions of GNU GENERAL PUBLIC LICENSE Version 2. The datasets are published under different licences.

About

R Shiny App - Search engine for radiocarbon dates from different source databases

http://www.neolithicRC.de

License:GNU General Public License v2.0


Languages

Language:R 88.1%Language:Dockerfile 7.1%Language:CSS 4.0%Language:JavaScript 0.7%Language:Shell 0.1%