Displaying 3 results from an estimated 3 matches for "writehead".
Did you mean:
whitehead
2008 Oct 27
1
replace a few strings in a text file
...well, however I then need to update only a few values in the
file many times (~200 times, typically). I've used Ruby for this task
in the past, and I wonder whether there is a simple and efficient way
to achieve this in R.
Here's a minimal example,
myFile <- "test.txt"
writeHeader <-
function (out=myFile, N=5, wavelength=0.1)
{
output <- file(paste(out), "w")
headerString <- c("Lorem ipsum dolor sit amet, consectetur adipisicing
elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud ex...
2007 Jul 13
1
R and HTTP get 'has file changed'
Is there a way, maybe using Duncan TL's RCurl, to efficiently test whether
an URL such as
http://$CRAN/src/contrib/
has changed? I.e. one way is via a test of a page in that directory as per
(sorry about the long line, and this would be on Linux with links and awk
installed)
> strptime(system("links -width 160 -dump http://cran.r-project.org/src/contrib/ | awk
2016 Aug 18
3
Should lld support binary output ("--oformat binary")?
One remaining blocking issue for linking FreeBSD with lld is the
inability to build the bootloader components. We have a patch[1] in
review to address one of the problems by switching to using a linker
script instead of GNU ld's -N option. Another issue is that some
bootloader components are created by the linker directly as binary
objects, using --oformat binary. (Other bootloader components