Skip to content

Commit

Permalink
Moved the test data around.
Browse files Browse the repository at this point in the history
Removed cli dependency from the NCA module.
  • Loading branch information
john-harrold committed Nov 27, 2023
1 parent d3188e4 commit 0570316
Show file tree
Hide file tree
Showing 48 changed files with 119 additions and 91 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Imports:
utils,
yaml
Suggests:
cli,
clipr,
gridExtra,
knitr,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fixed bug in NCA module where column details didn't update properly when switching between analyses.
- Fixed bug where detecting dosing from rows left the dosing records in the data frame for subsequent NCA.
- Fixed bug where the same parameter(s) were added over the same interval resulting in [[numeric]] in the reported values. Now if the same time interval is added more than once subsequent additions will update the parameters of the interval.
- Fixed stand-alone code generation and copy clipboard.

# ruminate 0.1.1
- Initial release
2 changes: 1 addition & 1 deletion R/NCA_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -4917,7 +4917,7 @@ NCA_fetch_np_meta = function(
if(system.file(package="cli")==""){
message(msg)
} else {
cli::cli_alert_danger(msg)
FM_message(msg, entry_type="danger")
}
}
}
Expand Down
11 changes: 10 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ You can point your web browser to [runrumiate.ubiquity.tools](https://runruminat
You can install the released version of ``rumiante`` from [CRAN](https://cran.r-project.org/package=ruminate) with:

``` r
install.packages("ruminate", dependencies=TRUE)
# Dependencies:
install.packages("clipr")
install.packages("gridExtra")
install.packages("prompter")
install.packages("readxl")
install.packages("shinydashboard")
install.packages("ubiquity")

# Actual package
install.packages("ruminate")
```

## Development version
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ You can install the released version of `rumiante` from
[CRAN](https://cran.r-project.org/package=ruminate) with:

``` r
install.packages("ruminate", dependencies=TRUE)
# Dependencies:
install.packages("clipr")
install.packages("gridExtra")
install.packages("prompter")
install.packages("readxl")
install.packages("shinydashboard")
install.packages("ubiquity")

# Actual package
install.packages("ruminate")
```

## Development version
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/noncompartmental_analysis.html

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion docs/index.html

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

1 change: 1 addition & 0 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
deployment: deployment.html
model_builder: model_builder.html
noncompartmental_analysis: noncompartmental_analysis.html
last_built: 2023-11-26T22:54Z
last_built: 2023-11-26T23:15Z

8 changes: 4 additions & 4 deletions docs/reference/MB_build_code.html

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

8 changes: 4 additions & 4 deletions docs/reference/MB_del_current_element.html

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

8 changes: 4 additions & 4 deletions docs/reference/MB_fetch_catalog.html

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

2 changes: 1 addition & 1 deletion docs/reference/MB_fetch_code.html

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

Loading

0 comments on commit 0570316

Please sign in to comment.