Displaying 20 results from an estimated 900 matches similar to: "paquete Rcmdr y BiodiversityR"
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 =
2009 Jan 04
1
Problems with Rcmdr and BiodiversityR
Dear all,
I run R 2.7.2 under Windows and integrated BiodiversityR sucessfully into
the R commander. Most functions of BiodiversityR run but others (like
"analysis of species as response") produce blank windows and the message:
Error in get(x, envir = RcmdrEnv(), mode = mode, inherits = FALSE) :
Variable "operatorFont" nicht gefunden
What's wrong?
Best regards, Frieda
2016 Apr 08
1
Rcmdr will not load
Hi,
I use Rcmdr for a lot of data analysis, but within the last month my
computer had just shut down. It took a couple of days to get it up and
running, but then R and Rstudio wouldn't load. I had to reinstall it but
now whenever I try to access Rcmdr I get an error message.
> library(Rcmdr)
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
2011 Sep 15
2
installation of BiodiversityR package
I have installed R on windows 7 machine.
In the install packages I can't find BiodiversityR package.
I was wondering if I can get some help with the installation process.
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/installation-of-BiodiversityR-package-tp3816807p3816807.html
Sent from the R help mailing list archive at Nabble.com.
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
2011 Jun 01
2
BiodiversityR GUI on macosx
Dear List!
I installed R and quite a few packages I use. When I try to start
BiodiversityR the library loads without any problems but GUI do not start.
Rcmdr loads without any problems. I am using R 2.13.0 64 bit.
Downgrade to R 2.12.2 works.
Thanks,
Janos
2019 Jun 13
4
Clang8 on MacOS 10.14
[Please cc me, as I am not on this list.]
When installing the clang8 MacOS binary by
wget <clang-binaries-tarball-url>
tar -xf clang*
cd clang*
sudo mkdir /usr/local/clang8
sudo cp -R * /usr/local/clang8
the compiler works on MacOS 10.13, but not on MacOS 10.14, with an error:
/usr/local/clang/bin/../include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found
2012 Oct 22
1
BiodiversityR GUI error message
Dear Gabor
You got solution for your problem?
"I have just got a laptop with win 7 64 bit installed on it. I
installed R and quite a few packages I use. When I try to start
BiodiversityR the library loads without any problems but when starting
the GUI it gives me the following error message:
Sourced: BiodiversityGUI.R
Error : .onAttach failed in attachNamespace() for 'Rcmdr',
2011 Jul 06
1
The BiodiversityR can't work
Sourced: BiodiversityGUI.R
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: get(Menus[m, 5])
error: object 'chisquareDistributionPlot' not found
Error in BiodiversityRGUI() : needs Rcmdr
Hi Guys,
I am from China, I wanna use Biodiversity R, but it can't work.
Can somebody help me?
Thanks
--
View this message in context:
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
2013 Jan 15
1
Can not load Rcmdr
I am getting the error message:
> library(Rcmdr)
Loading required package: car
Loading required package: MASS
Loading required package: nnet
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj")
error: [tcl] invalid command name "image".
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 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 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 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
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]
2019 Feb 18
4
LLVM version shipped by Mac
Apple shows the following LLVM version. But the last LLVM version is
just 9. I don't know where 10 comes from. Does Apple use a different
version number system? Thanks.
$ /Library/Developer/CommandLineTools/usr/bin/clang --version
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
--
2017 Sep 13
2
Compile libvirt on OSX 10.12
I'm having issues with compiling libvirt on OSX 10.12
~/Development/github/libvirt/ [master] make
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in .
Making all in gnulib/lib
/Library/Developer/CommandLineTools/usr/bin/make all-am
make[3]: Nothing to be done for `all-am'.
Making all in include/libvirt
make[2]: Nothing to be done for `all'.
Making all in