Skip to content

Commit

Permalink
Remove diacritics
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Jan 20, 2021
1 parent 6c448ea commit 9050b4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/trustworthiness.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

#' @keywords internal
#' @source Charlotte Soneson's [dreval](https://github.com/csoneson/dreval/blob/master/R/trustworthiness.R)
#' @source Charlotte Soneson's '[dreval](https://github.com/csoneson/dreval/blob/master/R/trustworthiness.R)'
.calcTrustworthinessFromDist <- function(distReference, distLowDim, kTM) {
distReference <- as.matrix(distReference)
distLowDim <- as.matrix(distLowDim)
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There were two NOTEs:
'TreeDistData' is too large to be submitted on CRAN.

All calls to `data(package = 'TreeDistData')` are wrapped within
`if(require('TreeDistData')` to ensure that vignettes fail gracefully when
`if(require('TreeDistData'))` to ensure that vignettes fail gracefully when
'TreeDistData' is not installed.


Expand Down
4 changes: 2 additions & 2 deletions inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ @article{Jonker1987

@article{Kaski2003,
title = {Trustworthiness and metrics in visualizing similarity of gene expression},
author = {Kaski, Samuel and Nikkil{\"a}, Janne and Oja, Merja and Venna, Jarkko and T{\"o}r{\"o}nen, Petri and Castr{\'e}n, Eero},
author = {Kaski, Samuel and Nikkila, Janne and Oja, Merja and Venna, Jarkko and Toronen, Petri and Castren, Eero},
year = {2003},
volume = {4},
pages = {48},
Expand Down Expand Up @@ -219,7 +219,7 @@ @book{Mackay2003
}

@article{Meila2007,
author = {Meil\ifelse{html}{&#259;}{a}, Marina},
author = {Meila, Marina},
doi = {10.1016/j.jmva.2006.11.013},
journal = {Journal of Multivariate Analysis},
number = {5},
Expand Down

0 comments on commit 9050b4d

Please sign in to comment.