Skip to content

Commit

Permalink
update URL links
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Feb 22, 2024
1 parent 8f5379e commit 502dacd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion R/compute.cwres.R
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ ind.cwres <-
#' This procedure can be done automatically using Perl Speaks NONMEM (PsN) and
#' we highly recommend using PsN for this purpose. After installing PsN just
#' type '\code{execute [modelname] -cwres}'. See
#' \url{http://psn.sourceforge.net} for more details.
#' \url{https://uupharmacometrics.github.io/PsN/} for more details.
#'
#' There are five main insertions needed in your NONMEM control file:
#' \enumerate{ \item$ABB COMRES=X.
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/xpose4)](https://CRAN.R-project.org/package=xpose4)
[![codecov.io](https://codecov.io/github/UUPharmacometrics/xpose4/coverage.svg?branch=master)](https://codecov.io/github/UUPharmacometrics/xpose4?branch=master)
[![codecov.io](https://codecov.io/github/UUPharmacometrics/xpose4/coverage.svg?branch=master)](https://app.codecov.io/github/UUPharmacometrics/xpose4?branch=master)
[![R-CMD-check](https://github.com/UUPharmacometrics/xpose4/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/UUPharmacometrics/xpose4/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand Down Expand Up @@ -114,7 +114,7 @@ typing (for example) `?xpose4` at the R command line.

A more detailed description of Xpose with example plots and explanaitions for
most of the functions in the package is available in our Bestiarium:
http://xpose.sourceforge.net/bestiarium_v1.0.pdf
https://xpose.sourceforge.net/bestiarium_v1.0.pdf


## Don't Panic
Expand Down
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/xpose4)](https://CRAN.R-project.org/package=xpose4)
[![codecov.io](https://codecov.io/github/UUPharmacometrics/xpose4/coverage.svg?branch=master)](https://codecov.io/github/UUPharmacometrics/xpose4?branch=master)
[![codecov.io](https://codecov.io/github/UUPharmacometrics/xpose4/coverage.svg?branch=master)](https://app.codecov.io/github/UUPharmacometrics/xpose4?branch=master)
[![R-CMD-check](https://github.com/UUPharmacometrics/xpose4/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/UUPharmacometrics/xpose4/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand All @@ -24,21 +24,20 @@ diagnostics, candidate covariate identification and model comparison.
To install xpose you will need R (\>= version 2.2.0).
To install Xpose in R use one of the following methods:

- latest stable release – From CRAN. Write at the R command line:
- latest stable release – From CRAN. Write at the R command line:

``` r
install.packages("xpose4")
```
``` r
install.packages("xpose4")
```

- Latest development versionfrom Github. Note that the command
below installs themaster” (development) branch; if you want the
release branch from Github add `ref="release"` to the
`install_github()` call.
- Latest development version – from Github. Note that the command below
installs the “master” (development) branch; if you want the release
branch from Github add `ref="release"` to the `install_github()` call.

``` r
# install.packages("devtools")
devtools::install_github("UUPharmacometrics/xpose4")
```
``` r
# install.packages("devtools")
devtools::install_github("UUPharmacometrics/xpose4")
```

## Running Xpose 4

Expand Down Expand Up @@ -94,7 +93,7 @@ by typing (for example) `?xpose4` at the R command line.

A more detailed description of Xpose with example plots and
explanaitions for most of the functions in the package is available in
our Bestiarium: <http://xpose.sourceforge.net/bestiarium_v1.0.pdf>
our Bestiarium: <https://xpose.sourceforge.net/bestiarium_v1.0.pdf>

## Don’t Panic

Expand Down
2 changes: 1 addition & 1 deletion man/compute.cwres.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 502dacd

Please sign in to comment.