Package: wordPuzzleR Title: Word Puzzle Game Version: 0.1.2 Authors@R: c(person("Xiurui", "Zhu", , "zxr6@163.com", role = c("aut", "cre"), comment = NULL), person("@olivroy", , , "olivroy@fosstodon.org", role = c("ctb"), comment = "Add `URL` and `BugReports` fields to `DESCRIPTION`.")) Description: The word puzzle game requires you to find out the letters in a word within a limited number of guesses. In each round, if your guess hit any letters in the word, they reveal themselves. If all letters are revealed before your guesses run out, you win this game; otherwise you fail. You may run multiple games to guess different words. License: MIT + file LICENSE Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/zhuxr11/wordPuzzleR BugReports: https://github.com/zhuxr11/wordPuzzleR/issues Imports: purrr (>= 0.3.4), scales (>= 1.1.1), stringr (>= 1.4.0) Collate: 'zzz.R' 'utils.R' 'main.R' 'wordPuzzleR-package.R' Repository: https://zhuxr11.r-universe.dev Date/Publication: 2026-04-10 06:13:52 UTC RemoteUrl: https://github.com/zhuxr11/wordpuzzler RemoteRef: HEAD RemoteSha: 9c6a310963590cd968c4681b1f8cbce98c654481 NeedsCompilation: no Packaged: 2026-06-10 10:35:02 UTC; root Author: Xiurui Zhu [aut, cre], @olivroy [ctb] (Add `URL` and `BugReports` fields to `DESCRIPTION`.) Maintainer: Xiurui Zhu