Skip to content

Commit 8c95d43

Browse files
authored
Merge pull request #4 from Programming-The-Next-Step-2026/week-4
Extended sequence generation and added other functionalities
2 parents dc0c298 + 8182404 commit 8c95d43

30 files changed

Lines changed: 796 additions & 308 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RoxygenNote: 7.3.3
2121
Imports:
2222
checkmate (>= 2.3.4),
2323
shiny (>= 1.13.0)
24-
Suggests:
24+
Suggests:
2525
knitr,
2626
rmarkdown,
2727
shinytest2,

NAMESPACE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(convert_manual_input)
34
export(generate_sequence)
45
export(get_card_states)
56
export(is_winner)
6-
export(run_app)
7+
export(play_googol)
8+
export(shuffle_manual_sequence)
79
export(validate_manual_sequence)
810
import(shiny)
911
importFrom(checkmate,assert_numeric)

0 commit comments

Comments
 (0)