Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added the auto-translation functionality, and it's at a point where I'm fairly happy with it.
Please can you take a look and merge into master. The basic workflow is
The Microsoft API has changed since the
translateR
package was released, which means that package is currently broken. Additionally, it usesmclapply()
, which doesn't work on Windows. I contacted the maintainer oftranslateR
last week about the problems, but he hasn't replied. So today I created theautotranslate
package, which does exactly the same thing, except that it works.R CMD check isn't working for me at the moment; I'm getting an error related to building the Vignettes. I didn't touch the vignettes, so I don't think it is related to the autotranslation.
I know that the big pain point with getting people to use this will be the set up. I've included links to the documentation from Google and Microsoft, and it's actually pretty good; I don't think we need to reinvent "how to set up a Google cloud account".
There might be an issue with
Remember that I'm speaking about this at useR on 5th July, and I'll be travelling from 30th June, so it would be great if we can get an updated version of
msgtools
on CRAN before then.