search for: needs_compil

Displaying 16 results from an estimated 16 matches for "needs_compil".

Did you mean: needs_compiler
2019 Apr 20
2
update.package() asking even when asked to not ask
Hi, I was trying to update packages today on one of our MacOS servers, and got this: ? > update.packages(ask=FALSE) ? ? There is a binary version available but the source version is later: ?? ???? binary source needs_compilation ? gsl 1.9-10.3? 2.1-6????????????? TRUE ? Do you want to install from sources the package which needs compilation? (Yes/no/cancel) So it looks like 'ask=FALSE' only turns off one type of question. What is not immediately obvious is that in order to also turn off the type of ques...
2015 Feb 11
3
update.packages with ask = FALSE will sometimes ask about updates
Today while running update.packages(ask = FALSE), R stopped to ask me a question: There are binary versions available but the source versions are later: binary source needs_compilation KernSmooth 2.23-13 2.23-14 TRUE mixture 1.2 1.3 TRUE Do you want to install from sources the packages which need compilation? y/n: update.packages calls install.packages which calls getDependencies, which was where there question originated. It seems to...
2017 Feb 15
3
paquete Rcmdr y BiodiversityR
Gracias Carlos, ya intente instalar varias veces el paquete data.table, pero no se porque no lo puede instalar Aqui mando la salida: > install.packages("data.table") There is a binary version available but the source version is later: binary source needs_compilation data.table 1.10.0 1.10.4 TRUE Do you want to install from sources the package which needs compilation? y/n: y installing the source package 'data.table' probando la URL 'https://cran.rstudio.com/src/contrib/data.table_1.10.4.tar.gz' Content type 'application/...
2020 Mar 29
1
[BULK] Re: status of Java & rJava?
...Yes/no/cancel) n XLConnect : ?Version 0.2-15 installed in /Library/Frameworks/R.framework/Versions/3.6/Resources/library ?Version 1.0.1 available at https://cran.rstudio.com Update? (Yes/no/cancel) n ? There is a binary version available but the ? source version is later: ????? binary source needs_compilation rJava 0.9-11 0.9-12????????????? TRUE Do you want to install from sources the package which needs compilation? (Yes/no/cancel) y installing the source package ?rJava? trying URL 'https://cran.rstudio.com/src/contrib/rJava_0.9-12.tar.gz' Content type 'application/x-gzip' leng...
2017 Aug 15
1
Shiny install failed
Yes windows How can i install from zip? Here is my command > install.packages("shiny") Installing package into ?C:/Users/Zack/Documents/R/win-library/3.4? (as ?lib? is unspecified) There is a binary version available but the source version is later: binary source needs_compilation shiny 1.0.3 1.0.4 FALSE installing the source package ?shiny? trying URL 'https://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz' Content type 'application/x-gzip' length 2329723 bytes (2.2 MB) downloaded 2.2 MB Warning in install.packages : running command...
2018 Jan 26
2
utils::install.packages with quiet=TRUE fails for source packages on Windows
...d): [1] compiler_3.4.3 tools_3.4.3 yaml_2.1.16 This problem is also there when installing source packages from CRAN: > utils::install.packages("mvtnorm", lib = tempdir(), quiet = TRUE) There is a binary version available but the source version is later: binary source needs_compilation mvtnorm 1.0-6 1.0-7 TRUE Do you want to install from sources the package which needs compilation? y/n: y installing the source package 'mvtnorm' Tracing system2(cmd0, args, env = env, stdout = outfile, stderr = outfile) on entry args : Named chr [1:5] "CMD"...
2017 Feb 15
5
paquete Rcmdr y BiodiversityR
...otmail.com>>: Gracias Carlos, ya intente instalar varias veces el paquete data.table, pero no se porque no lo puede instalar Aqui mando la salida: > install.packages("data.table") There is a binary version available but the source version is later: binary source needs_compilation data.table 1.10.0 1.10.4 TRUE Do you want to install from sources the package which needs compilation? y/n: y installing the source package 'data.table' probando la URL 'https://cran.rstudio.com/src/contrib/data.table_1.10.4.tar.gz' Content type 'application/...
2015 Feb 13
0
update.packages with ask = FALSE will sometimes ask about updates
...absence. At a guess, this is R-devel and Windows. In response to a misled follow-up: he most likely did not ask for binary packages ... that is not the default on Windows in R-devel. > There are binary versions available but the source versions are later: > binary source needs_compilation > KernSmooth 2.23-13 2.23-14 TRUE > mixture 1.2 1.3 TRUE > > Do you want to install from sources the packages which need compilation? > y/n: > > > update.packages calls install.packages which calls getDependencies, > which was whe...
2019 Apr 25
0
update.package() asking even when asked to not ask
...0/19 10:39 PM, Pages, Herve wrote: > Hi, > > I was trying to update packages today on one of our MacOS servers, and > got this: > > ? > update.packages(ask=FALSE) > > ? ? There is a binary version available but the source version is later: > ?? ???? binary source needs_compilation > ? gsl 1.9-10.3? 2.1-6????????????? TRUE > > ? Do you want to install from sources the package which needs > compilation? (Yes/no/cancel) > > So it looks like 'ask=FALSE' only turns off one type of question. What > is not immediately obvious is that in order t...
2018 Jan 26
1
utils::install.packages with quiet=TRUE fails for source packages on Windows
...3.4.3 yaml_2.1.16 >> This problem is also there when installing source packages from CRAN: >>> utils::install.packages("mvtnorm", lib = tempdir(), quiet = TRUE) >> There is a binary version available but the source version is later: >> binary source needs_compilation >> mvtnorm 1.0-6 1.0-7 TRUE >> Do you want to install from sources the package which needs compilation? >> y/n: y >> installing the source package 'mvtnorm' >> Tracing system2(cmd0, args, env = env, stdout = outfile, stderr = outfile) on ent...
2017 Aug 15
0
Shiny install failed
Dear Zack At a guess you are on Windows and instead of installing from the zip file you are trying to install from source. If you do not grasp the difference try posting again showing us exactly what command you used and confirm your operating system Please also post in plain text not HTML as your message may get scrambled in transit. On 15/08/2017 14:11, Zack Haney wrote: > Very New to R
2017 Feb 15
2
paquete Rcmdr y BiodiversityR
Estimados, Soy usuario de Mac y desde que instale la nueva version de R y Rstudio, no puedo cargar el paquete Rcmdr. Lo miso me pasa con el paquete BiodiversityR. Alguien tiene alguna posible soluciĆ³n? Desde ya muchas gracias. Saludos, Luis > library(Rcmdr) Loading required package: RcmdrMisc Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
2017 Aug 15
2
Shiny install failed
Very New to R trying to get setup but when i try to install shiny i get trying URL 'http://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz' Content type 'application/x-gzip' length 2329723 bytes (2.2 MB) downloaded 2.2 MB Warning in install.packages : running command '"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" CMD INSTALL -l
2018 Jan 26
0
utils::install.packages with quiet=TRUE fails for source packages on Windows
...aml_2.1.16 > > > This problem is also there when installing source packages from CRAN: > >> utils::install.packages("mvtnorm", lib = tempdir(), quiet = TRUE) > > ? There is a binary version available but the source version is later: > ??????? binary source needs_compilation > mvtnorm? 1.0-6? 1.0-7????????????? TRUE > > Do you want to install from sources the package which needs compilation? > y/n: y > installing the source package 'mvtnorm' > > Tracing system2(cmd0, args, env = env, stdout = outfile, stderr = > outfile) on entry...
2020 Mar 28
5
status of Java & rJava?
Hello, All: ????? Is Java being deprecated for R? ????? I ask, because I've been unable to get rJava 0.9-11 to work under either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to install -- and my Ecfun package uses it:?? I can't get "R CMD build Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows.? Travis CI builds
2015 Oct 23
1
[PATCH v3] perl: Switch to using Module::Build.
version 3: - Split requires into configure_requires/etc. - Use lists for extra_compiler_flags, extra_linker_flags. - Suppress .packlist file. - Set the release_status field. Rich.