Displaying 20 results from an estimated 10000 matches similar to: "capital letters in html help"
1998 Jan 20
2
.h files
I'm trying to set up R INSTALL for my padi package and the compile needs
-I pkg/src-c
to find some .h files. (Perhaps I should be putting these in a different
location?)
Could someone please explain how I should pass this location to the compiler
used by R INSTALL from the Makefile in my pkg/src?
Thanks
Paul Gilbert
1998 Oct 26
1
package help clobbers R help (html)
As with 0.62.3, when I install my dse package with documentation in 0.62.4 the
html help in R/doc/html/function.html gets clobbered so that the regular R
function help is not available. I was postponing a revised version of my dse
library install in the hope that this might be fixed.
Does anyone know if this is a simple problem that I can hope will be fixed soon,
or should I consider a
1998 Nov 30
1
[R] R functionality
> Date: Mon, 30 Nov 1998 12:07:10 -0500
> From: Paul Gilbert <pgilbert@bank-banque-canada.ca>
> To: Ed Kademan <kademan@phz.com>
>
> >Is there anything R can do that Splus can't?
>
> Problems which require lots of looping and cannot be re-coded as vector/matrix
> operations are theoretically possible but practically infeasible in S, unless
> they
1998 Nov 18
2
RINSTALL with doc clobbers function.html
In R 0.63 RINSTALL of a package with documentation still appears to clobber
R/doc/html/function.html and R/doc/html/packages.html so the main help is no
longer available to a user once a package is installed.
I know how to work around this for my own purposes, but I hesitate to release a
package that would do this to some unsuspecting user.
Paul Gilbert
2000 Jun 28
1
Rd2dvi
I'm trying to use R CMD Rd2dvi and I end up at a Latex (I think)
command prompt. What's missing or what am I suppose to do?
Paul Gilbert
_______
paul at breman:/apps/dse-versions/2000.6/dse#R CMD Rd2dvi syskern This is
TeX, Version 3.14159 (Web2C 7.3) (Rd2.tex LaTeX2e <1998/12/01> Babel
<v3.6k> and hyphenation patterns for american, french, german, ngerman,
nohyphenation,
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series
analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This
version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can
also be installed with
install.packages(c("syskern", "tframe", "dse"),
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series
analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This
version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can
also be installed with
install.packages(c("syskern", "tframe", "dse"),
2007 Apr 30
1
Vampire and Capital Letters
I find Linux to be a nightmare if usernames have capital letters.
Some old Windows PDCs that we are vampiring have usernames with capital
letters.
AFAIK you can't change a windows username
Is there a way of telling the vampire to make all usernames lowercase as
it imports them?
Can I use pdbedit or any other tool to make them lowercase?
At the moment I am changing /etc/passwd and the
2006 Jul 19
0
AR: Be careful w/legacy column names with capital letters
All,
I''ve found an issue that is somewhat strange.
Assume: An AR object backed by a legacy schema which includes column
names that start with a capital letter.
Summary: In a partial view, you cannot access an overridden getter
method for a column on your model object if that method name is equal to
the column name and the column name starts with a capital letter.
Observations:
2007 Feb 26
0
Capital letters in usernames
Hi,
Can anyone help me with an annoying problem regarding capital letters
in usernames.
I have three users whose usernames begin with a capital, and I'd
really like to fix this so that all usernames are lower case, for
consistency and to avoid confusion if they use other services provided
by the linux box.
(I'm using tbdsam backend, with Samba 3.0.22 as PDC.)
I've tried using
2014 May 08
1
Match directive can't recognize capital letters
Hi,
There seems to be an issue when using `Match` and `Hostname`
directives including capital letters.
e.g.
# .ssh/config
#
# Match host remotehost
# User alice
# Host remotehost
# User bob
#
ssh remotehost
#=> Apply "User alice"
# .ssh/config
#
# Match host RemoteHost
# User alice
# Host RemoteHost
# User bob
#
ssh RemoteHost
# =>
2004 Jul 29
1
Issues with Capital Letters?
I run Rsync over ssh between server1 and server2 with no problems except
if the file name has a capital letter in it. Has anyone ever seen an
issue like this and know how to solve it?
Server1 and Server2 are both RH Linux 9.0
Sync command is run on server2 using:
rsync -alue ssh server1:/folder/stuff/ /folder/stuff/
If server1 has a file test.jpg and another Test.jpg and I rsync using
the
2004 Jan 19
1
Capital Letters - Charset problem
Hello,
I have a strange problem with samba 3.0.1 on suse 8.1, when I mount an
NT shared directory the accented capitals letters are not recognised.
Everything works fine except for files having accented *capitals*.
My smb.conf has:
unix charset = ISO-8859-15
display charset = ISO-8859-15
dos charset = CP850
unicode = No
I tried compiling libiconv and recompiling samba with it, but with no
2005 Mar 30
3
[ #14832]: Capital letters in POP3 logins
????????????,
??? ????????????? ????????? ?????????, ??????? ?? ???????? ?? ????.
???? ??????, ???????????? ?? support at majordomo.ru ? ?????
"Capital letters in POP3 logins",
???????? ???????? ???????? ???????-?????????? Majordomo.ru.
??? ??????? ? ????????? ?????.
?????? ?????? ???????? ????? 14832 , ???? ? ?????????? ??
?????? ??????????? ? ???? ?? ??????? ???????,
2005 Apr 11
6
How to change letters after space into capital letters
What is the easiest way to change within vector of strings
each letter after a space into a capital letter?
E.g.:
c( "this is an element of the vector of strings", "second element" )
becomes:
c( "This Is An Element Of The Vector Of Strings", "Second Element" )
My reason to try to do this is to get more readable abbreviations.
(A suggestion would be to
2005 Jun 08
1
FW: Random seed problem in MCMC coupling of chains
And a last post from Paul Gilbert. Thanks to all! This disscusion was
really beneficial for me!
-----Original Message-----
From: Paul Gilbert [mailto:pgilbert at bank-banque-canada.ca]
Sent: sre 2005-06-08 21:01
To: Gorjanc Gregor
Subject: Re: [R] Random seed problem in MCMC coupling of chains
Gorjanc Gregor wrote:
> Thanks to Paul and Gabor for additional tips/examples. Actually, I find
2000 Oct 04
3
R 1.2 build
I've been trying to build a bundle with the R-devel snapshot from
yesterday. (Yes I know it is unstable and just tell me if I shouldn't be
trying to do this yet.)
It is failing with the message
tar : /dev/rmt/0 : Permission denied
It happens after "removing junk files" and just after the message
"building dse_2000.9-1.tar.gz"
It looks to be coming from the line in
2009 Nov 24
1
migrating NT4 PDC net rpc vampire errors with capital letters
Hi,
I have searched for days on Google and can't find a clear answer to my
question. I have a NT4 PDC which I am migrating to Samba 3 (Version
3.4.2-47.fc12) on FC12 with kernel(2.6.31.5-127.fc12.i686). I am using
tdbsam as my passdb backend.
I setup Samba as a BDC and then joined to NT4 Domain succesfully. When I go
to vampire the accounts I get lots of errors and some user accounts get
1998 Jun 19
1
DSE status
I have my DSE library working fairly well now with 0.62.1. It required a few
changes because of the changes to R INSTALL and "xxx<-" functions. I would like
to tar up a new version soon but
1/ for testing I have been using a kludge in .First.lib to select the first
element of section - since I happen to know that is the element I need given the
way I have $RLIBS set. This argument
2007 May 30
2
S4 assignment \alias and \usage
What is the Rd file alias and usage syntax for an S4 assignment method?
I have been trying variations on
\alias{TSdoc<-,default-method}
\usage{
\S4method{TSdoc}{default}(x) <- value
but so far I have not got it right according to various codoc, etc, checks.
Paul Gilbert
====================================================================================
La version fran?aise