Skip to content

Commit

Permalink
Corrected the the typo in the 2nd name of covert2CEdate (from converT…
Browse files Browse the repository at this point in the history
…oCEdate to convertToCEdate!)
  • Loading branch information
cpsyctc committed Mar 30, 2024
1 parent 98bb14c commit 47ce9d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
export(checkAllUnique)
export(checkIsOneToOne)
export(classifyScoresVectorByRCI)
export(converToCEdate)
export(convert2CEdate)
export(convertClipboardAuthorNames)
export(convertToCEdate)
export(convertVector2sentence)
export(convertVectorToSentence)
export(getBootCICSC)
Expand Down
2 changes: 1 addition & 1 deletion R/convert2CEdate.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ convert2CEdate <- function(date) {
#'
#' @rdname convert2CEdate
#' @export
converToCEdate <- convert2CEdate
convertToCEdate <- convert2CEdate
4 changes: 2 additions & 2 deletions man/convert2CEdate.Rd

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

0 comments on commit 47ce9d5

Please sign in to comment.