Displaying 20 results from an estimated 1595 matches for "undocument".
2016 Sep 21
2
Undocumented 'use.names' argument to c()
'c' has an undocumented 'use.names' argument. I'm not sure if this is
a documentation or implementation bug.
> c(a = 1)
a
1
> c(a = 1, use.names = F)
[1] 1
Karl
2010 Sep 04
2
"Bus Driver" Game cannot complete registration
...tub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do...
2017 Mar 03
2
[PATCH] generator: java: Don't link to undocumented methods.
We aren't generating Java bindings for internal and other undocumented
methods, and therefore providing {@link #...} for deprecated methods
replaced by internal methods doesn't work. The easiest way is just to
check for this and turn such links into plain text.
---
generator/java.ml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a...
2011 Dec 22
3
A bug or an undocumented feature?
Hi list,
I'm using Python-Markdown and found a potential bug ( or an
undocumented feature? )
Can anyone confirm this? Thank you :-)
Bug report on Python-Markdown issue list:
https://github.com/waylan/Python-Markdown/issues/64
2003 Aug 06
0
R CMD check: checking for undocumented objects ... WARNING
...* checking package subdirectories ... OK
* checking R files for syntax errors ... OK
* checking R files for library.dynam ... OK
* checking generic/method consistency ... OK
* checking for assignment functions with final arg not named 'value' ... OK
* checking Rd files ... OK
* checking for undocumented objects ... WARNING
Undocumented code objects:
[1] "analyseMA" "designMA"
* checking for code/documentation mismatches ... OK
* checking for undocumented arguments in \usage ... OK
* creating daMA-Ex.R ... OK
* checking examples ... OK
* creating daMA-manual.tex ... OK
* chec...
2011 Dec 15
4
Undocumented functions
Hi!
I am building a package. This package will not submitted to CRAN.
I write the help files for the most important functions of my package, I
cannot write it for all functions. This may sounds strange, but so there!
I know that all user-level functions should be documented, so I have to
move my undocumented functions to a non-user-level. It's right?
To move my functions to a non-user-level I can write them as hidden
functions, with a dot before the names. This require a very long check of
my code to change the call to the function preceding it by a dot. So, this
is not a real choice.
There are...
2016 Oct 24
4
[Bug 1093] New: 'Flush ruleset' is undocumented
https://bugzilla.netfilter.org/show_bug.cgi?id=1093
Bug ID: 1093
Summary: 'Flush ruleset' is undocumented
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: incoming-on...
2009 Feb 21
6
Sid Meier's Pirate's HELP!!!!!!!!!!!!!!!!!!!!!!!!!
Yeah this game has a GOLD rating, yet the game wont even start, it seemed to install fine, but when i try to open the game it never even starts ?
i click the .exe and tell it to open with wine and i get some crazy window here is a screen shot... (a picture is worth a thousand words... )
im using:
wine-1.1.15
installing from a download off EBGames (not using C.D.)
ubuntu 8.10
[Image:
2015 Nov 01
4
[Bug 2484] New: ssh-kegen -Z option undocumented
https://bugzilla.mindrot.org/show_bug.cgi?id=2484
Bug ID: 2484
Summary: ssh-kegen -Z option undocumented
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: calesty...
2012 May 25
2
[Bug 791] New: SIGUSR2 is undocumented
http://bugzilla.netfilter.org/show_bug.cgi?id=791
Summary: SIGUSR2 is undocumented
Product: ulogd
Version: SVN (please provide timestamp)
Platform: All
OS/Version: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ulogd
AssignedTo: netfilter-buglog at lists.netfilte...
2005 Feb 10
1
Undocumented S4 methods: generic coerce and siglist matrix, Massvector
Hi,
While checking the package I am getting all the time the following
complain about the function:
Undocumented S4 methods:
generic coerce and siglist matrix,Massvector
I have not defined the function nowhere in the R files.
My gues is that this has something to do with the following definition
of the setAs function.
setAs("matrix","Massvector"
,def= function(from)
{...
2013 Dec 06
1
Undocumented S4 method Warning For Bracket
Hello,
With R version 3.0.2 Patched (2013-10-30 r64123) I don't see warnings that I get in R Under development (unstable) (2013-11-03 r64145)
The warnings are like :
Undocumented S4 methods:
generic '[' and siglist 'BayMethList,ANY,ANY'
The function actually looks like :
setMethod("[", "BayMethList",
function(x, i) {
# Code to subset object.
}
It has 2 parameters, not 3. The warning also happens in R 3.0.2 Release. Has this b...
2014 Apr 16
1
Undocumented sftp put -r quirk: Couldn't canonicalize: No such file or directory
Hi,
As of OpenSSH 6.5 on Ubuntu 14.04 (package version 1:6.5p1-6), there
appears to be an undocumented requirement for the sftp "put -r"
command. In order to "put -r foo", a remote directory named "foo"
must already exist.
If a remote directory named foo does not exist, the following
(confusing) error message is displayed:
sftp> put -r foo
Uploading foo/ to /hom...
2006 Nov 22
1
Undocumented S4 methods: generic 'show'
Dear R-Devel subsriber,
during the set-up of a package with a NAMESPACE I stumbled over the
following warning during:
R CMD check -l c:/R/package smem
## skipped output
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'show' and siglist 'equation'
All user-level objects in a package (including S4 classes and methods)
## skipped output
However, I do have in the Rd.-file for class 'equation' an \alias{} as:
\alias{show, equation-method}
and I have included in the...
2011 Dec 15
1
R CMD check fails to warn about undocumented classes and methods
...There is a man/ page for each package, but no other documentation. Yet
R CMD check PkgA_1.0.tar.gz
says
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
and for Pkg B we only get
* checking for missing documentation entries ... WARNING
Undocumented code objects:
?bunique?
All user-level objects in a package should have documentation entries.
See the chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking for code/documentation mismatches ... OK
Martin
--
Computational Biology
Fred Hutchi...
2016 Jan 14
2
Fwd: Heads up: OpenSSH users
...nt.us wrote:
> Michael H wrote:
>> Probably worth a read...
>>
>> http://www.openssh.com/txt/release-7.1p2
>>
>>> Important SSH patch coming soon. For now, everyone on all
>>> operating systems, please do the following:
>>>
>>> Add undocumented "UseRoaming no" to ssh_config or use
>>> "-oUseRoaming=no" to prevent upcoming #openssh client bug
>>> CVE-2016-0777. More later.
>>
>> echo "UseRoaming no" >> /etc/ssh/ssh_config
>
> Please clarify - will the update add...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...David Winsemius <dwinsemius at comcast.net>
> >>>>> on Tue, 20 Sep 2016 23:46:48 -0700 writes:
>
> >> On Sep 20, 2016, at 7:18 PM, Karl Millar via R-devel <r-devel at
> r-project.org> wrote:
> >>
> >> 'c' has an undocumented 'use.names' argument. I'm not sure if this
> is
> >> a documentation or implementation bug.
>
> > It came up on stackoverflow a couple of years ago:
>
> > http://stackoverflow.com/questions/24815572/why-does-
> function-c-accept-an-undocum...
2016 Jan 14
10
Fwd: Heads up: OpenSSH users
Probably worth a read...
http://www.openssh.com/txt/release-7.1p2
> Important SSH patch coming soon. For now, everyone on all operating
> systems, please do the following:
>
> Add undocumented "UseRoaming no" to ssh_config or use "-oUseRoaming=no"
> to prevent upcoming #openssh client bug CVE-2016-0777. More later.
echo "UseRoaming no" >> /etc/ssh/ssh_config
2019 Jan 24
1
Bug or undocumented behavior in normalizePath() with file system links on windows
Hello,
I discovered a bug or undocumented behavior in normalizePath
steps to reproduce:
execute normalizePath on a folder link on windows. When you are on a
non-english windows box, you likely have links in place for windows'
default folders, e.g. "C:\Programme" linking to "C:\Program Files" on
german windows...
2014 Apr 17
3
[Bug 2230] New: Undocumented sftp put -r quirk: Couldn't canonicalize: No such file or directory
https://bugzilla.mindrot.org/show_bug.cgi?id=2230
Bug ID: 2230
Summary: Undocumented sftp put -r quirk: Couldn't canonicalize:
No such file or directory
Product: Portable OpenSSH
Version: 6.5p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Componen...