Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 190 in "understanding_encoding" fails.. #7

Open
mrustl opened this issue Jul 12, 2018 · 1 comment
Open

Line 190 in "understanding_encoding" fails.. #7

mrustl opened this issue Jul 12, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mrustl
Copy link
Member

mrustl commented Jul 12, 2018

### Line 70
text <- "Schöne Grüße"
### Line 190
kwb.fakin::get_special_character_info(text)

Error in data.frame(..., stringsAsFactors = FALSE) :
arguments imply differing number of rows: 3, 2

Couldn`t update docu website due to error detailed below:

sessioninfo::session_info()
capture.output(sessioninfo::session_info(), file = "fakin_bug.txt")
  • Session info -----------------------------------------------------------------------------
    setting value
    version R version 3.5.0 (2018-04-23)
    os Windows 7 x64 SP 1
    system x86_64, mingw32
    ui RStudio
    language (EN)
    collate English_United Kingdom.1252
    tz Europe/Berlin
    date 2018-07-12

  • Packages ---------------------------------------------------------------------------------
    package * version date source
    clisymbols 1.2.0 2017-05-21 CRAN (R 3.5.1)
    kwb.fakin * 0.3.0.9000 2018-07-12 Github (ab01884)
    kwb.utils 0.3.0.9000 2018-07-12 Github (KWB-R/kwb.utils@431aac7)
    sessioninfo 1.0.0 2017-06-21 CRAN (R 3.5.1)
    withr 2.1.2 2018-03-15 CRAN (R 3.5.0)
    yaml 2.1.19 2018-05-01 CRAN (R 3.5.0)

Could you do the website update. I suspect the error has to do with my default OS setting ?

@mrustl
Copy link
Member Author

mrustl commented Jul 17, 2018

1 Surprisingly, what constitutes a letter is determined by your current locale. That means that the syntax of R code actually differs from computer to computer, and it’s possible for a file that works on one computer to not even parse on another

Source: https://adv-r.hadley.nz/names-values.html#non-syntactic-names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants