diff --git a/DESCRIPTION b/DESCRIPTION index af82314..1396e8e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ppwicker Title: Functions to interact with piecepack wiki -Version: 0.1.0-10 +Version: 0.1.1 Authors@R: c(person("Trevor", "Davis", , email = "trevor.l.davis@gmail.com", role = c("aut", "cre")), person("Alex", "Schroeder", role = "aut", comment = "Uses `wikiput.pl`")) diff --git a/R/build_games.R b/R/build_games.R index 1885ac1..173b3e4 100644 --- a/R/build_games.R +++ b/R/build_games.R @@ -29,11 +29,8 @@ games_row <- function(name, designer, bits, ...) { } games_preamble <- ' -**Note:** This is an alpha test for a new computer-generated [[Games]] page. -This page will eventually be deleted. - **Note:** This page is [[https://github.com/piecepackr/ppwicker | computer-generated from individual game metadata]] and manually uploaded to the wiki. -If outdated or any errors please let me know and I\'ll take a look. --TrevorLDavis +Please let me know of any errors or if outdated and I\'ll take a look. --TrevorLDavis For a complete list of games on the wiki, check the CategoryGame page. The GamesStatistics spreadsheet with all the games makes it easy to get various statistics on the games. diff --git a/R/update_games.R b/R/update_games.R index ee2faed..084cfe4 100644 --- a/R/update_games.R +++ b/R/update_games.R @@ -27,7 +27,7 @@ update_games <- function(update = FALSE, stopifnot(!is.null(username)) if (is.null(games)) { - target <- paste0("https://ludism.org/ppwiki/", "GamesAlpha") + target <- paste0("https://ludism.org/ppwiki/", "Games") text <- build_games(update = update) wikiput(text, target, minor = minor, summary = summary,