Displaying 20 results from an estimated 1000 matches similar to: "Query about C Function Interface"
2003 May 12
1
problems with Rcmd BATCH (PR#2965)
Hello,
I have a test file that runs OK with
> Rterm.exe --no-restore < filename.R
When I try
> Rcmd BATCH filename.R
I get the following error message:
Can't locate R/Utils.pm in @INC (@INC contains:
C:\PROGRA~1\R\rw1070\share\perl
c:/Perl/lib c:/Perl/site/lib .) at
C:\PROGRA~1\R\rw1070/bin/BATCH line 22.
BEGIN failed--compilation aborted at
C:\PROGRA~1\R\rw1070/bin/BATCH
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look
for any suggestion in the manuals, find nothing related?
library(Sjava)
Error in firstlib(which.lib.loc, package) :
JAVA_HOME is not set
Error in library(Sjava) : .First.lib failed
...what i have to done?
many thanks & regards,christian
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
Dear R-List member,
I have installed the new version of R on my PC (see system details below). I
can start the RGui with http_proxy succesfully. However, I do encounter two
problems:
1)
After starting the Rgui the following error message is displayed (vertical
dots represent omissions of output):
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
.
.
.
.
Error in
2003 May 30
1
Downloading packages from CRAN
Hello-
I am trying to download packages from CRAN to my Window-based system. I
downloaded the most recent version of Perl, as instructed in the Install
Manual and the "car" package, just as a trial.
Where should they "reside" within my computer: the unzipped Perl I have
placed at ...R/rw1070; the "car" package I unzipped and placed at
...R/rw1070/library. Is this
2009 Apr 03
1
Problem building DLL under Windows
Apologies if this has appeared before, but I've searched the archives and all the documentation and I can't find anything which helps.
I'm trying to build a DLL under windows. The process (more on that later) works fine under Linux and gives the illusion of working under Windows, but attempting to load the resulting DLL using dyn.load results in:
Error in inDL(x, as.logical(local),
2003 May 16
1
Reloading a shared library with dyn.load
Hi,
I'm using dyn.load to load a shared library (compiled from C
code) into R. If I dyn.unload it and then dyn.load it again, I
get an hourglass icon in Rgui (R 1.7.0, Win 2000), and it
just sits there forever. I can't press Escape to stop the
current computation, but I can close Rgui without resorting to
using the Task Manager.
Is it a problem with my use of R_alloc? Do I need
2006 Jun 14
7
CR issue
Hi,
I am using RedCloth (3.0.4).
First using online text2html (http://www.textism.com/tools/textile/) ,
"123
456"
returns <p>123<br />456</p>
But by code:
<code>
require ''RedCloth''
puts RedCloth.new("123\n456").to_html
</code>
I got:
<p>123
456</p>
CR is not taken in consideration. Is there any parameter I am
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
Full_Name: Venkatesh Mysore
Version: R-1.7.0
OS: WindowsXP
Submission from: (NULL) (216.165.110.10)
While accessing Rproxy.dll repeatedly (using the code from the (D)COM example in
the R website) causes a failure in the 24th iteration. R-1.6.2 does NOT give
this error. This seems to be a memory management error, that might be linked to
the huge leakage difference between R-1.7.0 and R-1.6.2
2003 Jun 12
3
defaults in R: packages, .Rhistory
With the current version (rw1070), every time I start R it loads a whole
bunch of packages, many of which I do not need in a typical session:
> search()
[1] ".GlobalEnv" "package:methods" "package:ctest" "package:mva"
[5] "package:modreg" "package:nls" "package:ts" "Autoloads"
[9]
2006 Jul 04
4
ROaR: A Ruby on Rails Podcast
I''m starting a new podcast to cover some of the hot topics going on in
Rails. Half news, half interactive, all community. As always, the
first episode kinda sucks but I''m looking forward to feedback from all
of you on how to make it better.
http://www.simiancodex.com/roar/
or for iTunes people
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=163609703
Michael
2003 Dec 16
2
Winedit and R
Hi all,
I am trying to install add-on in R (rw1070) to work with WinEdit. Libraries Swinregistry and Rwinedt have been installed via "Install Package(s) from local zip files" from R. However, when I run library(Rwinedt) I get the following messages:
> library(Rwinedt)
Loading required package: SWinRegistry
Error in loadNamespace(name) : package `methods' does not have a name
2003 May 15
2
Unable to load lapack.dll when using RExcel add-in
I am having trouble using R routines from the RExcel add-in, that use lapack.dll. As an example if I start the R kernel from within Excel and execute
"x<-rbind(c(1,2),c(1,-1))
z<-solve(x)",
I get the following error:
"Error in solve.default(x): lapack routines could not be loaded.
In addition: Warning message:
unable to load shared library "C:\Program
2003 May 07
1
Problems building R-1.7.0 on windows XP
Hola!
Everything went well until
make distribution
The last few lines from the make output is:
Copying spatial
find rw1070 -name CVS -prune -exec rm -rf \{\} \;
FIND: formato de par?metros incorrecto
make[2]: *** [imagedir] Error 2
make[2]: Leaving directory `/cygdrive/c/R/Rsource/R-
1.7.0/src/gnuwin32/installer'
make[1]: *** [rinstaller] Error 2
make[1]: Leaving directory
2003 May 22
1
Tkrplot works not
Hi,
I've spent some time in programming R - tcl/tk.
Today I've updated my R version from 1.6.2 to 1.7.0.
My programm stops now with two error-messages:
(How could it be, two errors? The command "stop" produces an error but does really stop
the programm after it, isn't it?)
> Loading required package: tcltk
> Error in structure(.External("dotTcl", ...,
2008 Feb 27
1
missing packages from install
Hi,
When I install new packages from CRAN, I frequently
find that some packages were missing from the download
queue. For example, on one of my computer with R2.6.2,
I can not find package glmpath from the download
queue. On my other computer with R2.5.1, I could still
find that particular package. What could be the reason
for this? Is this computer related or R version
related?
I downloaded the
2014 May 12
2
[LLVMdev] A Question to LLVM
On 12 May 2014 15:11, Tim Northover <t.p.northover at gmail.com> wrote:
> It sounds like you're using the wrong triple. Even on Windows you
> should be able to output ELF if you compile with (say) "clang -target
> arm-none-eabi".
Or not using a triple at all. Windows on ARM support is coming along,
I bet it defaults to WoA and outputs COFF or whatever.
cheers,
2023 Aug 02
1
Deleting AD config due to typo
Good morning list,
what does I have to delete to deactivate and remove an samba AD?
When setting it up yesterday evening I did an typo .. and as there're no
user/machines/whatever in it yet I'd like to do a clean setup.
Thanks in advance, and have a nice day (hopefully without rain, as WOA
might start ;))
Torsten
2023 Aug 02
1
Deleting AD config due to typo
On Wed, 2023-08-02 at 07:25 +0200, lists--- via samba wrote:
> Good morning list,
> what does I have to delete to deactivate and remove an samba AD?When
> setting it up yesterday evening I did an typo .. and as there're no
> user/machines/whatever in it yet I'd like to do a clean setup.
> Thanks in advance, and have a nice day (hopefully without rain, as
> WOA might start
2003 Jun 25
2
rw1062
hi
I need 'rw1062.zip' since i can't get excel, R1070 or R1071 to work with the R (D)COM Server
everything worked fine in the god rw1062 days
the lapack routines can't be loaded
'unable to load shared library c:\r/moduleslapack.dll, the specified library could not be found'
don't know if it's the forward slashes that anoys windows
btw, the libraries are in the
2006 Jun 29
3
Questions on ActiveRecord implementation
Hi,
I got several questions on AR adapters implementation:
1. For SqlServer/Oracle, SQL queries are built by concatenation, and
there is no use of parameters. Especially for Oracle, this is very bad,
no optimization can be done. Is there a reason for that? Does anybody
plan to fix that?
2. When updating a model, _all_ columns are updated. Why not only the
diff is updated? Using blob/cblob, it