fastr icon indicating copy to clipboard operation
fastr copied to clipboard

"should not reach here" trying to install_github from a branch

Open spoltier opened this issue 6 years ago • 2 comments

Trying to install a package from github using remotes, the following statement results in an error:

install_github("miraisolutions/xlconnect@feature/poi-4.1.0")

See attached log.

spoltier avatar Jul 18 '19 08:07 spoltier

Hello,

thank you for the report. We will investigate it. As you may know, for the time being, you can also install the package (and its dependencies) manually:

install.fastr.packages('rJava')
install.packages('/path/to/where/you/downloaded/XLConnectJars', repos=NULL)
install.packages('/path/to/where/you/downloaded/xlconnect', repos=NULL)

steve-s avatar Jul 19 '19 17:07 steve-s

@steve-s I didn't know that, thank you!

spoltier avatar Jul 19 '19 20:07 spoltier