Skip to content

Commit

Permalink
updated package down and running-nonmem vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 9, 2024
1 parent 042b11a commit 11c72b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ navbar:
intro:
text: Get Started
menu:
- text: slurmtools-vignette
- text: Running NONMEM
href: articles/Running-nonmem.html
- text: custom-alerts
href: articles/custom-alerts.html
- text: slack-alerts
href: articles/slack-alerts.html

reference:
- title: Data Processing Functions
Expand Down
7 changes: 0 additions & 7 deletions vignettes/Running-nonmem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ knitr::opts_chunk$set(

To install `slurmtools` use the following commands:

``` r
options(repos = c(
"slurmtools" = "https://a2-ai.github.io/gh-pkg-mirror/slurmtools",
getOption("repos")))
install.packages("slurmtools")
```

```{r setup}
library(slurmtools)
```
Expand Down

0 comments on commit 11c72b6

Please sign in to comment.