search for: test_cyr_lett

Displaying 2 results from an estimated 2 matches for "test_cyr_lett".

Did you mean: test_cyr_letter
2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...t's consider the following script that prints random russian words: > > > *print("?????")print("????")print("???????")print("????")* When this script is sourced we get INCOMPLETE_STRING error: > > > > > *source('D:/R code/test_cyr_letter.R', encoding = 'UTF-8', echo=TRUE)Error > in source("D:/R code/test_cyr_letter.R", encoding = "UTF-8", echo = TRUE) > : D:/R code/test_cyr_letter.R:3:7: unexpected INCOMPLETE_STRING2: > print("????")3: print("?? ^* Note that this...
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...the following script that prints random russian words: >/ />/ />/ *print("?????")print("????")print("???????")print("????")* / When this script is sourced we get INCOMPLETE_STRING error: >/ />/ />/ />/ />/ *source('D:/R code/test_cyr_letter.R', encoding = 'UTF-8', echo=TRUE)Error />/ in source("D:/R code/test_cyr_letter.R", encoding = "UTF-8", echo = TRUE) />/ : D:/R code/test_cyr_letter.R:3:7: unexpected INCOMPLETE_STRING2: />/ print("????")3: print("?? ^* / Note...