Displaying 20 results from an estimated 100 matches similar to: "(PR#9915) *.Rd file: space after topic in "\alias{topic }""
2007 Sep 17
0
*.Rd file: space after topic in "\alias{topic }" should be (PR#9915)
On Mon, 17 Sep 2007 bill at insightful.com wrote:
> Full_Name: Bill Dunlap
> Version: R version 2.6.0 Under development (unstable) (2007-07-26 r42329)
> OS: Linux
> Submission from: (NULL) (24.16.101.199)
>
> If a *.Rd file has an \alias{topic } with a space
> between 'topic' and the closing '}' then the space
> is copied to the help/AnIndex file and
1999 Mar 09
1
example(.) partly broken (since 0.63.3) --> patch (PR#134)
(I don't have time just now to diagnose & fix..)
In R 0.63.3 [both on Solaris and Linux]
> example(outer)
Error: Couldn't find 'outer' example
whereas this worked in 0.63.2.
NON-exhaustive `research' [i.e. small sample out of about 1000]:
o examples that stopped working (in 0.63.3 and did before)
kronecker, outer, vector, Im
o Examples working
2001 Apr 26
2
Installing R-packages via install.package
Hi there,
I've successfully installed und updated some contributed R packages (R
version 1.2.2 on Debian Linux, logged in as a normal user), but I'm
wondering about this:
[...]
Could not open /usr/lib/R/doc/html/packages.html at
/usr/lib/R/share/perl/R/Rdlists.pm line 238.
/usr/lib/R/bin/INSTALL: /usr/lib/R/doc/html/search/index.txt: Permission
denied
/usr/lib/R/bin/INSTALL: LibIndex:
1999 Mar 09
1
Bug in "example"
On my system
> version
_
platform sparc-sun-solaris2.5
arch sparc
os solaris2.5
system sparc, solaris2.5
status
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6
2009 Jul 06
0
success(?) with cross-compiling R package with R 2.9.1
Hi,
(I am not longer on R-devel - please CC:)
Just when Fedora 11 is shipping a gcc 4.4 based cross-compiler - the last major distro to ship a cross-compiler, but the first to ship a gcc 4.4- one.(both Suse & Debian has been so so for a while, and I expect Ubuntu as well), and the mingw people has finally released gcc 4.4 mingw builds, I am a little disappointed to find that cross-compling
2013 May 29
2
[Bug 9915] New: File stopped synchronizing during transmission
https://bugzilla.samba.org/show_bug.cgi?id=9915
Summary: File stopped synchronizing during transmission
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: oswulf_chua at msn.com
2000 Jun 22
1
RPM install failure, redhat 6.1
hi,
i grabbed
http://www.r-project.org/bin/linux/redhat/6.x/i386/R-base-1.1.0-2.i386.rpm
then ran
[root at machine jon]# rpm -ivh R-base-1.1.0-2.i386.rpm R-base
and got
#############################################unpacking of archive failed on file /usr/lib/R/library/nls/help/AnIndex: cpio: open failed - No such file or directory
on a redhat 6.1 machine. the README in
1997 Sep 07
1
R-alpha: naming convention for index files
In the process of moving to the new directory structure, we might also
reconsider the naming of the various index files.
A simple idea would be to have an `INDEX' file in each directory where
this is appropriate. E.g., we could have
pkg/funs/INDEX (rather than help/pkg/INDEX)
pkg/data/INDEX (rather than index.doc)
pkg/help/INDEX (rather than AnIndex)
or e.g.
pkg/INDEX.funs
2003 Jun 24
0
R help output in separate window
Peter Dalgaard's interest in a different method of help display led me to
combine R's method of finding the help files, which is much better than the
search method I initially used, with a system call to display the help file
in an arbitrary method in another window.
For the original request of using "less" in an xterm, the user would have to
create a batch file (in *NIX or
2001 Aug 29
2
Missing functions in package e1071(Win*)
Hi!
After unziping the CRAN file e1071.zip
on my Win95 library directory, I start R and
type
>library(e1071)
After that, help commands of the e1071
functions work (i.e., help(read.pnm), BUT
some functions themselves are not available:
> read.pnm
Error: Object "read.pnm" not found
I've looked at the file library/R/e1071 with
an ascii editor and it seems like the functions
2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95:
F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel
PKGDIR=F:/R/R-devel/src/lib
rary RLIB=F:/R/R-devel/library ziponlyhelp-base
MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help'
zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul
MAKE.EXE[3]: [zipup] Error 12 (ignored)
My guess is that it's a problem with
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
Dear R-help,
I have encountered some errors when trying to compile R-1.3.1 from source on
my WinNT4SP6 laptop (PII w/128MB RAM). I have installed all the tools
following the instruction in src/gnuwin32/INSTALL, with the exception that
the mingw compiler I have might be a bit older (they are the ones
recommended for R-1.3.0, I believe). I have also compiled the ATLAS
libraries from source using
2007 Oct 01
3
How To Transfer Asterisk Installation to a Different Machine
I am having some hardware problems with the Linux machine where I have
Asterisk installed and want to use a different machine.
Assuming I install Asterisk on machine number 2, is it possible to just move
files over from the old machine to the new machine and the new machine will
behave like the old?
Anyone have a list of the files that would need to be moved? (Obviously the
*.conf files in the
2007 Feb 05
4
Having Trouble With Wait Command in Callback Context
I am trying to get called back with a DISA dial tone when I call a trigger
number. I got it to work almost the way I want, this is the callback
context:
[callback]
exten=> 501,1,Congestion()
exten=> 501,2,Hangup()
exten =>h,1,System(cp /etc/asterisk/callback.info
/var/spool/asterisk/outgoing)
exten =>h,2,Hangup()
With the above, the call comes into the trigger number, then the call
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
Dear R&Mac developers(users),
at
http://www.eco-dip.unimi.it/R
you can find the latest (and last) beat version of R for MacOs
corresponding to R vers 1.1.1.
Release date is Dec 10 2000. It is no longer a pre-alpha version but
a beta one :)
In what follows you can find what's new in this version but please
remember that it is still a beta version intended mainly for R
developers
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
Dear R&Mac developers(users),
at
http://www.eco-dip.unimi.it/R
you can find the latest (and last) beat version of R for MacOs
corresponding to R vers 1.1.1.
Release date is Dec 10 2000. It is no longer a pre-alpha version but
a beta one :)
In what follows you can find what's new in this version but please
remember that it is still a beta version intended mainly for R
developers
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
Dear R&Mac developers(users),
at
http://www.eco-dip.unimi.it/R
you can find the latest (and last) beat version of R for MacOs
corresponding to R vers 1.1.1.
Release date is Dec 10 2000. It is no longer a pre-alpha version but
a beta one :)
In what follows you can find what's new in this version but please
remember that it is still a beta version intended mainly for R
developers
2006 Apr 18
2
Wishlist for promptPackage / index
Hi R-devels,
would it be possible to enhance either promptPackage()
or the default indexing mechanism for packages
so that -- if it exists -- (the contents of) file
<pkgname>-package.Rd is sorted first in
* the .dvi / .pdf documentation file
* the .chm documentation file
* the package 00index.html documentation file
?
So far I found the following "hand-made" solution
2007 Oct 18
1
Regression test failed when building on an "older" Linux cluster
We have an aging Linux Cluster here, running Red Hat 7.3. We have some
business reasons for not upgrading the OS version. I don't recall the exact
hardware (dual Pentium III, 4 Gbyte RAM, 1 GHz clock?), but it was pretty
good in 2001 or so.
We recently tried to build and install R, ver 2.6.0, for this cluster.
It built and apparently ran correctly, but it failed "make check".
1999 Apr 07
1
R-0.64.0 is released
I've put up R-0.64.0.tgz up for FTP from Auckland a little while ago.
As usual, don't get it from there unless you are desperate, but wait
for it to be mirrored at a CRAN site near you within a day or two.
For those who *are* desperate, I've left a copy in
ftp://blueberry.kubism.ku.dk/pub/R-devel/R-0.64.0.tgz
(Be gentle, that's my desktop PC!)
There's also a version split