Skip to content

Commit

Permalink
remove outdated drat repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Aug 13, 2024
1 parent 5cf2648 commit 5f9cad2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ The packages supports a variety of functions like `print()`, `coef()`, `summary(

## Installation

With `drat`:
Via `r-universe`:
```R
drat::addRepo("JanMarvin")
install.packages("nlsur")
install.packages("nlsur", repos = c("https://janmarvin.r-universe.dev", "https://cloud.r-project.org"))
```

With `devtools`:
Via `devtools`:
```R
devtools::install_github("JanMarvin/nlsur")
```
Expand Down Expand Up @@ -55,4 +54,3 @@ dem <- nlcom(object = erg, form = "-dke -dle -dee", rname = "dem")
# and now dmm (nlcom can search for parameters)
dmm <- nlcom(object = erg, form = "-dkm -dlm -dem", rname = "dmm")
```

0 comments on commit 5f9cad2

Please sign in to comment.