Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chikuang authored May 16, 2024
1 parent 7a4357c commit 2caec0a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ This is a package to compute the optimal regression design under the second-orde

## Installation

SLSEdesign is available in Python, Julia and R. To install in R:
SLSEdesign is now available on [CRAN](https://cran.r-project.org/). Hence you may install it by typing

```r
devtools::install_github("chikuang/SLSEdesign")
install.packages("SLSEdesign")
```

or you may download the develop version by typing

```r
remotes::install_github("chikuang/SLSEdesign")
```

## Examples
Expand Down Expand Up @@ -59,7 +65,9 @@ plot_direction_Dopt(u, design, tt=0, FUN = poly3,
+ [x] Add files in inst/doc/ folder
+ [x] Add examples to all the exported functions to fulfill the requirement of CRAN
+ [x] Add information matrices in the examples within the calc_directional_derivatives functions
+ [ ] Upload the package to CRAN
+ [x] Upload the package to CRAN
+ [ ] Python and Julia version of the package, which are expected to be faster than in R
+ [ ] Merge the functions that compute the directional derivatives. Maybe adding an extra argument to indicate the design criterion used.

## Reference

Expand Down

0 comments on commit 2caec0a

Please sign in to comment.