Code Monkey home page Code Monkey logo

Comments (3)

cpsievert avatar cpsievert commented on June 10, 2024

Looks like the problem arises here

installing source package 'Rcpp' ... ** package 'Rcpp' successfully unpacked and MD5 sums checked ** using staged installation ** libs Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), : ### 'make' not found * removing 'E:/R Sessions/Appsilon/shiny-enterprise-dashboard/Appsilon_SED/renv/staging/1/Rcpp' install of package 'Rcpp' failed [error code 1]

Which says installation of Rcpp failed. I suggest reporting this here instead.

from shiny.

cpsievert avatar cpsievert commented on June 10, 2024

Note also that, if you're trying to install packages from source on Windows, you'll need RTools to do so.

from shiny.

GabryS3 avatar GabryS3 commented on June 10, 2024

Hi,
it happened to me as well when I try to use the following code to install a previous version of a package:
<
*remotes::install_version("dartR", version = "2.7.2", repos = "http://cran.us.r-project.org",
lib="C:/Users/gabry/Documents/R/R_3.5_dartR2.7.2")

  • installing source package 'bit' ...
    ** package 'bit' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** libs
    Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), :
    'make' not found
  • removing 'C:/Users/Jessica Morgan/Documents/R/R_3.5_dartR2.7.2/bit'
  • installing source package 'tzdb' ...
    ** package 'tzdb' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** libs
    Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), :
    'make' not found
  • removing 'C:/Users/Jessica Morgan/Documents/R/R_3.5_dartR2.7.2/tzdb'
  • installing source package 'backports' ...
    ** package 'backports' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** libs
    Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), :
    'make' not found
  • removing 'C:/Users/Jessica Morgan/Documents/R/R_3.5_dartR2.7.2/backports'
  • ...>

and so on...for all the dependencies, so the package does not get installed...

How to fix this issue?
I even downloaded and installed the latest RTools & restarted the PC:
<
@DESKTOP-9RRT4IQ MSYS ~
$ make --version
GNU Make 4.3
Built for x86_64-pc-msys
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

But still same issue...I would really appreciate some help as this is blocking my work progress....i just need to install in a custom library folder a previous version of the package and cannot use versions::install.versions() either because it relies on MRAN which closed...

Thank you for any help!
Gabry


R version 4.3.3 (2024-02-29 ucrt) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

RStudio
2023.12.1 Build 402

sometimes i feel i should not have updated to the latest R and RStudio..

from shiny.

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.