search for: file__

Displaying 6 results from an estimated 6 matches for "file__".

Did you mean: file_t
2017 Aug 23
4
Possible repeat{} / break function bug in R 3.4.1
...o Break Dance :( >> ## Break Dance! >> ## > >> >> ## However, if I take the loop contents of the repeat{} function, and save >> ## them to a file (breakTest.R) that contains the following: >> ## ^^^^^^^^^^^ >> ## __SEE THAT FILE__ >> ## if(x < y) { >> ## writeLines("No Break Dance :-(") >> ## x = x + 1 >> ## } else { >> ## writeLines("Break Dance!") >> ## break >> ## } >> >> ## And then run the following code: >> >> x <- 1 &gt...
2017 Aug 23
2
Possible repeat{} / break function bug in R 3.4.1
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Wed, 23 Aug 2017 09:10:20 +0200 writes: >>>>> Peter Bosa <Peter.Bosa at oregonmetro.gov> >>>>> on Tue, 22 Aug 2017 14:39:50 +0000 writes: >> Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...No Break Dance :( > ## No Break Dance :( > ## Break Dance! > ## > > > ## However, if I take the loop contents of the repeat{} function, and save > ## them to a file (breakTest.R) that contains the following: > ## ^^^^^^^^^^^ > ## __SEE THAT FILE__ > ## if(x < y) { > ## writeLines("No Break Dance :-(") > ## x = x + 1 > ## } else { > ## writeLines("Break Dance!") > ## break > ## } > > ## And then run the following code: > > x <- 1 > y <- 5 > repeat{ > source(&quo...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...## Break Dance! >>> ## > >>> >>> ## However, if I take the loop contents of the repeat{} function, and save >>> ## them to a file (breakTest.R) that contains the following: >>> ## ^^^^^^^^^^^ >>> ## __SEE THAT FILE__ >>> ## if(x < y) { >>> ## writeLines("No Break Dance :-(") >>> ## x = x + 1 >>> ## } else { >>> ## writeLines("Break Dance!") >>> ## break >>> ## } >>> >>> ## And then run the following...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...ce! >>> ## > >>> >>> ## However, if I take the loop contents of the repeat{} function, >>> and save >>> ## them to a file (breakTest.R) that contains the following: >>> ## ^^^^^^^^^^^ >>> ## __SEE THAT FILE__ >>> ## if(x < y) { >>> ## writeLines("No Break Dance :-(") >>> ## x = x + 1 >>> ## } else { >>> ## writeLines("Break Dance!") >>> ## break >>> ## } >>> >>> ## And then run the following c...
2019 Nov 26
4
[PATCH libguestfs 0/3] options: Describe --key SELECTOR in a single file.
The libguestfs part of this change. Also a virt-v2v part will be needed. The first patch adds a new feature to podwrapper so that we can use __INCLUDE:file__ directives within the POD itself (instead of using --insert, and one day replacing that). The second patch shows how this change could be used for the included parts of the guestfish man page, including the non-English pages under po-docs/$language. The third patch unifies the --key SELECTOR docu...