Displaying 20 results from an estimated 2000 matches similar to: "Issue with Mac OSX version of R (PR#13275)"
2008 Dec 14
2
Help required to install package from a website
Hi,
I am new to R and I'm looking to perform some method comparison
analysis and would be grateful for some help regarding package
installation.
There is a package 'MethComp' that I want to use
(http://staff.pubhealth.ku.dk/~bxc/MethComp/Courses/Sthm.2007/.)
Unfortunately I am unable to install it. I have tried numerous
approaches but to no avail. this is the first time I have tried to
2010 Mar 30
1
update.packages() and install.packages() does not work more because of "Error in read.dcf"
Hi,
on all my systems update.packages() and install.packages() fails now. I
get the following message:
root at orca:/root(28)# R
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or
2008 Jul 03
1
Installation of packages via GUI, Mac OS X
All,
I'm running R v2.7.1 on Mac OS X. When I go to the R package installer GUI,
I am not prompted to select a repository. The usual screen is there but
the columns for package, installed version, and repository version are all
populated via blank entries.
If I select "Get List" the error below occurs. The same thing occurs if I
go form the command line via install.packages.
2008 Mar 10
3
internet proxy settings (win)
I cannot access internet through R.
My IT-guys told me that I should set the proxy and the port and then
everything will be fine. Where can I set them?
I use R 2.6.2 under Windows 2000 and these settings are those of the
Internet Explorer (no password).
I read http://cran.at.r-project.org/bin/windows/base/rw-FAQ.html#The-Internet-download-functions-fail_002e
but staring R by
"C:\Program
2011 Aug 26
1
issue with available.packages() and download.file()
Dear R-Users,
I think I have encountered a potential bug (or at least unwanted behavior),
but I'm not sure so I wanted to post here first. Lately I've been
encountering an error when running a package I put together. I have my
package set up to check for updates when it loads but this error occurs and
stops the package from loading:
Error : .onLoad failed in loadNamespace() for
2016 Mar 02
2
install.packages() fails with drat repository on networkdrive
Dear all,
install.packages("lme4") fails with error
Error in read.dcf(file = tmpf) : cannot open the connection
In addition: Warning message:
In read.dcf(file = tmpf) :
cannot open compressed file
'//servername/repository_path/bin/windows/contrib/3.2/PACKAGES',
probable reason 'No such file or directory'
the repositories set in .Rprofile are
2009 Oct 10
1
Errors in installing package "rJava" on Ubuntu (PR#13992)
*Hello,
I have had this serious problem while trying to install package rJava. It is
a requirement by the package JGR and it cannot be downloaded due to the
error indicated below.
I have googled and looked at the FAQ but no solution yet.
Please advise.
Kind regards,
Lazarus
> install.packages("rJava")*
Warning in install.packages("rJava") :
argument 'lib' is
2009 Oct 10
1
installing any package fails using 'install.packages()' (PR#13993)
Dear all,
I installed my R-2.9.2 on my ubuntu version 9.04 successfully using the
command
sudo apt-get install r-base-dev
The problem is that I cannot install any package.
See my details below:
> install.packages("epicalc")
Warning in install.packages("epicalc") :
argument 'lib' is missing: using
'/home/lmramba/R/i486-pc-linux-gnu-library/2.9'
2011 Aug 19
1
Error in read.dcf(file = tmpf) : Line starting '<head> ...' is malformed!
Dear R-Users,
I'm trying to setup a personal repository for a few packages I'm working on.
I am on R-Forge but I still need to have various versions of my package that
R-Forge does not build (for R 2.8.1 for example).
So I followed the instructions in this document:
Hhttp://
cran.r-project.org/doc/manuals/R-admin.html#Setting-up-a-package-repository
and used this function as
2000 Mar 09
1
[Galen Hancock <galen@veribox.net>] Information leakage in sshd
Hi,
Thought I'd just forward this here, because I don't have time to look
into it right now, and am off skiing next week.
I'd guess that we should be checking for username = ``root'' before
going off to do password checks, and rejecting it on that basis first.
Cheers, Phil.
--
Mind-numbingly stupid UK law alert!
Act now to stop it! http://www.stand.org.uk/
--------------
2007 Nov 25
1
Package Building under Windows with MikTeX 2.6
Dear WizaRds,
I wrote a small function in R and would like to create a package. The
necessary documentation is done, Rtools etc. are installed and I am
still unable to complete the process under Windows. I did extensive
research in the archives and read the Murdoch-Sutherland website on the
Rtools and MikTeX hints. I realize that I understand only half or less
of what is said there
2009 Jul 11
5
Resilvering Loop
I have a situation where my zpool (with two radiz2s) is resilvering
and reaches a certain point, then starts over.
There no read, write or checksum errors. The disks do have a fair
amount of resilvering to do, as I''ve had a variety of disk failures.
But at the core of things, there''s enough parity data to avoid data
loss, and the zpool is functioning fine, albeit in a
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 14 Feb 2014, matthias lay wrote:
> On 02/14/2014 08:27 AM, Steffen Kaiser wrote:
>> On Fri, 7 Feb 2014, matthias lay wrote:
>>
>>> I experienced that if a Mailaddress matches several users the delivery is
>>> aborted.
>>>
>>> ----------------
>>> dovecot: auth: Error:
2014 Nov 11
2
segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages
Dear list (re-posting from r-help as r-devel is probably more appropriate),
I was able to successfully compile R on our AIX box at work using the
GNU compilers following the instructions on the R Administration
guide. The output can be seen at here
(https://gist.github.com/nguyenvinh/504321ea9c89d8919bef) and yields
no errors .
However, I get a segfault whenever I try to use the
2011 May 31
3
DateTime Math in R - POSIXct
Greetings -
I'm battling POSIXct, as per the code below. My input is actually an XL
file, but the weird results below correctly model what I am seeing in my
program.
Before I punt and use lubridate or timeDate, could anyone please help me
understand why POSIXct forces my variable back to GMT?
I suspect that I'm not properly coding the tzone value, but it does not
throw an
2009 Jun 19
1
namespace? environment? how to manage functions?
Hi, useRs-
I have been building a set of functions over time and now my R_GlobalEnv
becomes
too crowded.
I would like to put all my functions under the same namespace/environment.
Ideally,
I would like to call them using "env::func" as in C++.
The following code almost do the jobs I want - except that I need to add
"env$"
before defining each function. I can't do
2009 May 20
4
Functions returning functions
Dear All:
I have a question regarding the behavior of functions.
Say I define a function that returns another function :
A <- function(parameters) {
# calculations w/ parameters returning 'y'
tmpf <- function(x) { # function of 'y' }
return(tmpf)
}
The value of the parameters are stored in an environment local to the
function. Then I call
x<- something
2002 Aug 06
2
wine troubleshooting solution not found
I've tried codeweavers and winex
and have tested my config with winecheck [100%]
but yet no wine
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x400be29e
I've used wine for years and I'm baffled why I have no wine
Others with my distro [PeanutLinux] do run wine with no problem
NVIDIA driver [ge2]
win98
--
Galen Thurber
Web Consultant For Hire
2012 Jun 06
1
Error in installing packages
Dear list,
I'm trying to install a package but every time I select the option form the
menu this error message appears:
> utils:::menuInstallPkgs()
Error in read.dcf(file = tmpf) :
Line starting '<!DOCTYPE html PUBLI ...' is malformed!
Do you have any clue of the reason why is it happening? I'm using a older
version (2.9.2) but it always worked perfectly!
Best regards,
2019 Dec 03
2
Account locked and delayed user data propagation...
Mandi! Rowland penny via samba
In chel di` si favelave...
I came back on this, because still some glitches happen.
Yesterday I'm locked out.
'pdbedit -vL gaio' say me that account IS locked. But:
> yes, Provided you use the right attribute to search on ;-)
> Something like this will give you if/when the account was locked out:
> ldbsearch -H