Skip to content

Commit

Permalink
chore: Github v0.3.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Jan 12, 2020
1 parent 197b642 commit f5df2e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -2,7 +2,7 @@ Encoding: UTF-8
Package: ppgames
Type: Package
Title: Piecepack Games
Version: 0.3.0-18
Version: 0.3.1
Author: Trevor L Davis.
Maintainer: Trevor L Davis <trevor.l.davis@gmail.com>
Description: This is an R package designed to make piecepack game diagrams.
Expand All @@ -18,7 +18,7 @@ Imports:
grid,
grDevices,
knitr,
piecepackr (>= 1.2.2),
piecepackr (>= 1.2.1),
R6,
rlang,
stats,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
ppgames 0.3.0
ppgames 0.3.1
=============

New features
Expand Down
2 changes: 1 addition & 1 deletion R/game_starts.R
Expand Up @@ -103,7 +103,7 @@ df_desfases <- function(seed = NULL, tiles = NULL, dice = NULL) {
} else {
df_tsr <- process_tiles(tiles)
}
df_t <- bind_cols(df_txy, df_tsr)
df_t <- bind_cols(df_txy, df_tsr)

df_c <- tibble(piece_side = "coin_face",
x = c(11:6, rep(13, 6), 3:8, rep(1, 6)),
Expand Down

0 comments on commit f5df2e9

Please sign in to comment.