From abde6929e6709a71255e4abb51354584658aad4a Mon Sep 17 00:00:00 2001 From: m-kolomanski Date: Thu, 30 Jan 2025 16:49:14 +0100 Subject: [PATCH] fix: spellcheck --- README.md | 2 +- inst/WORDLIST | 2 ++ vignettes/aNCA.Rmd | 10 +++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20fe763..c0fb389 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ In the **NCA** tab, start off by loading the pre-processed data using _Submit_ b After the setup is done and analysis is performed, you are free to explore the results in the **Outputs** tab. Application supports various customizable plots, as well as report exporting. -For more detailed instructions, check out the [Get Starged](https://pharmaverse.github.io/aNCA/articles/aNCA.html) page. +For more detailed instructions, check out the [Get Started](https://pharmaverse.github.io/aNCA/articles/aNCA.html) page. ## Contributing diff --git a/inst/WORDLIST b/inst/WORDLIST index f0d5b7c..a0bbb28 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -5,11 +5,13 @@ Bärtschi CDISC DOSEA DOSNO +IXrange NCA PKNCA PKNCAdata PKNCAdose Pharmacokinetic +Pharmaverse Pre RO RStudio diff --git a/vignettes/aNCA.Rmd b/vignettes/aNCA.Rmd index bc46c6c..ac6e5ae 100644 --- a/vignettes/aNCA.Rmd +++ b/vignettes/aNCA.Rmd @@ -26,7 +26,7 @@ Once the dataset has been uploaded, you can verify that the data is as expected, Mapping tab Mapping -### Veryfing adding filters +### Verifying adding filters Check that the data contains all the information you were expecting and is mapped correctly. If you want to change the data by adding filters, return to the *Mapping and Filters* page, then scroll down to add filters. Adding filters @@ -41,7 +41,7 @@ Don’t forget to scroll down and click submit! Click on the *NCA* tab at the top of the screen to switch to the next section. ## Data selection -1. Choose the analyte you would like to run the NCA on (it is currently only possible to analyse one analyte at a time). +1. Choose the analyte you would like to run the NCA on (it is currently only possible to analyze one analyte at a time). 2. Click *Submit* and check that the data is as expected.
@@ -84,7 +84,7 @@ There are two different ways to add exclusions/selections to the slopes. Removing selections #### Via the Plots -For in-app guidence, you can click the ? button. +For in-app guidance, you can click the ? button. 1. For selection, click the first point and then the last point you want included in the slope. The plot should then update and a row should be added to the table. There you can add your reason for selection. 2. For exclusion, double click the point you want to exclude. The plot should update along with the table. @@ -118,8 +118,8 @@ To upload settings next time, after column mapping, *Setup* -> *Data Selection* Uploading settings -## Step 4: Visualisation -In the *Visualisation* tab, you will find the different visualisation options, including individual plots, mean plots, descriptive statistics, and boxplots. +## Step 4: Visualization +In the *Visualization* tab, you will find the different visualization options, including individual plots, mean plots, descriptive statistics, and boxplots.
Currently work in progress