Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3d7441

Browse files
committed
Fix a bug inpkg_name_check()
Plus hopefully the checks on R-devel.
1 parentfc98783 commitc3d7441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎R/name-check.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ format.pkg_name_check_wiktionary <- function(x, limit = 6, ...) {
409409
}
410410

411411
clean_wiktionary_text<-function(x) {
412-
langs<- strsplit(x,"\n==",x)[[1]][-1]
412+
langs<- strsplit(x,"\n==",fixed=TRUE)[[1]][-1]
413413
eng<- grep("^English",langs,value=TRUE)
414414
if (length(eng)==0)return("No English definition found")
415415
eng2<- sub("^English ==","",eng)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp