Last data update: 2014.03.03

lightsout

Package: lightsout
Title: Implementation of the 'Lights Out' Puzzle Game
Version: 0.2.1
Authors@R: c(
person("Dean", "Attali", , "daattali@gmail.com", role = c("aut", "cre"))
)
Description: Lights Out is a puzzle game consisting of a grid of lights
that are either on or off. Pressing any light will toggle it and its
adjacent lights. The goal of the game is to switch all the lights off. This
package provides an interface to play the game on different board sizes,
both through the command line or with a visual application. Puzzles can
also be solved using the automatic solver included. View a demo
online at http://daattali.com/shiny/lightsout/.
URL: https://github.com/daattali/lightsout
BugReports: https://github.com/daattali/lightsout/issues
Depends: R (>= 3.0.0)
Imports: magrittr (>= 1.5), shiny (>= 0.10.0), shinyjs (>= 0.3.0),
stats, utils
Suggests: knitr (>= 1.7), testthat (>= 0.9.1), rmarkdown
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-06 15:13:43 UTC; Dean
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2016-01-06 17:22:34

● 0 images, 17 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lightsout' ...
** package 'lightsout' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lightsout'
    finding HTML links ... done
    board_classic                           html  
    board_entries-set                       html  
    board_entries                           html  
    board_size                              html  
    board_toggle_matrix                     html  
    empty_board                             html  
    grapes-greater-than-grapes              html  
    is_solvable                             html  
    is_solved                               html  
    launch                                  html  
    lightsout                               html  
    new_board                               html  
    play                                    html  
    print.lightsout                         html  
    print.lightsout_solution                html  
    random_board                            html  
    solve_board                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lightsout)
Making 'packages.html' ... done