knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

backtrack

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

This R package implements backtracking algorithms to solve some of these problems.

Installation

Install from GitHub:

devtools::install_github('jsphdms/backtrack')


jsphdms/backtrack documentation built on May 29, 2019, 1:24 p.m.