search for: undocmented

Displaying 20 results from an estimated 52 matches for "undocmented".

Did you mean: undocumented
2001 Nov 06
1
R CMD check, undoc and package checking
As cool and wonderful as the package checking tools for R are, I sometimes am stymied when trying to track down a problem. For example, I occasionally see error messages when running R CMD check like the following: [...] * checking Rd files ... OK * checking for undocumented objects ... ERROR * in parse(file, n, text, prompt) : syntax error on line 932 * in undoc(dir =
2001 Jul 27
2
Seemingly bizarre behavior in R CMD check
Maybe someone can help shed some light on an odd and repeatedly irritating error I noticed when running the check Perl script on my R 1.3 project. In following it line by line, I traced my problem down to the code/documentation matching within check, the most recent version of which seems to verify proper .Rd formatting by means of R's codoc and undoc functions. Under R --vanilla, those two
2003 Dec 12
1
Problems with rpcclient
Hello all, I am having a pretty serious problem with rpcclient ... if I try 'enumprinters' at the prompt, i get back rpcclient $> enumprinters cli_pipe: return critical error. Error was NT_STATUS_INVALID_PARAMETER result was NT_STATUS_UNSUCCESSFUL However, enumdrivers works fine. Addriver does not work either, and just returns NT_STATUS_UNSUCCESSFUL ... which means that
2003 Sep 22
2
rpcclient adddriver problems 2.2.8a and 3rc4
The command: rpcclient -U jarboed -c 'adddriver "Windows NT x86" "RICOH Aficio 700 PS:RINH7PS5.DLL:RICNH703.PPD:RINH7PSU.DLL:RINH7PSU.HLP:NULL:RAW:RNH7kmUI .DLL,RNH7PS.DLL,RNH7km.INI,RINH7PS5.NTF,RNH7Help.HLP,TrackID.DLL,TIFmtA. DLL,TIBase64.DLL,TISHMEM.DLL,TICMD.EXE"' LINPS1 fails on 2.2.8a and 3rc4 (substituting server name appropriately in the above command). User
2001 Jun 15
1
R CMD check (PR#982)
In revising the splancs package, I use R CMD check. After a number of changes to various files in the directory tree, R CMD check fails at the * checking for undocumented objects ... ERROR stage as shown below. But running undoc() in R (pointed at the Rcheck directory, not on the older version) doesn't show the same error, and grep on the Rcheck R code finds the function. I ran undoc() under
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
Hi, This is (presumably?) a bug in R 1.7.0 under Windows. I have not tested it on other systems. Attachment of packages is case sensitive but not library(), resulting in multiple loadings of the same package if the library name is spelled differently. The following example loads the `tools' package, once as `tools' and once as `Tools'. This behavior is the same with all packages and
2024 Mar 06
1
Never exporting .__global__ and .__suppressForeign__?
Hello, (Dear Richard, I hope you don't mind being Cc:'d on this thread in R-devel. This is one of the ways we can prevent similar problems from happening in the future.) Sometimes, package authors who use both exportPattern('.') and utils::globalVariables(...) get confusing WARNINGs about undocumented exports: https://stat.ethz.ch/pipermail/r-package-devel/2024q1/010531.html I
2003 Feb 11
2
Samba + LDAP = Misery
I have been working on this for weeks now and feel like I am at a dead-end. I am using Samba 3.0 (Head) and OpenLDAP (2.0) and smbldap-tools 0.7 and cannot join either a Linux machine or Windows 2000 machine to the domain. If any of you have some ideas they would be much appreciated. Highlights: - I have a root defined (UID and GID of 0). - Trying to join the domain will successfully add my
2002 Sep 02
2
Printer download - NOT WORKING
Hi, I played around with samba 2.2.5 and cups and tried to get it working. Well everything is fine, but the driver upload to the client WILL NOT WORK. I used the current stable downloads, latest patch for printing, prebuilds from Lars Mueller .... I put together everything. If one has a working samba//cups please tar it and place it on our ftp-server. I don't know what's wrong here
2002 Sep 03
1
AW: Printer download - NOT WORKING
Well, you haven't told us your version of cups. I had the same problem using cups-1.14.x, upgraded to 1.15.x and the problem is gone. Chr. -----Urspr?ngliche Nachricht----- Von: Peer-Joachim Koch [mailto:pkoch@bgc-jena.mpg.de] Gesendet: Montag, 2. September 2002 17:56 An: samba@samba.org Betreff: [Samba] Printer download - NOT WORKING Hi, I played around with samba 2.2.5 and cups and
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
Hello, I am a new R user not at ease with installing and updating R package under Ubuntu (Hardy), so that I cannot run R anymore ...! I initially installed r version 2.6.2.2 (amd64) from Intrepid instead of Hardy (!), but it worked. I tried to update to version 2.9, but did not succeeded:    (1) I added to my /etc/apt/sources.list an entry :           deb
2002 Oct 23
3
cupsaddsmb rpcclient error
I am running samba 2.2.6 and cups 1.1.16. I can't get cupsaddsmb to complete successfully. I'm at an end here, I can't think of anything else to try after 2 weeks of searching the web. It copies the drivers to the print$ share directory, however the SetPrinter command fails on the rpcclient command and it returns with an NT_STATUS_UNSUCCESSFUL error. At the SetPrinter failure, it
2003 Sep 23
1
rpcclient adddriver not recognizing Dependentfiles... Samba-HOWTO-Collection HEAD/3.0
I'm trying add drivers as detailed in chapter 18 (Classical Printing Support) in the Samba-HOWTO-Collection HEAD/3.0. The following command returns the "Printer Driver __________ Successfully Installed" message, but none of the dependent files get moved or associated with the Driver. rpcclient -U PRINT-ADMIN-USER -c 'adddriver "Windows NT x86" "RICOH Aficio 700
2001 Mar 02
1
VR_6.2-4 is released
An update of the VR bundle was released on Monday and should have propagated around CRAN now. It is a collection of bug fixes (many to documentation, thanks to Kurt Hornik's great tools undoc and codoc) and small enhancements for R. It does need R 1.2.2 to install (the help files make use of new markup for methods) but only 1.2.0 to run. Thus the precompiled Windows version will run on
2001 Mar 02
1
VR_6.2-4 is released
An update of the VR bundle was released on Monday and should have propagated around CRAN now. It is a collection of bug fixes (many to documentation, thanks to Kurt Hornik's great tools undoc and codoc) and small enhancements for R. It does need R 1.2.2 to install (the help files make use of new markup for methods) but only 1.2.0 to run. Thus the precompiled Windows version will run on
2003 May 06
3
Problems adding print drivers
Hey folks. I am trying to set up a cups/samba printer server, and I am having trouble using cupsaddsmb. I isolated the problem to a rpcclient and here is the information I gathered from the various commands. If I delete all the files in "/var/lib/samba/drivers" cupsaddsmb installs the folders and files, but doesn't move the files in to the WIN40/0 folder with the adddriver
2000 Jun 08
1
Undocumented functions (was: Dates on Graphics)
At 19:48 07/06/00 +0200, Friedrich Leisch wrote: >>>>>> On Wed, 7 Jun 2000 09:41:23 -0700 (PDT), >>>>>> Thomas Lumley (TL) wrote: > > >TL> Some of this can be done with apropos(), but I don't think you can keyword >TL> search from inside R. It would be nice. > > >help.search() might do what you want ... > >.f Yes, but
2001 Dec 14
3
RtlGetNtVersionNumbers
...o post diffs if this isn't it. This patch implements RtlGetNtVersionNumbers, called by lots of windows XP apps (including winver, cmd.exe, and regedit). BTW, are we just not bothering to match ordnals on our exports, or is there some deeper reason for using @s? As the patch says, the API is undocmented, so my implementation might be off. It's certianly matches winxp's behavor (when run with --winver=winxp, that is); the dissasm is quite simple (god, I love IDA). -=- James Mastros -- "In the case of alchemy v chemistry the chemists know whether it will probably go bang before they...
2003 Sep 08
0
logon problems, with ldap & samba 3.0
Deja.com with samba groups looks like they don't take me serious...very confusing, then i post my message here hope that someone here can help me. I know that my mail is very long and also my log file but sometime it's necessary voor a good problem solving. I am playing for a few weeks now with linux as a complete newbie (redhat 9.0) with Ldap and Samba 3.0rc1. Problem, i have joined the
1999 Sep 23
1
rpcclient problem
i can use the smbclient -L just fine to get a list of shares off my NT4 (Alpha processor) server. My problem lies with rpcclient. It lets me login but then samtest gives the following error: smb: \> samtest samtest SAM Encryption Test SAMR_R_UNKNOWN_38: Unknown NT error smb: \> all i need to be able to do is change the nt password, but the ntpass command gives the same error. any ideas