Skip to content

Commit

Permalink
update a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ococrook committed Apr 4, 2024
1 parent 3c3b2fd commit c957617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Suggests:
RefManageR,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
viridis
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: false
2 changes: 1 addition & 1 deletion R/Rex-function.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##' [DataFrame]). Both are then passed to the `RexProcess` function to generate
##' summary data for further analysis and visualisation
##'
##' @title residue-resolved HDX-MS data analysis using the Rex yes
##' @title residue-resolved HDX-MS data analysis using Rex
##' @param HdxData An object of class DataFrame containing the HDX-MS data
##' @param numIter The number of iterations for the MCMC. Default is 1000
##' but recommend at least 5000 in practice
Expand Down
2 changes: 1 addition & 1 deletion man/rex.Rd

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

2 changes: 1 addition & 1 deletion vignettes/DifferentialRexMS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ incorrect results. This is typical when expressing a construct of a protein or
the structure is only a small part of the protein.

```{r,}
require(viridis)
library(viridis)
# random colours
v <- matrix(rnorm(100), nrow = 1)
colnames(v) <- seq.int(ncol(v))
Expand Down

0 comments on commit c957617

Please sign in to comment.