parallelsugar icon indicating copy to clipboard operation
parallelsugar copied to clipboard

Trouble to install package

Open amandine-schmutz opened this issue 6 years ago • 1 comments

Hi Nathan, I have some issues with your package. I try to install it on my computer (Windows, 64bits, R v.3.4.0). Devtools is already installed on my computer so I just run:

library(devtools) install_github('nathanvan/parallelsugar')

Then I have the following error message : Installation failed: there is no package called ‘curl’

Do you know how to fix this issue?

amandine-schmutz avatar Jan 17 '19 07:01 amandine-schmutz

Try the solution in: https://stackoverflow.com/a/31310830

Namely, running install.packages(c('devtools','curl'))

Then try library('devtools')

On Thu, Jan 17, 2019, 2:56 AM amandine-schmutz <[email protected] wrote:

Hi Nathan, I have some issues with your package. I try to install it on my computer (Windows, 64bits, R v.3.4.0). Devtools is already installed on my computer so I just run:

library(devtools) install_github('nathanvan/parallelsugar')

Then I have the following error message : Installation failed: there is no package called ‘curl’

Do you know how to fix this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nathanvan/parallelsugar/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAT24XjQwudSYULYRTJJs6l9DAO3zIjIks5vECzFgaJpZM4aEpQc .

nathanvan avatar Jan 19 '19 03:01 nathanvan