Displaying 20 results from an estimated 3000 matches similar to: "How to convert .Rd format in windows"
2000 Nov 09
1
file processing with a FORTRAN subroutine
Dear all,
Is it possible to call a FORTRAN subroutine which does
file processing (open an input and write to an output file)
using the .Fortran command.
FYI, I am using R 1.1.1 for windows,
Thanks,
Agus
Agus Salim
PhD student
Dept. of Statistics
University College Cork
Ireland
Tel:353-21-4902197
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2000 Nov 08
1
Real data type in FORTRAN
Dear all,
In FORTRAN we specify real*4 data type,
what is the equivalence of this data type
in R? is it single?
Thanks,
Agus
Agus Salim
PhD student
Dept. of Statistics
University College Cork
Ireland
Tel:353-21-4902197
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2000 Sep 05
2
how to detach a library?
Dear R-users,
What command do I need to use to detach a library?
(without restart the R session).
Thanks,
Agus
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2001 Jan 09
2
quantile function for noncentral f-distribution
hello R-friends,
I'm looking for a quantile function for the noncentral
f-distribution in the area of equivalence hypotheses testing.
Can somebody help me?
Many thanks
-----------------------------------------------------------------
Dipl. Inform. J. Hedderich
Institut f?r Medizinische Informatik Phone : 0431 /
5973182
und Statistik im Klinikum an der CAU
2010 Mar 27
4
[LLVMdev] [repository] Make LLVM repository Git-clonable
Hi,
As a Linux package maintainer I tend to follow LLVM mostly towards the
end of each release cycle; nevertheless, I sometimes need to keep
track of multiple LLVM branches at the same time.
It would be great if I could use Git's SVN to clone the repository
once, and then have the full version history available locally in a
compact format. As a bonus, this will reduce the load on the server
2008 Feb 05
1
Compile Rd file
Hello,
I am trying to compile a file .Rd into .html using R CMD Rdconv -t=html
/file.rd/>/file.html./ It seems that the process works ok but instead of
having for example loo.cv(NMRTools) at the top of the html file I have
loo.cv{unknown}. Any ideas on how to solve this?
Best,
Dani
//
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la
2020 Jun 09
2
compiler-rt uses non-existent macro: __SOFT_FP__
A handful of files in compiler-rt/builtins use the macro "__SOFT_FP__". All the uses are along the same lines. Here's a representative example from compiler-rt/lib/builtins/fixdfdi.c:
#ifndef __SOFT_FP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.
...
#else
// Support for systems that don't have
2003 Oct 16
1
relationship between syslinux and loadlin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Could someone possibly clarify the relationship between these 2
programs? I am in a situation where I am developing for an embedded
system, and I need to rewrite my CMOS before I actually boot into linux.
~ The only tools for manipulating my cmos happen to be DOS utilities, and
I was hoping that I could script their use in autoexec.bat or somewhere
2002 Jul 13
2
Fail to convert any .Rd file
Hello, experts!
I've tried to convert MASS.Rd, for instance:
R CMD Rdconv -t txt MASS.Rd -o MASS.txt 2>MASS.log
Comp was thinking for a long, about 30s on Linux 600MHz/128M,
but after that R didn't produce the result MASS.txt file, but
very large log. Here is its header:
******* Syntax error: mismatched or missing brackets in
/-----
\name{Aids2}
\alias{Aids2}
\title{
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there,
I have a client in a network using a samba-server that has to use MSDOS, because
some software running on it needs a clean DOS. I installed the DOS-Client for
TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing
is, that it takes so much memory below 640 K, that another program also running
under DOS does not function correctly anymore. Maybe some of the
2004 Mar 10
2
Writing Rd files dor package
Hi all,
I have some problems to write help files for a package. I don't
understant how to include help
files in a package that I develop.
I have written the Rd files that I have put in a man directory. So after
this, I built the package with the command
R CMD build (for linux) and I obtained my package (I have also used the
commands R CMD Rdconv -t txt and
R CMD Rdconv -t html to convert
2002 May 31
1
Library Tcltk
Dears users,
Thanks for your responses concerning my question of yesterday (about stand-alone
package). Il would like to explore two ways:
-- Tcltk extension,
-- Rweb application.
I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the
autoexec.bat file):
set R_LIBS=F:\R\rw1050\library
set PATH=%PATH%;F:\Tcl\bin
set PATH=%PATH%;F:\Tcl\lib
set PATH=%PATH%;F:\R\rw1050\bin
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim
<michael.silvanus at gmail.com> wrote:
>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm
> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/
> RA layer request failed: Server sent unexpected return value (403
> Forbidden) in response to REPORT request for
>
2000 Oct 19
2
weighting observations
Dear R users,
I wonder how to weight observationswhen computing statistics and creating
tables (e.g. of counts)
I'm used to the SPSS paradigm (WEIGHT by foo.) where any subsequent command
will weight any variable ...
Suppose that I want to compute a table of weighted counts: is the right
R-approach to write a little custom function or it could be better to write
a new class
2000 Oct 02
4
Debugging dynloaded C-code with gdb
Dear R users
I have started to use gdb for debugging dynloaded C code as described in
`Writing R Extensions'. Unfortunately I have run into several problems that
I haven't been able to solve:
- using `n': how comes that the same line of code appears up to three times
(and inbetween the next line and maybe even the second next one?)
- using `print' resp. `display': How
2013 Jan 31
5
Request for built-in DOS launch module
To make say a BIOS flash tool available over PXE, my impression is that
a typical procedure goes like this: modify a generic FreeDOS 1440K disk
image to contain the EXE and change the AUTOEXEC.BAT to launch that EXE,
then make the 1440K IMG available on the PXE server. But more recent
BIOS flash EXE are too large and won't fit on the 1440K, not even 3840K,
so now we have to look into
2000 Jun 19
1
Using --R CMD build-- command under windows
Dear all,
I want to know if there is an equivalence command for
R CMD build under windows? if there isn't such a thing?
how could I make a release file (.tar.gz file) using
windows OS?
Thanks,
Agus
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2003 Sep 09
4
How to convert a Rd file into multi html files?
Hi,
I wrote all documents for each objects in my package in one .Rd file. Now I can't convert the .Rd file into multi html files such that a html file corresponds a object in package.
The command I used was ' R CMD Rdconv -t html foo.Rd'. It just converted the document of first object in .Rd into html format.
I had to write a perl script to satisfy myself. But is there a more direct
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all,
I got this problem while trying to shape traffic with iptables MARK and
HTB.
MARK: targinfosize 8 != 4
--set-mark gives "invalid argument" error message.
Kernel version is 2.4.29 (some patches from patch o matic applied)
Iptables version 1.3.4
Intel x86 architecture.
I saw this problem discussed in a few places, but the discussions didn''t
come to a conclusion
2011 Mar 14
2
how to create a form using ruby on rails
*since i''m totally new to this technology , im facing lots
of difficulties here.*
*
*
*i want to create a form with few fields which shud be connected to mysql
database using ruby on rails. can anyone help me with this difficulty?*
*
*
*thanks..*
*
*
*regards *
*
*
*mandrekar salim*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: