Git Product home page Git Product logo

Comments (8)

Stan125 avatar Stan125 commented on August 18, 2024

try installing curl first:
install.packages("curl")
and if that works you should be able to continue with:
devtools::install_github("Stan125/GREA")

from grea.

aalokjha avatar aalokjha commented on August 18, 2024

Thanks for the help. I installed 'curl' but another issue cropped up. Below is the error message.

package ‘curl’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\alokranjan\AppData\Local\Temp\RtmpSuKbV0\downloaded_packages

devtools::install_github("Stan125/GREA")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘digest’
devtools::install_github("Stan125/GREA")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘digest

from grea.

Stan125 avatar Stan125 commented on August 18, 2024

something seems to be weird with the location of your packages.
First, look where your packages were installed to. Then, check where R looks for your packages. You can do this with .libPaths(). Take a look here.
If this still doesn't help, it seems like you have to install every package that's missing with install.packages("package_name").

from grea.

aalokjha avatar aalokjha commented on August 18, 2024

Thanks for all help!

from grea.

aalokjha avatar aalokjha commented on August 18, 2024

Thanks much Stan! I was able to install it finally. Thanks for all your help!!

from grea.

vstarkweather avatar vstarkweather commented on August 18, 2024

Hi Stan:

Here's the error message I get on attempting the download and installation of GREA:

> devtools::install_github("Stan125/GREA")
Downloading GitHub repo Stan125/GREA@master
from URL https://api.github.com/repos/Stan125/GREA/zipball/master
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Peer certificate cannot be authenticated with given CA certificates

from grea.

aalokjha avatar aalokjha commented on August 18, 2024

I would suggest to close all the open R instances on your computer first. Then start afresh with the code above. It should work. Else, check for the library path, if it is correctly getting downloaded there. That should resolve it. At least that is what worked for me.

from grea.

Stan125 avatar Stan125 commented on August 18, 2024

It looks more like a problem with the download using curl. Maybe check if you have the newest version of curl. Also, check if you have the right system time. Look at this.

from grea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.