Displaying 20 results from an estimated 1000 matches similar to: "Installing packages..."
2008 Jan 01
1
How to convert day-month-year to Julian data number?
Hi,
Is there a package for converting day-month-year type date to julian
day number (JDN)? I looked around and I couldn't find any (I am pretty
new to R...)
Thanks and happy New Year to everybody!
H. N?zhet Dalfes
Professor,
Istanbul Technical University
Eurasia Institute of Earth Sciences
+90 (532) 206-1308
[dalfes at itu.edu.tr]
2005 Jan 04
2
warnings and errors with R CMD INSTALL
Hello,
unfortunately I had to compile latest version of R-2.0.1 by myself. I'd
rather would prefer vendors binaries but since the current version of
Ubuntu defaults to 1.9.x I had to compile R on my own in order to be up
to date!
So far, everything went fine and R runs smoothly. Unfortunately I am not
able to use R CMD INSTALL command to install add-on packages.
I followed RNews 3/3 and
2007 Sep 12
1
Flaw in the installation procedure ?
R printed out the following error messages during the installation of the
package "clusterfly":
> *install.packages("clusterfly", repos = getOption("repos"),dependencies
=TRUE)
*--- Please select a CRAN mirror for use in this session ---
trying URL '
http://umfragen.sowi.uni-mainz.de/CRAN/bin/windows/contrib/2.5/clusterfly_0.2.2.zip
'
Content type
2007 Feb 14
0
An error message...
Hi,
When I start R on my MacBook Pro (Mac OS X 10.4.8) I get this message:
2007-02-15 00:51:16.672 R[268] *** -[NSBundle load]: Error loading code
/Users/dalfes/Library/InputManagers/iPLM/iPLM.bundle/Contents/MacOS/iPLM
for bundle /Users/dalfes/Library/InputManagers/iPLM/iPLM.bundle, error code
2 (link edit error code 0, error number 0 ())
Can someone help me what it means, and what should I
2006 Jan 31
1
changing the default repositories
Hello,
Is it possible to change the default repositories?
I've already changed the list in the repositories file under etc/
this is how my repositories file under R/etc looks like:
row name menu_name URL default source win.binary
mac.binary
CRAN CRAN @CRAN@ TRUE TRUE TRUE TRUE
BioC Bioconductor http://www.bioconductor.org TRUE TRUE
TRUE FALSE
2005 Jun 16
1
motivation for setRepositories and chooseCRANmirror
I have some questions and observations about these:
Will these replace manually setting options(CRAN), which doesn't work in
R-2.1.0?
In R-2.1.0, setRepositories() looks to see if options("repos") contains
a CRAN entry and will not override that CRAN entry even if the
$R_HOME/etc/repositories file (which setRepositories reads from)
contains a CRAN entry. Why is this? The user
2007 Nov 15
2
RMySQL installation problem
Hi List,
I'm running R2.5.1 on WinXP. Downloaded RMySQL_0.6-0.zip from http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.6/ and the installation seemed fine. However, when I tried to load the package, the error occured:
> utils:::menuInstallLocal()
package 'RMySQL' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> library(RMySQL)
Loading
2008 Apr 24
0
R for HP Integrity Superdome...
Hi,
We just installed a HP Integrity Superdome (an Itanium-based SMP
machine with 64 cores + 128 GB memory, running Red Hat AS 4 update 6)
at our National Center for High Performance Computing.
I would like to run R on it and use the hardware optimally. What is
the best way? Is there a parallel (openMP ?) version of R. Or can one
'make it' using (if available) optimized parallel
2002 Dec 05
1
writing to gzfile: segmentation fault (PR#2347)
Full_Name: Vadim Ogranovich
Version: Version 1.6.0 (2002-10-01)
OS: Red Hat 7.1
Submission from: (NULL) (209.99.241.1)
The following sequence of commands crashes my R session. The first weirdness
happens after the second command that appears not to change the "foo.gz" file,
no error generated.
> con <- gzfile("foo.gz", open="w"); cat("goo\n",
2008 Mar 07
2
Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"
Hi
I have been trawling the web, FAQs, and R manuals for help on the following issue, but have failed and was wondering if anyone has a solution to the following problem:
After having installed R 2.6.2 for Windows (binary), I tried to install various packages. Every time I try loading a package (any package) via the built-in menu, I run into the following error message.
>
2007 Dec 31
1
Samba and AD login Problem
Hi All,
I am trying to join an AD domain due to the this (
http://gentoo-wiki.com/HOWTO_Active_Directory_with_Samba_and_Winbind
) document.
but when i try to add my computer to AD i get these error messages.
haploit srb # net ads join -U Administrator
Administrator's password:
Using short domain name -- ISTANBUL
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this
2015 Nov 06
2
corrupt PACKAGES.gz?
Is it just me, or did a corrupt PACKAGES.gz file get installed in the
bin/windows/contrib/3.2 directory of CRAN mirrors recently? gzfile()
complains about it and Cygwin's gzip cannot decompress it. I tried the
following
repos <- "https://cran.rstudio.com"
v <- "3.2"
pkgs.gz <- paste(sep="/", repos, "bin/windows/contrib", v,
2018 May 10
2
readLines() behaves differently for gzfile connection
When I read a .gz file with readLines() in 3.4.3, it returns text (and a
warning). In 3.5.0, it gives a warning, but no text. Is this expected
behavior or a bug?
3.4.3:
> source_file = "1k_annotation.gz"
> readfile_con <- gzfile(source_file, "r")
> readLines(readfile_con, n = 5)
[1] "#chr\tpos\tref\talt\t
<truncated output here>
Warning message:
In
2009 Oct 27
2
Why I get this error? Error in close.connection(f) : invalid connection
I don't understand why I can not close 'f'. This may be very simple,
but I don't see why. Could somebody let me know?
$ cat gzfile.csv
"","V1","V2","V3","V4","V5"
"1",1,5,9,13,17
"2",2,6,10,14,18
"3",3,7,11,15,19
"4",4,8,12,16,20
$ Rscript gzfile.R
> f =
2008 Aug 25
1
Output to Latex using Memisc almost works
Hello,
I'm using memisc to output regression results to tables and latex. My
problem is that the output that Latex needs must be in between $ $ so that
it is read as formula but memisc does not output the result between $ $.
For example, latex needs: $0.05^{***}$ and memisc outputs 0.05^{***} in an
entry.
I am new to Latex and I imagine it could also be a latex 'problem' and not
2008 Mar 02
1
regression output to latex
hello everybody
i was seeking a converter beetween R regression output (eg with
summary) and the conventional way to present regression output in
paper: every model as a vertical vector with \beta, t beetween
parenthesis below the first, and other statistics (R^2 etc) .
I've seen hmisc and xtable, and if I didn't miss something, they
don't include something like that.
Thank you
2011 Sep 23
2
Issue with seek() on gzipped connections in R-devel
Dear all,
In R-devel (2011-09-23 r57050), I'm running into a serious problem
with seek()ing on connections opened with gzfile(). A warning is
generated and the file position does not seek to the requested
location. It doesn't seem to occur all the time - I tried to create a
small example file to illustrate it, but the problem didn't occur.
However, it can be seen with a file I use for
2004 Mar 15
1
gzfile & read.table on Win32
Hello ...
Are there any known problems or even gotchas to look out for when using a
gzfile connection in read.csv/read.table in Windows?
In the package PROcess, available at
www.bioconductor.org/repository/devel/package/html/PROcess.html
there are two files in the PROcess/inst/Test directory which are of the
extension *.csv.gz.
With both files, if I open up a gzfile connection, say:
vv <-
2013 May 08
1
getting corrupted data when using readBin() after seek() on a gzfile connection
Hi,
I'm running into more issues when reading data from a gzfile connection.
If I read the data sequentially with successive calls to readBin(), the
data I get looks ok. But if I call seek() between the successive calls
to readBin(), I get corrupted data.
Here is a (hopefully) reproducible example. See my sessionInfo() at the
end (I'm not on Windows, where, according to the man page,
2007 Jul 03
1
bug in closing gzfile-opened connections?
Hi,
I am making multiple calls to gzfile() via read.table(), e.g.
> x <- read.table( gzfile( "xxx.gz" ) )
After i do this many times (I haven't counted, but probably between 50 and
100 times) I get the error message:
Error in open.connection(file, "r") : unable to open connection
In addition: Warning message:
cannot open compressed file 'xxx.gz'
however, I