You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/06 08:06:23 UTC

[GitHub] [arrow-cookbook] westonpace opened a new issue #17: R build failing with Error: `Error in loadNamespace(x) : there is no package called ‘testrmd’`

westonpace opened a new issue #17:
URL: https://github.com/apache/arrow-cookbook/issues/17


   I was hoping this was just intermittent since there was no actual code change but it's happened 3 times in a row now so I'm not sure what could have caused it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace closed issue #17: R build failing with Error: `Error in loadNamespace(x) : there is no package called ‘testrmd’`

Posted by GitBox <gi...@apache.org>.
westonpace closed issue #17:
URL: https://github.com/apache/arrow-cookbook/issues/17


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on issue #17: R build failing with Error: `Error in loadNamespace(x) : there is no package called ‘testrmd’`

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #17:
URL: https://github.com/apache/arrow-cookbook/issues/17#issuecomment-894194521


   Had a look into this and it's caused by a failure to install an R package called `pacman` which then loads the `testrmd` package if it isn't already installed.  Whilst it should hopefully be intermittent, refactoring the script to not use it is pretty trivial, so I'll do that anyway as it reduces our dependencies.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org