Displaying 20 results from an estimated 20000 matches similar to: "install.packages() for a local file"
2003 Dec 17
2
Can't start R-devel
Hello ...
With a new checkout of R-devel, I'm getting the following error on
startup:
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
Error in open.connection(con, "rb") : unable to open connection
In addition: Warning message:
cannot open compressed file
2003 May 23
1
Problem building R-devel
Hello ...
I went to build R-devel today (Redhat Linux 7.2, kernel 2.4.9-31, gcc
2.96) and am getting this error:
gcc -I../../src/extra/zlib -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -g -O2
-c pcre.c -o pcre.o
pcre.c: In function `do_pgrep':
pcre.c:71: parse error before `char'
pcre.c:72: `s' undeclared (first use
2005 Jul 19
1
Problem building R
I initially thought this only was the case for me on R-devel, but also
just tested it on the current R-patched and R-2.1.1 (so perhaps this more
belongs on R-help, but ...).
I'm having an odd error with the makefiles in src/library/XXX while
building R. When it tries to create the 'po' directory, the Makefile
specifies:
@if test -d $(srcdir)/inst/po; then \
$(MKINSTALLDIRS)
2003 Sep 16
2
couldn't find function "setClass"
Hello ...
With a new checkout of R-devel (last update was 2003-09-11) we are having
a problem (it seems to be happening to all of us here on a few different
machines) where during install/check/etc when the 'save image' happens (in
packages using 'save image'):
** save image
Error: couldn't find function "setClass"
Execution halted
This is for all packages that
2004 Mar 31
2
segfault in browseURL()
Hello ...
Using Win2K (and reportedly WinXP), when the length of the 'url' string
>= 280 characters, a segmentation fault occurs.
This doesn't seem to be affecting unix machines.
Thanks
-J
2003 Apr 28
1
installed.packages() with no packages
Hello ...
I found this due to a situation where installed.packages() was given a
lib.loc argument that turned out to not have any R packages installed. As
an example:
> z <- tempfile()
> dir.create(z)
> installed.packages(z)
Error in "colnames<-"(*tmp*, value = c("Package", "LibPath", pkgFlds)) :
dimnames applied to non-array
Looking at the code,
2009 Nov 21
1
Changing coordenates
Hi everybody:
Does anyone know how I can change geodesic coordenates into UTM ones?
Thanks in advance for your cooperation,
Jimmy M.
_________________________________________________________________
Bing brings you maps, menus, and reviews organized in one place.
a=TEXT_MFESRP_Local_MapsMenu_Resturants_1x1
[[alternative HTML version deleted]]
2006 Jul 05
2
install RMySQL under Mac OS X 10.4.7
Hello All,
I tried to install RMySQL package, but the error
messages says there is no such package, even though I
did see RMySQL is there in the contributed package
list in all mirror sites of CRAN I tried. Not sure
what is the problem.
> mysql.home <- '/usr/local/mysql'
>
2009 Feb 04
3
auth_debug_passwords
Hi. I'm new to Dovecot and about to start using it in production. In
the config file, I set the option, auth_debug_passwords, to yes. I do
not see any failed passwords logged, however. It did cause more verbose
authentication logging, but failed passwords are still hidden.
I have also set these options to yes, because I thought they might be
required for auth_debug_passwords to work:
2004 Aug 23
2
Installing package lattice
Here's another issue (that might well be operator error):
> install.packages("lattice")
...
...
** save image
Loading required package: grid
Error in importIntoEnv(impenv, impnames, ns, impvars) :
object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not
exported by 'namespace:graphics'
Execution halted
ERROR: execution of
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following
message:
Warning message: Installation of package odesolve had non-zero exit status
in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1])
Moreover, in the source of odesolve is no makefile.
Does anyone know how to get a proper installation?
Maartje
2008 Aug 28
3
Upgrading R means I lose my packages
The title says it all. Does anyone know of a way to save your
packages when you upgrade to a new version of R? This may seem petty,
but I'm accumulating enough packages that having to download and
install each of them anew every time I install a new version of R is
rather of a pain. Ideally, I would like the new version of R to
recognize the packages I've installed on the
2007 May 02
4
How to install previous packages after upgrading to R 2.5.0?
Hello,
I have just upgraded from R-2.4.1 to R-2.5.0 for Windows.
I had installed a large number of add-on packages under 2.4.1. Is there an easy way to install (or load, if that's the easier way) those packages under 2.5.0, without having to install each package by hand?
Thanks,
Jeff
2005 Dec 09
1
local source packages install from within R session - cross-platform
I realize that others have struggled with this issue...i.e.
http://tolstoy.newcastle.edu.au/~rking/R/help/05/01/9826.html
i am on os.x 10.4 w/ R2.2, and am (perhaps foolishly) also on this quest...
i would like to be able to install downloaded source (tar.gz'd) files from
within an R session, and have it work in a X-platform way..i am often not
connected to the internet and have libraries
2006 Jul 16
1
install.packages for local zip files
O/S: Linux
R version : 2.2.1
The R server doesn't have http internet access. And the sys admins will
not install the R libraries that I requested. So I have downloaded the
packages that I want to intall and have moved them into my home
directory on the server. These are a series of *.tar.gz files. I want
to install the R libraries in my home directory, but I can't get it to
work.
2004 Aug 23
1
Possible Latex problem in R-devel?
I'm getting this error when installing packages w/ a checkout of R from a
a little bit ago (23-Aug-2004, approx 1pm eastern US time):
** help
Bareword found where operator expected at
/usr/home/jgentry/R/share/perl/R/Rdconv.pm line 2331, near "$latexout
latex_link_trans0"
(Missing operator before latex_link_trans0?)
It isn't obvious to me what the error is, although
2018 Jun 01
2
Time-series moving average question
You are right that there are no NAs in the practice data. But there are NAs in the moving average data.
To see this, break your work into two separate steps, like this:
tnr.ma <- ma(dat3[1:28], order=3)
TNR_moving_average <- forecast(tnr.ma, h=8)
I think you will find that the warning comes from the second step.
Print tnr.ma and you will see some NAs.
-Don
--
Don MacQueen
Lawrence
2013 Sep 09
1
windowing
Is there a package or a command that does window aggregation like
select
sum(col1) over
(partition by col2, col3 order by col4
rows between unbounded preceding and current row) as sum1
from table1 ;
the above is Netezza syntax, but Postgre has same capability.
Stephen B
[[alternative HTML version deleted]]
2009 Jul 29
1
Package with function for plots with embedded hyperlinks?
Some years ago, if I recall correctly, I learned of a package that
included a function that would write a plot to a file so that one
could associate hyperlinks with elements of the plot, such as points.
Then, when the plot was displayed in a browser, one could click on
(for example) a point, and jump to wherever the hypelink pointed.
I don't remember then name of the package or function,
2013 Oct 22
2
Where is element 30?
Hi I have a vector like that
readCsvFile$V1
[1] 30 31 32 33 34 35 36 37 38 39 310 311 312 313 314 315 316 317 318
[20] 319 320 321 20 21 22 23 24 25 26 27 28 29 210 211 212 213 214 215
[39] 216 217 218 219 220 221 222 223 40 41 42 43 44 45 46 47 48 49 410
[58] 411 412 413 414 415 416 417 418 419 420 421
and I am looking to find where the number 31 is located. So I