diff --git a/DESCRIPTION b/DESCRIPTION index 4f6fda0ae..5feb498ee 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/R/DataDescriptions.R b/R/DataDescriptions.R index 8843e73c7..dce4f0bf6 100755 --- a/R/DataDescriptions.R +++ b/R/DataDescriptions.R @@ -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. #' diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 6e7a42c25..94c1a01b9 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.qmd b/README.qmd index f48067d1f..76b546527 100755 --- a/README.qmd +++ b/README.qmd @@ -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. \ No newline at end of file +We encourage you to visit the [Pmetrics website](https://lapkb.github.io/Pmetrics/) for documentation, tutorials, and examples. \ No newline at end of file diff --git a/data/ITex.rda b/data/ITex.rda deleted file mode 100755 index 21d7e92ef..000000000 Binary files a/data/ITex.rda and /dev/null differ diff --git a/man/ITex.Rd b/man/ITex.Rd deleted file mode 100755 index f24ce3e55..000000000 --- a/man/ITex.Rd +++ /dev/null @@ -1,27 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DataDescriptions.R -\docType{data} -\name{ITex} -\alias{ITex} -\title{Example IT2B Output} -\format{ -R6 \link{PM_result} -} -\usage{ -ITex -} -\description{ -Example output from an IT2B run. -} -\details{ -This is an R6 Pmetrics \code{\link[=PM_result]{PM_result()}} object created with \code{\link[=PM_load]{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. -} -\author{ -Michael Neely -} -\keyword{datasets} diff --git a/man/dataEx.Rd b/man/dataEx.Rd old mode 100755 new mode 100644