Displaying 2 results from an estimated 2 matches for "agridat".
Did you mean:
agrada
2012 Apr 15
1
R CMD check with non-standard .libPaths
...;,
file.path(tarballdir,tn)),
intern=TRUE))
However, this only seems to work partially. It does prevent the check
from failing with an error that the package doesn't exist: *BUT* when
the examples are actually run, I get results like this (this is from the
'agridat' package, which "Suggests:" the hglm package, which has hence
been installed in the 'libdir' directory).
[168] "168: Loading required package: hglm"
[169] "169: Warning in library(package, lib.loc = lib.loc,
character.only = TRUE, logical.return = TRUE, :&quo...
2013 Apr 10
1
R3 install.packages('', dependencies=TRUE)
...ado y al finalizar R 3 está en mi
computadora.
Al solicitar una librería informa que esta está realizada en una versión
anterior a la 3, que debo reinstalarla.
Por ejemplo lme4 se instala sin inconvenientes.
Otras tiene dependencias entre paquetes, entonces uso por ejemplo
install.packages('agridat', dependencies=TRUE)
Pero me da la impresión (y más allá del ejemplo del agridat) que hay
dependencias que dependen de otras, o algo por el estilo que hace que no
se instalen todas las necesarias, por ejemplo Rcmdr da trabajo, anda,
pero creo que deberían cargarse más librerías (como que me pi...