What else can I do to make sure that curl is working when I am using R ( MetaboAnalyst package) in Windows 10?

余生长醉 提交于 2020-07-03 13:14:16

问题


I have windows 10, so I already have curl, which is located in this path on my laptop C:\Windows\System32.

I have used the advice on this post How do I install and use curl on Windows?, and added this location to Path under Systems Variables.

When I type the below into R, I can see, amongst others, this path location.

   Sys.getenv("PATH")

I would like to use the MetaboAnalyst pathway package in R (https://www.rdocumentation.org/packages/MetaboAnalystR/versions/2.0.0). However, I am met with the below message when I try and run some lines of code.

   "Loading files from server unsuccessful. Ensure curl is downloaded on your computer."

I am unsure what to do as I really need to use this programme in order to proceeed with my analysis. Please can anybody using a Windows operating system, suggest how I might be able to overcome this.

I know I have curl installed on my computer because I can use it via the command prompt.

Not sure how to overcome this error .

来源:https://stackoverflow.com/questions/62122313/what-else-can-i-do-to-make-sure-that-curl-is-working-when-i-am-using-r-metaboa

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!