Skip to content

Commit

Permalink
ugh. endless hell of CRAN submit
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbychef committed Nov 14, 2017
1 parent 64dc3c1 commit 84a284c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions R/parallelogram_maze.r
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -101,21 +101,21 @@
#' turtle_hide() #' turtle_hide()
#' turtle_up() #' turtle_up()
#' turtle_do({ #' turtle_do({
#' turtle_setpos(15,15) #' turtle_setpos(15,15)
#' turtle_setangle(0) #' turtle_setangle(0)
#' parallelogram_maze(angle=90,unit_len=10,width=45,height=25,method='uniform', #' parallelogram_maze(angle=90,unit_len=10,width=45,height=25,method='uniform',
#' start_from='corner',draw_boundary=TRUE) #' start_from='corner',draw_boundary=TRUE)
#' }) #' })
#' #'
#' # testing imbalance condition #' # testing imbalance condition
#' turtle_init(400,500,mode='clip') #' turtle_init(400,500,mode='clip')
#' turtle_hide() #' turtle_hide()
#' turtle_up() #' turtle_up()
#' turtle_do({ #' turtle_do({
#' turtle_setpos(15,250) #' turtle_setpos(15,250)
#' turtle_setangle(0) #' turtle_setangle(0)
#' parallelogram_maze(angle=90,unit_len=10,width=30,height=40, #' parallelogram_maze(angle=90,unit_len=10,width=30,height=40,
#' method='two_parallelograms',draw_boundary=TRUE,balance=-1.0) #' method='two_parallelograms',draw_boundary=TRUE,balance=-1.0)
#' }) #' })
#' #'
#' # a bunch of imbalanced mazes, fading into each other #' # a bunch of imbalanced mazes, fading into each other
Expand All @@ -130,12 +130,12 @@
#' bholes <- c(1,3) #' bholes <- c(1,3)
#' set.seed(12354) #' set.seed(12354)
#' for (iii in seq_along(valseq)) { #' for (iii in seq_along(valseq)) {
#' parallelogram_maze(angle=90,unit_len=10,width=20,height=25, #' parallelogram_maze(angle=90,unit_len=10,width=20,height=25,
#' method='two_parallelograms',draw_boundary=TRUE,balance=valseq[iii], #' method='two_parallelograms',draw_boundary=TRUE,balance=valseq[iii],
#' end_side=3,boundary_lines=blines,boundary_holes=bholes) #' end_side=3,boundary_lines=blines,boundary_holes=bholes)
#' turtle_right(180) #' turtle_right(180)
#' blines <- c(2,3,4) #' blines <- c(2,3,4)
#' bholes <- c(3) #' bholes <- c(3)
#' } #' }
#' }) #' })
#' #'
Expand Down
28 changes: 14 additions & 14 deletions man/parallelogram_maze.Rd

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

0 comments on commit 84a284c

Please sign in to comment.