Displaying 20 results from an estimated 20000 matches similar to: "Suggesting to have download.file() reflect a new option"
2001 Apr 12
1
Install Packages
Hi,
I am trying to install "Rstrams" package, I have download the Rstreams_1.1-2.tar.gz in my computer and I tried the following
1. install.packages("Rstreams",lib=.lib.loc,"c:/R/package/Rstreams_1.1-2.tar.gz" )
I got
'lynx' is not recognized as an internal or external command,
operable program or batch file.
Error in httpclient(url,
2001 Feb 08
2
nstall.packages
Hi!
I am new to R. I want to install "packages" from Package Sources in the
web. I follow the instruction and use the "install.packages" but no
luck.
Here is what I did:
> install.packages(gss,"C:/R/rw1021/library", CRAN = options("CRAN"),
contriburl =
contrib.url("http://cran.r-project.org"),
2000 Nov 28
1
Help update.packages()
I'm getting the following error message -
> update.packages()
The name specified is not recognized as an
internal or external command, operable program or batch file.
Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), :
No download method found
In addition: Warning messages:
1: wget not found
2: cmd execution failed with error code 1 in:
2008 Nov 02
1
How to killsource from command line?
Hi
Many thanks for the helpful replies.
Please see below.
2008/11/1 David Saunders <abitar.com at gmail.com>:
> They should work :P
>
> but if it the local server try using 127.0.0.1 for the server name
> instead, lot of server are not configure correctly to know what their
> address is.
>
> also the syntax user:Pass at servername should work also.
Doesn't
2015 Dec 08
5
yum errors
> On Dec 8, 2015, at 7:45 AM, Johnny Hughes <johnny at centos.org> wrote:
>
> On 12/07/2015 11:50 PM, Wes James wrote:
>>
>>> On Dec 7, 2015, at 10:02 PM, Jake Shipton <jakems at fedoraproject.org> wrote:
>>>
>>> Wes James wrote:
>>>>
>>>>> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
2010 Dec 06
4
http request, which command is good for testing
Hi all
I just know there are curl / lwp-request, lynx and elinks
Which command is good for http testing?
Thank you
2014 Oct 30
1
CESA-2014:1764 Moderate CentOS 6 wget Security Update
CentOS Errata and Security Advisory 2014:1764 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1764.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
67be4398683b53004518dafb6aa7c7d87147c057f235b5f08c79499b4d24aef1 wget-1.12-5.el6_6.1.i686.rpm
x86_64:
2014 Oct 30
1
CESA-2014:1764 Moderate CentOS 6 wget Security Update
CentOS Errata and Security Advisory 2014:1764 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1764.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
67be4398683b53004518dafb6aa7c7d87147c057f235b5f08c79499b4d24aef1 wget-1.12-5.el6_6.1.i686.rpm
x86_64:
2009 Sep 11
4
question on wget
Hello,
I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2008 Oct 27
3
How to killsource from command line?
Hi
Apologies - this is more of a bash question than an Icecast question.
When I visit the listmounts.xsl page for my Icecast server, for
example here:
http://icecast.example.com:8000/admin/listmounts.xsl
I see that each mountpoint is listed like so:
> Mount Point : (/example.mp3)
> List Clients | Move Listeners | Update Metadata | Kill Source
>
> 35 Listener(s)
The code for the
2020 Aug 10
2
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Wow. That’s weird. Blank for me too! I will send again when I get home. Sorry about that!
--
Todd Benivegna // todd at benivegna.com
On Aug 10, 2020, 9:01 AM -0400, Roger Price <roger at rogerprice.org>, wrote:
> On Mon, 10 Aug 2020, Todd Benivegna wrote:
>
> > Here is the /usr/syno/bin/synoups file
> > https://hastebin.com/sibopejuyu.bash
>
> Firefox, Opera, w3m,
2011 Nov 08
2
download.file
I am downloading say 100 files from ucsc website and storing it into dest
folder.
download.file function create a file in destination folder even if the file
is not present which is something I dont want.
So I wrote if condition to remove the file if the download function has non
zero value.
Now it exits when there is an error or file not present. How can I use
"try" and "if"
2000 Aug 31
1
Install polynom pack
Dear R people:
I am trying to download the package polynom to R version 1.0.1.1.
on Windows.
Here are my commands and output:
> install.packages("polynom",lib="c:\rw1011\library",CRAN="http://www.r-project.org/src/contrib/")
Error in start[k]:(start[k + 1] - 1) : NA/NaN argument
In addition: Warning message:
Download had nonzero exit status in:
2009 Oct 31
1
how to set default proxy?
hi
I know that I could use ssh tunneling:
ssh -fND localhost:6000 SOMEBODY at 192.168.56.5 -p PORTNUMBER
to surf the web through another machines internet connection -> I just need to set Firefox to use proxy 6000.
But:
How can I set that on the client side, to e.g.: ping through the
machine with openssh-server? Not just setting Firefox to use port 6000.
Is there any method for
2006 Jun 16
1
icecast2 and lynx?
Hallo, 16.06.06
I'd like to periodicly update metadata using a script that calls
http://localhost:port/admin/stats.xsl and specialized URLs.
I prefere to use lynx with a command sript to doing this.
But using lynx I don't get any conection to my Icecast server, even pages
I don't need authentification.
Using Firefox connection works
2003 Oct 08
3
updating via CRAN and http
Hello,
thanks for the tips on updating packages for 1.8.0. The updating is a real
problem for me, since I've to do it sort of manually using my web-browser or
wget. I'm behind a firewall that requires http/ftp authentification (username
and passwd) for every request it sends to a server outside our intranet.
Therefore all the nice tools for automatic updating (cran, cpan ...) don't
2003 Feb 08
1
mirroring R
Dear supporter,
Can you tell me please how can I mirroring R at our site? One of the reasons I would like to do this is the fact that it is impossible to update R behind our firewalls.
Thank in advance
Ron Ophir, Ph.D.
Bioinformatician,
Biological Services
Weizmann Institute of Science
POB 26
Rehovot 76100
Israel
e-mail: Ron.Ophir at weizmann.ac.il
Phone: 972-8-9342614
Fax:972-8-9344113
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series
analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This
version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can
also be installed with
install.packages(c("syskern", "tframe", "dse"),
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series
analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This
version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can
also be installed with
install.packages(c("syskern", "tframe", "dse"),
2004 May 06
2
progress & redirects
Hi. I use rsync to suck down a large amount of data every night using a cron job that logs to a file. If you run rsync --progress and redirect to a log file you end up with the progress for each file piled up onto a single line. \r is generally ignored by editors and viewers. That leads to my question...
Would it be possible to have rsync output log-friendly progress if output is redirected?
For