Giter VIP home page Giter VIP logo

eviatlas's Introduction

eviatlas

eviatlas is an R package for visualising the datasets produced by systematic maps. It is the package version of the EviAtlas app, which you can access at https://estech.shinyapps.io/eviatlas/.

eviatlas was produced as part of the Evidence Synthesis Hackathon series. It was created by and for the open-source research community. Pull requests and suggestions for future improvements are welcome.

You can download it using the following code:

# install.packages("remotes")
remotes::install_github("rmetaverse/eviatlas")

Usage

This package has only one function, called eviatlas, which creates an app in the working directory:

library(eviatlas)
eviatlas()

If you want to run this app, you can do so using shiny::runApp; but note that neither Shiny nor any of the other dependencies of the app are installed by default with eviatlas.

We intend that later versions of eviatlas will allow you to:

  • specify your own dataset from the command line
  • choose which data tabs you want to display
  • change the style of the dashboard
  • provide your own user-defined cover pages

Citation

If you use eviatlas in your work, please cite it as follows:

Haddaway NR, Feierman A, Grainger M, Gray C, Tanriver-Ayder E, Dhaubanjar S, Westgate M. eviatlas: a tool for visualising evidence synthesis databases. Environmental Evidence. 2019; 8:22. https://doi.org/10.1186/s13750-019-0167-1

eviatlas's People

Contributors

mjwestgate avatar afeierman avatar

Stargazers

Ryan Carpenter avatar

Watchers

James Cloos avatar  avatar  avatar

eviatlas's Issues

Add "resources" tab to app

To showcase how others have used the app, and to show resources (like the video showing how to set up an app on github pages), a new 'Resources' selection should be added on the sidebar

Old issue: ESHackathon/eviatlas#57

Bring ESHackathon/eviatlas 0.3.1 updates into this package

@mjwestgate , I think when you made this repository you used the code in EviAtlas release 0.3, is that right? I made some small updates since then on the old repo, so we should make sure they're reflected in this codebase somehow.

I just packaged a last version on the old repo, and we could bring that in if you have some easy way to do so, otherwise I think we can just go directly to changepoints in the code and manually adjust any changes. Shouldn't be much.

Allow upload of Excel files

Probably behavior: treat .xlsx files like .csv files (only reading in first sheet).

  • Add readxl to requirements
  • should be implement in same stage as moving CSV read from base R read.csv to tidy read_delim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.