search for: apts2010

Displaying 1 result from an estimated 1 matches for "apts2010".

Did you mean: ajs2010
2011 May 20
0
WG: Re: source and localhost
...; > Correct, but ?file says > > For ?file? the description is a path to the file to be opened or a > complete URL (when it is the same as calling ?url?), ... > > so this works in principle (and in practice for me: > source("http://www.stats.ox.ac.uk/~ripley/APTS2010/slice.R") ). So the > issue is something peculiar to the URL. Maybe try download.file on it > with options(internet.info=0) to get maximal info. this ^^^^^^^ was a good idea; It shows, that I have to specify no_proxy somehow (source() tries to find localhost over our proxy)...