Skip to content

Commit

Permalink
update wildboottest.jl in test #107
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Jun 20, 2023
1 parent 87cf286 commit fa6acd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

# install WildBootTests.jl
- name: install WildBootTests.jl
run: julia -e 'using Pkg; Pkg.add(["StableRNGs"]); Pkg.add(Pkg.PackageSpec(;name="WildBootTests", version="0.9.0"))'
run: julia -e 'using Pkg; Pkg.add(["StableRNGs"]); Pkg.add(Pkg.PackageSpec(;name="WildBootTests", version="0.9.8"))'
# use shell bash to ensure consistent behavior across OS
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd",
"srr::srr_stats_roclet"))
RoxygenNote: 7.2.3
SystemRequirements: Version Requirements to run the wild bootstrap through
Julia - Julia (>= 1.8), WildBootTests.jl (>=0.9). Julia is
Julia - Julia (>= 1.8), WildBootTests.jl (>=0.9.8). Julia is
downloadable via the official Julia website
(https://julialang.org/downloads/), WildBootTests.jl via Julia's
package manager (https://docs.julialang.org/en/v1/stdlib/Pkg/) or its
Expand Down

0 comments on commit fa6acd6

Please sign in to comment.