similar to: Fortran DLLs

Displaying 20 results from an estimated 400 matches similar to: "Fortran DLLs"

2007 Jan 23
3
Loess with more than 4 predictors / offsets
Hello, Does anyone know of an R version of loess that allows more than 4 predictors and/or allows the specification of offsets? For that matter, does anyone know of _any_ version of loess that does either of the things I mention? Thanks, Paul Louisell 650-833-6254 ploua@allstate.com Research Associate (Statistician) Modeling & Data Analytics ARPC [[alternative HTML version deleted]]
2002 Jul 31
3
SHLIB
Hi, I'm having a problem using the 'SHLIB' command in R. I keep getting syntax errors. The help gives the following usage for it: Rcmd SHLIB [-o dllname] files 'files' is supposed to be a list of files, but whether I set up a list or a character vector, I still get a syntax error. Does anyone know if they're are supposed to be quotes somewhere in there? If someone has an
2005 Apr 25
1
The eigen function
I'm using R version 2.0.1 on a Windows 2000 operating system. Here is some actual code I executed: > test [,1] [,2] [1,] 1000 500 [2,] 500 250 > eigen(test, symmetric=T)$values [1] 1.250000e+03 -3.153033e-15 > eigen(test, symmetric=T)$values[2] >= 0 [1] FALSE > eigen(test, symmetric=T, only.values=T)$values [1] 1250 0 > eigen(test, symmetric=T,
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
Dear Any, I am trying to initialise Rjava with the objective of running ORCA within R. I am running R1.5.1 on Windows2000 and get the same problem with Sun Java run time jre-1.2.2_013 Java j2re-1.4.1_01 Microsoft Java Virtual Machine Build 3805 .JavaInit() is failing at : .C("s_start_VM", as.character(classPath), as.character(classPath),
2002 Aug 13
1
Rcmd SHLIB under NT
Hello: I'm trying to use Rcmd SHLIB to compile a single file, sann.c, to get sann.dll. I was able to get make libR.a to work, after going into MkRules and changing the line DLLTOOL=$(BINPREF)dlltool -k --as $(AS) to read DLLTOOL=C:/MINGW-1.1/bin/dlltool -k --as $(AS) But now I get: C:\rw1051\src\gnuwin32>Rcmd SHLIB sann.c make: make: Command not found make: *** [libR] Error 127
2002 Aug 09
2
error starting SJava: classpath
Dear R experts, Sorry, I am resending this, since I have not received this mail myself for the past 5 hours. I saw a similar question dated July 2. But there is no answer to it. Does anybody have a solution to it? I am using window NT, and the R version is 1.5.1, the SJava package is the binary version SJavaWin_0.62-8.zip. Here are the error message: > library(SJava) > .JavaInit()
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
Hi! My Platform: Windows 2000 R version >1.5 Active Perl 5.6 Rtools at the start of the PATH. I am trying to build a package. The functions are written only in R (no C code). I am trying to proceed as described in R-exts.pdf But instead to get a build package i am getting (see below). At first glance it seems to me that i understand the output. At something similar i am looking most of my
2002 Sep 29
1
Runnin R prorams from a command line
Hello, I am a new R user, using version 1.5.1. I am attempting to run R programs from a dos command line (in win2000) and am having problems. My goal is to be able to use R from batch scripts in both windows and also in Linux eventually later. When I first ran "rcmd BATCH --help" it said that perl was not found. after installing perl and running again, I received the following error:
2004 Nov 12
2
Loading libraries in 2.0.0 (PR#7364)
I'm using version 2.0.0 of R on a Windows 2000 OS. Packages that I installed in 1.9.1 are not installing properly in 2.0.0. Specifically, I can install packages from local zip files with the following code (which I execute through the GUI): > install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package
2007 Jan 13
1
R on UNIX Sun-Solaris 10.0 vs. S-Plus
This is a general question to people who've installed R on a UNIX sparc-sun-solaris platform: Have you had any issues related to maintaining R on this platform, e.g., installations that didn't work, instances of R crashing and possibly requiring a new installation, etc? I'm especially interested in anyone who has experience with both R and S-Plus on this OS. Is there any reason to
2002 Aug 12
1
Error 127 and dlltool
Hello: Many thanks to Professor Ripley for responding to my earlier post, included below, about trying to use mingw32 gcc.I did put back the original Rinternals.h. I am still crashing R every time I try to use C code. Here is what I did, basd on readme.packages: 1.) Ensured that C:\Rtools was first in my path, and obtained a new tools.zip from BDR's R tools site. 2.) Ensured that I
2002 Sep 23
3
Rgui.exe crashes on startup (PR#2057)
Full_Name: Zhen Liu Version: 1.5.1 OS: Window XP Home/Window NT 4.0 Submission from: (NULL) (205.142.0.75) I have installed R-1.5.1 using SetupR.exe on both my home laptop (Sony Vaio running Window XP Home) and in office (Compaq AP550 running Window NT 4.0), but they shared the same problem. Both worked for a while, but then Rgui.exe crashed on the startup, complains: The exception
2002 Jul 30
1
Unable to install new package using local zip file (PR#1854)
Full_Name: Jagadish Rangrej Version: 1.5.1 OS: windows 2000 Submission from: (NULL) (192.139.231.5) I have produced one package using >Rcmd install pubbias (pubbias is the name of pkg), to move it to any new computer, I take the zip file of, "Program file\R\rw1051\library\pubbias" and install it using menu option in R for installing from local zip files. It gives the error :
2002 Jun 28
3
rw1051 binary dist missing dyn.load documentation (PR#1719)
The binary package (version of 6/17) of rw1051 for Windows is missing html documentation for dyn.load() The file is present in $R_HOME/library/base/html, but has zero bytes. dyn.load help IS accessible through the windows help system. platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R
2003 May 26
2
Problem with library
Hello. I'm using R 1.7.0 on win98 ver2. I erased all my previous versions of R, and install r 1.7.0. When I write "library()" I receive on a separate pane all the lib in ver 1.7.0, and the following msg "Warning message: library 'C:/Program Files/R/rw1051/library' contains no package in: library()" Where is this msg coming from?? How to remove it? Thnx Yakov
2002 Jul 01
1
settings for windows()
Hello, I would like to change the default size of the routinely opened graphics window - (width = 7, height = 7)- to -(width = 6.25, height = 6.25)- in rw1051 but I can't find out how? Sincerely Fredrik Lundgren -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2004 Apr 16
2
install packages
I am trying to install packages, WHat i did is: options(CRAN= "http://cran.us.r-project.org/") install.packages("pakgs") However I got error message like: trying URL `http://cran.us.r-project.org//bin/windows/contrib/PACKAGES' Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), : cannot open: HTTP status was `404' In
2002 Jun 27
1
Building from a source-code library under windows
Dear All, I have a pair of .cpp and .def file can be compiled using VC++ and works perfectly well in S-PLUS. I wanted to do the same for R; so I followed the guidline given in "Building from a source-code library under Windows" as much as possible and manage to compile them using VC++ and call it from R. But it gives different answer from the one called from S-Plus. I know that I did
2002 Sep 23
2
R crash with internet2.dll
Hi, I'm using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R and I would like to apply: > update.packages() trying URL
2002 Jun 04
1
compiling packages
Hello, Using R 1051 in win98 When I try to build a library Addreg with DESCRIPTION, Index and Title in R and subdirectories Man and R. From a Command window I do: c:\> c:\rw1051\bin\Rcmd INSTALL c:\r_src\src\library\addreg --library=c:\r\src\library make: Entering directory '/cygdrive/c/rw1051/src/gnuwin32' make DLLNM= \ -C c:/r_src/src/library/addreg PKG=addreg RHOME=c:/rw1051