JuliaInterop / JuliaCall

Embed Julia in R
https://non-contradiction.github.io/JuliaCall/index.html
Other
267 stars 36 forks source link

julia_update_package("DataFrame") should be DataFrames #132

Closed GantZA closed 4 years ago

GantZA commented 4 years ago
Session Info I've run the `devtools::check()` function and found that on line 14 of package.R, the package is called `DataFrame` instead of `DataFrames`.
GantZA commented 4 years ago

Sorry, I've just seen that you may have intentionally said "DataFrame" instead of "DataFrames" as it is a donttest test?

Non-Contradiction commented 4 years ago

Yes, it should have been DataFrames. The donttest is unrelated. Will soon submit a correction for this! Thank you for catching this!