Displaying 20 results from an estimated 1200 matches similar to: "Rcmdr will not load"
2017 Oct 20
1
error install package.
try to Rcmdr package install? but the last message show me error,
The downloaded source packages are in
??? ?/tmp/RtmpKic0qw/downloaded_packages?
Warning messages:
1: In install.packages() :
? installation of package ?nloptr? had non-zero exit status
2: In install.packages() :
? installation of package ?lme4? had non-zero exit status
3: In install.packages() :
? installation of package
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 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
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 =
2018 Oct 09
1
Cannot install packages
Hi,
Every package I try to install in R i get the same error "had non zero-exit
status".
I use Ubuntu 18.04.1 LTS
how can i fix this? Thank you
This shows up when I try install.packages("Rcmdr", dep=T)
Error : package ?htmltools? was installed by an R version with different
internals; it needs to be reinstalled for use with this R version
ERROR: lazy loading failed for
2016 Jul 21
3
Error con la R Commander
Hola, hace unos días actualicé los paquetes que tenía instalados en R y se me actualizó R Commander. Ahora, cuando intento, abrir el paquete me da el siguiente error:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ?pbkrtest? 0.4-2 is being loaded, but >= 0.4.4 is required
La versión que tengo instalada de R es la 3.2.1 para Mac. He
2017 Oct 09
2
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
Hi,
How far are we from having '-r' in the LLD COFF linker?
I'd try to implement this if not too much effort is required.
Any suggestions and/or pointers?
Cheers,
Kyra
2017 Sep 20
2
Keep on getting message errors when trying to install and load packages
Dear R friends,
I am currently using Windows 8, 64-bit operating system, x64-based
processor. I have installed R version 3.4.1 "Single Candle".
Also, I have several packages installed in this path:
C:\Users\PaulBernal\Documents\R\win-library\3.4
Plus some other packages installed in this other path:
C:\Users\PaulBernal\Desktop\DESTOP FILES\R Books
C:\Users\PaulBernal\Desktop\DESTOP
2017 Oct 10
2
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
TL;DR:
I'm trying to evaluate if LLD can be used with GHC (Glasgow Haskell
Compiler) on Windows.
Haskell binary code is usually deployed in "packages". A package
typically provides static library(ies) and optionally – shared
library(ies) and/or prelinked ('ld -r') object file. The latter is the
best way to satisfy GHC runtime linker, since it requires no separate
2016 Apr 04
0
Rcmdr loading issue
Hi,
I have a issue loading Rcmdr today. It is very strange, as I could get it to work last week on the same computer.
I have tried restarting the computer, and re-installing R and XQuartz, but nothing changes.
This is what I get:
sessionInfo()
R version 3.2.4 (2016-03-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.4 (El Capitan)
locale:
[1]
2017 Sep 21
0
Keep on getting message errors when trying to install and load packages
Dear Paul,
Maybe some of the packages were installed by a user with admin rights
and you are installing them with a user how has no admin rights. Thus
you have no rights to remove the files created by the admin user.
We made clear to our IT departement that they only may install R and
not additional packages. We also tell them to set the environment
variable R_LIBS_USER to C:/R/library and make
2017 Sep 21
2
Keep on getting message errors when trying to install and load packages
Hi Paul,
I recently ran into file path conflicts and found the following useful
(looks like you already know the answer to 1.):
1. Use .libPaths() to find where packages are being stored.
2. To change this path: Control Panel > search ?View advanced system
settings? > Environment Variables *button *>
a. *Edit* current R_LIBS_USER to new file path
b. *New*
2017 Jul 24
2
Loading Rcmdr
With the lastest version of R 3.4.1 I have not been able to loard Rcmdr.
Advice please.
Thank you,
Jack Talley, PhD
[[alternative HTML version deleted]]
2013 Sep 13
2
R CMD check fails in R-devel r63910
Hi,
The R CMD check is successful in R 3.0.1 but fails to install package
lmerTest under R-devel r63910,
Here is what I get:
** preparing package for lazy loading
Error in reconcilePropertiesAndPrototype(name, slots, prototype,
superClasses, :
no definition was found for superclass "merMod" in the specification of
class "merModLmerTest"
In DESCRIPTION file I have:
2017 Sep 21
0
Keep on getting message errors when trying to install and load packages
Dear Leslie and Thierry,
Thank you so much for your kind and extremely valuable replies. Only one
doubt remains, which path do you think is the best option to store
downloaded packages? Should I set it up so that all installed packages are
in the same folder (path) that I installed R? Or can I simply set it up so
that all installed packages are stored in a different path?
Again, thank you guys
2017 Oct 10
3
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
On 10/10/2017 9:00 PM, Rui Ueyama wrote:
> I'm not sure if I understand correctly. If my understanding is
> correct, you are saying that GHC can link either .o or .so at runtime,
> which sounds a bit odd because .o is not designed for dynamic linking.
> Am I missing something?
Yes, GHC runtime linker *does* link .o files not only doing all
necessary relocations but also
2012 Sep 17
2
"eval" inside a function call in connection with updating the data slot in the call of lmer
Dear list,
Given a linear mixed model (from lme4) I want to 1) first change the input dataset and then 2) change the model formula. I want this to happen in a function call;
Please see below. Options 1) and 2) below work whereas 3) fails with the message
> foo()
Error in is.data.frame(data) : object 'beets2' not found
Question: What is it one must to in case 3) to have R look
2017 Sep 21
1
Keep on getting message errors when trying to install and load packages
Dear Paul,
We install R in C:/R/R-x.y.z and packages in C:/R/library. This makes
the packages location independent from the R version.
Best regards,
ir. Thierry Onkelinx
Statisticus/ Statiscian
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
2017 Oct 21
2
Problem when installing lme4 under Debian stretch
Thanks very much, Dirk! I gave that a try and got the following:
pi at raspberrypi:~ $ sudo apt-get install r-cran-car
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been
2023 Jun 06
1
Fwd: package interflex
Cheers - my response mixes up the order of things:
The suggested apt way INSTALLED INTERFLEX nicely. Lesson learned: install
dependencies from apt if a package/library isn't in apt search.
Yes I also tried install.packages('interflex'). RStudio console complained
about the same packages like this:
ERROR: dependency 'xyz' is not available for package ''abc"
*