Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
archive note
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 17, 2024
1 parent 4119733 commit 6eca05c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 103 deletions.
50 changes: 0 additions & 50 deletions README.Rmd

This file was deleted.

60 changes: 7 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,12 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# rxode2random

<!-- badges: start -->

[![R build
status](https://github.com/nlmixr2/rxode2random/workflows/R-CMD-check/badge.svg)](https://github.com/nlmixr2/rxode2random/actions)
[![codecov](https://codecov.io/gh/nlmixr2/rxode2random/branch/main/graph/badge.svg?token=1mPFeTxSwS)](https://app.codecov.io/gh/nlmixr2/rxode2random)
[![CRAN
version](http://www.r-pkg.org/badges/version/rxode2random)](https://cran.r-project.org/package=rxode2random)
[![CRAN total
downloads](https://cranlogs.r-pkg.org/badges/grand-total/rxode2random)](https://cran.r-project.org/package=rxode2random)
[![CRAN total
downloads](https://cranlogs.r-pkg.org/badges/rxode2random)](https://cran.r-project.org/package=rxode2random)
[![CodeFactor](https://www.codefactor.io/repository/github/nlmixr2/rxode2random/badge)](https://www.codefactor.io/repository/github/nlmixr2/rxode2random)
![r-universe](https://nlmixr2.r-universe.dev/badges/rxode2random)
<!-- badges: end -->

The goal of rxode2random is to split off the ‘rxode2’ random number
generation from the ode solving and C compilation of models.

## Installation

You can install the development version of rxode2random from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("nlmixr2/rxode2parse")
devtools::install_github("nlmixr2/rxode2random")
```
`rxode2randomm` was a package supporting `rxode2` random number
generation. It was created to support a CRAN request to break out
`rxode2` into smaller packages to reduce compiling time.

## Examples
Now, CRAN has requested that we merge this package back to `rxode2`.
Therefore this has been archived.

This is mostly about random number generation so you can select a matrix
from `cvPost()`
The 'rxode2' package development is located at:

``` r
library(rxode2random)
set.seed(5) # set the seed so that the documentation stays the same, only
cvPost(10, lotri::lotri(a+b~c(1,0.5,1)), n=3)
#> [[1]]
#> a b
#> a 1.7297338 0.8219411
#> b 0.8219411 1.6643538
#>
#> [[2]]
#> a b
#> a 0.5663245 0.2300909
#> b 0.2300909 1.3883101
#>
#> [[3]]
#> a b
#> a 2.025453 0.4974050
#> b 0.497405 0.8670084
```
https://github.com/nlmixr2/rxode2

0 comments on commit 6eca05c

Please sign in to comment.