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

additional closing bracket in base64_to_df.R #40

Open
mrweiler opened this issue May 3, 2018 · 1 comment
Open

additional closing bracket in base64_to_df.R #40

mrweiler opened this issue May 3, 2018 · 1 comment

Comments

@mrweiler
Copy link

mrweiler commented May 3, 2018

There seems to be an error in "limer/R/base64_to_df.R" on line 14. You added an additional closing bracket in your latest commit. Now the installation fails.

  • return(read.csv(textConnection(raw_csv), stringsAsFactors = FALSE))
  • return(read.csv(textConnection(raw_csv), stringsAsFactors = FALSE, sep = ";")))
@wiertz
Copy link
Contributor

wiertz commented May 13, 2018

See pull request #41. In the meantime you can use
install_github("wiertz/limer", ref = "patch-1") for installation. (Only difference is the bracket).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants