Skip to content

Commit

Permalink
pass CMD check, fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Sep 29, 2018
1 parent b341239 commit ebb08b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
@@ -1,2 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^LICENSE\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -10,7 +10,7 @@ Description: Implements the A* search algorithm for finding an efficient path
Imports:
R6 (>= 2.2.0),
datastructures (>= 0.2.0)
License: MIT + file LICENSE.md
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Expand Down
2 changes: 2 additions & 0 deletions LICENSE
@@ -0,0 +1,2 @@
YEAR: 2018
COPYRIGHT HOLDER: Michael Chow
2 changes: 1 addition & 1 deletion R/astar.R
Expand Up @@ -137,7 +137,7 @@ astar <- function(start, goal,
#' )
#'
#' searcher <- Searcher$new()
#' path <- run('A', 'B')
#' path <- searcher$run('A', 'B')
#'
#' @export
AStar <- R6::R6Class("AStar", list(
Expand Down
2 changes: 1 addition & 1 deletion man/AStar_class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebb08b8

Please sign in to comment.