Skip to content

Commit

Permalink
Merge pull request #6 from PharmCat/dev
Browse files Browse the repository at this point in the history
Dev 0.1.5
  • Loading branch information
PharmCat authored Sep 17, 2023
2 parents 5ce4577 + d68107b commit 5ba1ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MetidaFreq"
uuid = "bd16ee1e-1b2f-4f89-b253-604a522f8c5f"
authors = ["PharmCat <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]

Expand Down
2 changes: 1 addition & 1 deletion src/MetidaFreq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import MetidaBase: AbstractData, AbstractIdData, DataSet, Proportion, PrettyTabl
import HypothesisTests: ChisqTest, MultinomialLRTest, FisherExactTest
import Base: ht_keyindex, size, show, permutedims, getindex

export contab, propci, diffci, orci, rrci, confint, colorder, sumrows, addcol, colreduce
export contab, freq, propci, diffci, orci, rrci, confint, colorder, sumrows, addcol, colreduce

export metaprop, metapropfixed, metaproprandom

Expand Down

2 comments on commit 5ba1ab5

@PharmCat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91590

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.5 -m "<description of version>" 5ba1ab53a8618bb8f80a414ccdafb751d30badf5
git push origin v0.1.5

Please sign in to comment.