search for: needs_compiler

Displaying 16 results from an estimated 16 matches for "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
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
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
2020 Mar 29
1
[BULK] Re: status of Java & rJava?
Hi, Simon et al.: ????? My attempts to install rJava 0.9-12 from source failed under both macOS 10.15.4 and Windows 10. ????? Below please find what I got just now trying "update.packages()" and selecting "install from sources" on both computers followed by "sessionInfo()" in each case. ????? Thanks for your help. ????? Spencer Graves
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
2018 Jan 26
2
utils::install.packages with quiet=TRUE fails for source packages on Windows
Hi, Installing a source package on Windows using utils::install.packages() with quiet=TRUE fails, while it works with the default quiet = FALSE. The problem seems to be caused by the fact that when quiet = TRUE, stdout and stderr are set to FALSE when calling "R CMD INSTALL" with base::system2() here:
2017 Feb 15
5
paquete Rcmdr y BiodiversityR
Estimados, Muchas gracias por sua ayuda, ya pude instalar data.table y esta funcionando. Respecto al paquete biodiversityR, no se porque ahora no me corre. El script esta correcto, pero no se porque me tira error. > fase<-diversitycomp(biobsp, y=biopcat,factor1="Fase",index="richness",method=?s") Error in diversitycomp(biobsp, y = biopcat, factor1 =
2015 Feb 13
0
update.packages with ask = FALSE will sometimes ask about updates
On 11/02/2015 10:46, Richard Cotton wrote: > Today while running update.packages(ask = FALSE), R stopped to ask me > a question: The 'at a minimum' information required by the posting guide is conspicuous by its 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
2019 Apr 25
0
update.package() asking even when asked to not ask
On 4/20/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
2018 Jan 26
1
utils::install.packages with quiet=TRUE fails for source packages on Windows
The obvious guess would be that Rstudio is attempting something like redirecting output and getting itself confused. However, it is pretty clearly Their Problem, no? Rstudio has their own support infrastructure. -pd > On 26 Jan 2018, at 09:17 , Andreas Kersting <r-devel at akersting.de> wrote: > > Just noticed that this problem only occurs from within RStudio (v1.1.414). Any
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
Just noticed that this problem only occurs from within RStudio (v1.1.414). Any ideas why? Am 26.01.2018 um 08:56 schrieb Andreas Kersting: > Hi, > > Installing a source package on Windows using utils::install.packages() > with quiet=TRUE fails, while it works with the default quiet = FALSE. > The problem seems to be caused by the fact that when quiet = TRUE, > stdout and
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.