Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/machow/astar-r

A* algorithm implemented in R
https://github.com/machow/astar-r

astar r

Last synced: 3 months ago
JSON representation

A* algorithm implemented in R

Awesome Lists containing this project

README

        

astar-r
=======

[![Build Status](https://travis-ci.org/machow/astar-r.svg?branch=master)](https://travis-ci.org/machow/astar-r)

A* algorithm implemented in R.

Install
-------

```
# may need: install.packages('remotes')
remotes::install_github('machow/astar-r')
```