Skip to content

Commit

Permalink
Merge branch 'rename-package' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed May 19, 2023
2 parents a78894d + 1111a4b commit ddb3924
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: permutatedChacko
Package: permChacko
Title: Chacko Test for Order-Restriction with Permutation
Version: 0.0.0.9012
Version: 0.0.0.9013
Authors@R:
c(
person(
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,11 +1,11 @@

# permutatedChacko
# permChacko

permutatedChacko is an R package that implements a modified version of the Chacko (1966) algorithm for order restriction.
permChacko is an R package that implements a modified version of the Chacko (1966) algorithm for order restriction.

## Installation

You can install the development version of permutatedChacko like so:
You can install the development version of permChacko like so:

``` r
remotes::install_github("ocbe-uio/permChacko")
Expand All @@ -16,7 +16,7 @@ remotes::install_github("ocbe-uio/permChacko")
This is a basic example which shows you how to solve a common problem:

``` r
library(permutatedChacko)
library(permChacko)
permChacko(chacko66_3) # example 5 from Chacko (1966)
```

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat.R
Expand Up @@ -6,4 +6,4 @@
# * https://r-pkgs.org/tests.html
# * https://testthat.r-lib.org/reference/test_package.html#special-files

testthat::test_check("permutatedChacko")
testthat::test_check("permChacko")

0 comments on commit ddb3924

Please sign in to comment.