Displaying 20 results from an estimated 120 matches similar to: "Importing from Fortan"
2009 Sep 18
1
problem regarding the data
Hi,
This is Meghana Kulkarni.
I have a problem regarding the data I am working with.
I have a data frame as follows:
> x
V1 V2 V3............V10
414 A
416 A
417 A
417 B
418 A
421 A
421 B
421 C
422 A
I want to conver this data frame in the following format.
> x
V1 V2 V3............V10
414 A
416
2013 Feb 03
1
Fortan to R
Dear UseRs,
How can i connect my FTN95 fortran compiler with R in window 7?Thanks in Advance,
Elisa
[[alternative HTML version deleted]]
2011 May 06
3
fortan common block
Is it possible in R to call a fortran routine that sets variables in a common block and expect the values to persist when a call is made from R to a second routine that uses the common block?
If not (as I suspect), is it possible to use a common block in a group of routines that are used together, for as long the routines do not return to R?
Paul
2012 May 04
7
Breaking up a Row in R (transpose)
I have the following:
Time A1 A1 B1 B1 C1 C2
x y x y x y
0 5 6 6 7 7 9
1 3 4 4 3 9 9
2 5 2 6 4 7 4
I want to change it to the following:
0 1 2
x y x y x y
A1 5 6 3 4 5 2
B1
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi,
Here is a rough draft of the application -- a FORTRAN front-end to
LLVM. In accordance with the summer of code specifications it is split
into two portions: the abstract which describes the project, and the
details description which describes me and how I plan to complete the
project.
It's a little long, (but about half the max length the application
directions specify). Would someone be
2008 Nov 01
1
Help about the plot funtion
Hello, my name is German, I am from Argentina, and we are working at university with R. This work is about sounds and how they affect out ears, we are using R to analice different recordings of sounds and we need to get the intensity of this recordings in dB. In order to get the intensity of the sounds, we are using the plot function, but we can not figure out what is the menaning of the
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I
would be interested in working on. I will draft up a little proposal
and send it out to this list.
-Scott
On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote:
> Hi Scott,
>
> On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote:
>
> > Hi,
> >
> > I noticed that LLVM had signed up as a
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Duncan Sands wrote:
>> If that fails, I will build a
>> front-end using ANTLR [http://antlr.org] a parser generator with which
>> I am familiar and for which a FORTRAN grammar is already available
>> (targeting an obsolete version of ANTLR, but it should not be too
>> difficult to update).
>>
>
> Bad plan. I doubt you can build a serious fortran
2007 Mar 20
2
[LLVMdev] Google SOC - Idea
Hi Scott, I'm currently porting the Ada gcc front-end to LLVM.
This is similar to what you want to do, so here are some comments
from the trenches...
> I plan on first attempting to implement the FORTRAN front-end by
> co-opting the GCC FORTRAN parser.
Good plan. However the Fortran front-end that comes with gcc 4.0
is known to be weak (llvm-gcc is based on gcc 4.0). That's
2005 Nov 04
1
[LLVMdev] llvm-test configure problem
>> Any idea what I am doing wrong? :)
>
> Nothing. The test is coded incorrectly. Or at least the shell being used
> doesn't like it. The "bad substitution" message comes from the shell
> executing the configure script while its trying to figure out how to access
> the f2c program. I take it you're running this on a sparc machine. The
> logic seems
2004 Sep 19
1
Namespace problem
Now I try to add some C and Fortan code to my package, so the NAMESPACE
file is
useDynLib(eha)
importFrom(survival, Surv)
export(mlreg.fit, risksets)
but I get
.....
* checking R files for library.dynam ... OK
* checking S3 generic/method consistency ... WARNING
Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) :
2005 Aug 13
1
Including Fortran subrutines in a package
Hello!
I am creating a packege and I would like to inclued some Fortrun subrutines.
I have two questions.
1. Can I use "free form fortan" - compiles well usinf g77 -ffree-form.
2. Is it enough to place the ".for" files in scr folder?
Thank you in advance for any help!
Ales Ziberna
P.S.: I am runing R 2.1.1 on Win XP, SP2. I installed rtools, mingw, perl as
suggested in the
2009 Aug 26
1
increasing significant digits in smooth.spline function
Hello All
I have a very long vector of unique predictor values and 6 significant
digits setting for the smooth.spline rounds them off. Is there any way
of increasing the significant digits withour recompiling a lot if code
(simple editing and tham sourcing of "smooth.spline.r" function does not
work, probably due to presence of Fortan functional calls)?
Thank you very much in advance
2007 Mar 20
1
[LLVMdev] Google SOC - Idea
On 20 Mar 2007, at 15:45, Jeff Cohen wrote:
> Duncan Sands wrote:
>>> If that fails, I will build a front-end using ANTLR [http://
>>> antlr.org] a parser generator with which I am familiar and for
>>> which a FORTRAN grammar is already available (targeting an
>>> obsolete version of ANTLR, but it should not be too difficult to
>>> update).
2003 Nov 19
1
Compiling R 1.8.x under Solaris 9
Dear all,
I am trying to compile R-1.8.0 and R-1.8.1-beta (as 19-11-2003) under
Solaris 9 using the Sun compilers. './configure' fails; the last lines of
the display are:
checking whether we can compute C Make dependencies... yes, using cc -M
checking whether cc supports -c -o FILE.lo... yes
checking how to get verbose linking output from f77... -v
checking for Fortran 77 libraries...
2017 Apr 27
3
R-3.4.0 and recommended packages
On 27 April 2017 at 13:58, Johannes Ranke wrote:
| Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel:
| > On 27 April 2017 at 12:01, Johannes Ranke wrote:
| > | > so it seems to me this must affect all packages in Debian sid that were
| > | > built before the release of R 3.4.0!
| > |
| > | or rather before 14 April 2017, which is when R from revision r72510
2004 Apr 30
1
configure problem - mixed fortran/c
I'm trying to build R 1.9.0 to get the opportunity to build rpy for some
folks at my office. (I'm a Python guy, not an R guy, so I'm completely
unfamiliar with the machinations of building R.) I'm having trouble getting
past the configure step. A plain old configure generates this output at the
end:
checking whether we can compute C Make dependencies... yes, using gcc -MM
2006 Apr 25
1
Windows MinGW compiler clarification, consequences
The information at
http://cran.r-project.org/doc/manuals/R-admin.html#The-MinGW-compilers
and
http://www.murdoch-sutherland.com/Rtools/
is slightly inconsistent about the compiler used to build Windows
binary packages available through cran.
The 'candidate' package of the recommended MinGW-5.0.0.exe installs
g++/g77 3.4.4 (as does the updated installer MinGW-5.0.2.exe). "An
2012 Oct 20
1
Trouble returning 2D array into R from Fortran
Hello,
I have been trying to use a collection of Fortran subroutines to return a 2D
array of calculated values to my R code, calling a Fortran wrapper
subroutine from R. I've done this successfully before with C & C++ code.
The Fortran wrapper subroutine which is to be called by R takes a set of
input arguments & then should return an array of 2 columns & the specified
number of
2017 Apr 27
2
R-3.4.0 and recommended packages
On 27 April 2017 at 12:01, Johannes Ranke wrote:
|
| > so it seems to me this must affect all packages in Debian sid that were
| > built before the release of R 3.4.0!
|
| or rather before 14 April 2017, which is when R from revision r72510 was
| uploaded to sid as pre-release candidate.
Another example with KernSmooth:
> library(KernSmooth)
KernSmooth 2.23 loaded
Copyright