search for: checkopts

Displaying 7 results from an estimated 7 matches for "checkopts".

Did you mean: checkgpos
2019 Apr 05
0
cifs-utils release 6.9 ready for download
...formation classes f0c95ea smbinfo.rst: document kernel version 3eb33a1 smbinfo: add a utility to display smb specific information about objects 3c7e8c3 mount.cifs.rst: document vers=3.02 mount option 439cd76 mount.cifs.rst: document vers=3 mount option 06503ef mount.cifs.rst: more cleanups 77b028c checkopts: report duplicated options in man page a389756 cifs-utils: support rst2man-3 7325a01 mount.cifs.rst: document missing options, correct wrong ones 97209a5 checkopts: add python script to cross check mount options 03a3296 manpage: update mount.cifs manpage with info about rdma option bfcbfaa mount.ci...
2007 May 18
1
How to extract R codes that embedded in a HTML file
...yes, does R2HTML > package have plans to provide a such driver? > ....Tao The following does the trick for me: R> mytangle <- function () list(setup = RtangleSetup, runcode = utils:::RtangleRuncode, writedoc = RtangleWritedoc, finish = utils:::RtangleFinish, checkopts = RweaveHTMLOptions) R> Stangle("/PATH/TO/R/SITE-LIBRARY/R2HTML/samples/example1.snw", driver=mytangle) Writing to file example1.R Best, Fritz
2011 Mar 23
3
Sweave: multiple graphic formats, e.g. win.metafile
...if(inherits(err, "try-error")) stop(err) } )) , after=epsline2) runcode <- eval(parse(text=runcodesrc)) } runcode <- makeruncode() list(setup = setup, runcode = runcode, writedoc = utils::RweaveLatexWritedoc, finish = utils::RweaveLatexFinish, checkopts = utils::RweaveLatexOptions) } This enhanced Sweave driver works for me like a charm, but it is a very poor solution. What about allowing for all available grDevices on the current platform - besides the standard eps and pdf devices? The only building block is the section "if (options$fig &a...
2020 Jul 08
1
Adding RtangleRuncode and RtangleFinish to exports of utils
Hi, Could R-Core consider adding 'RtangleRuncode' and 'RtangleFinish' to the exports of utils. Their weave equivalent 'makeRweaveLatexCodeRunner' and ?'RweaveLatexFinish' are exported, as well as the other tangle utility functions 'RtangleSetup' and 'RtangleWritedoc'. The rationale is not just symmetry. ;-) I'm finishing a small package that
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
It may be that the 'not' operator is not being found under bash at : 'RUN: at line 12';   not Perhaps this is would be better as the more commonly seen '!'. Neil Nelson On 9/13/19 12:12 PM, Neil Nelson via llvm-dev wrote: > > Toward the end of testing.9.0.0-rc4.log. > > Testing: 0 .. 10.. 20. > FAIL: Clang Tools :: clang-tidy/run-clang-tidy.cpp (17057 of
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get this posted on the web site. The "Performing Test ... failed to compile" failures from cmake are not interesting. But could you look in the log file and try to see what were the tests that failed in the "check-all" step? On Thu, Sep 12, 2019 at 4:39 PM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Xubuntu/Ubuntu 19.04,
2008 Jan 14
1
Problems with forms
hello all i''m a newbie on mechanize, but already had some success. But now i''m in a real problem : The following HTML-Code is not parsed corect, not all form element are found. I''can''t change the server-code. How to fix ? HTML-Site ------X-----------------------------------------------------------------------X- <!DOCTYPE HTML PUBLIC "-//W3C//DTD