Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Authors@R: c(
person("David", "Bayard", email = "", role = "ctb"),
person("Robert", "Leary", email = "", role = "ctb")
)
Version: 3.0.0
Version: 3.0.2
URL: https://lapkb.github.io/Pmetrics_rust/
BugReports: https://github.com/LAPKB/Pmetrics_rust/issues
SystemRequirements: Cargo (>= 1.82) (Rust's package manager), rustc
Expand Down
20 changes: 0 additions & 20 deletions R/DataDescriptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,26 +109,6 @@

"NPex"

#' Example output from an IT2B run.
#'
#' This is an R6 Pmetrics [Pmetrics::PM_result()] object created with [Pmetrics::PM_load()] after an IT2B run.
#' The run consisted of a model with an absorptive compartment and a central compartment.
#' There were 4 parameters in the model: lag time of absorption (Tlag1),
#' rate constant of absorption (Ka), volume (V) and rate constant of elmination (Ke).
#' There were 20 subjects in the dataset. The run was
#' 100 cycles long and did not converge.
#'
#' @name ITex
#' @docType data
#' @title Example IT2B Output
#' @usage ITex
#' @format R6 [Pmetrics::PM_result]
#' @author Michael Neely
#' @keywords datasets

#'

"ITex"

#' Example data set for an NPAG/IT2B run.
#'
Expand Down
13 changes: 6 additions & 7 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ options(repos = c(LAPKB = 'https://lapkb.r-universe.dev', getOption('repos')))
```

- After you have run the above command once, forever after you can
install Pmetrics by running this command in R:
`install.packages("Pmetrics")` and you can update it with
`update.packages("Pmetrics")`. These commands are the same as for any
other R package hosted on CRAN. By having the LAPKB repository in your
list of repositories, R will automatically find and install/update the
correct version of Pmetrics for your system.
install or updated previously installed Pmetrics by running this
command in R: `install.packages("Pmetrics")`. This command is the same
as for any other R package hosted on CRAN. By having the LAPKB
repository in your list of repositories, R will automatically find and
install/update the correct version of Pmetrics for your system.

## Documentation

We encourgage you to visit the [Pmetrics
We encourage you to visit the [Pmetrics
website](https://lapkb.github.io/Pmetrics/) for documentation,
tutorials, and examples.
6 changes: 3 additions & 3 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ The compiled versions of **Pmetrics** for MacOS, Windows and Linux are hosted on
options(repos = c(LAPKB = 'https://lapkb.r-universe.dev', getOption('repos')))
```

* After you have run the above command once, forever after you can install Pmetrics by running this command in R:
`install.packages("Pmetrics")` and you can update it with `update.packages()`. These commands are the same as for any other R package hosted on CRAN. By having the LAPKB repository in your list of repositories, R will automatically find and install/update the correct version of Pmetrics for your system.
* After you have run the above command once, forever after you can install or updated previously installed Pmetrics by running this command in R:
`install.packages("Pmetrics")`. This command is the same as for any other R package hosted on CRAN. By having the LAPKB repository in your list of repositories, R will automatically find and install/update the correct version of Pmetrics for your system.

## Documentation

We encourgage you to visit the [Pmetrics website](https://lapkb.github.io/Pmetrics/) for documentation, tutorials, and examples.
We encourage you to visit the [Pmetrics website](https://lapkb.github.io/Pmetrics/) for documentation, tutorials, and examples.
Binary file removed data/ITex.rda
Binary file not shown.
27 changes: 0 additions & 27 deletions man/ITex.Rd

This file was deleted.

Empty file modified man/dataEx.Rd
100755 → 100644
Empty file.