Displaying 20 results from an estimated 20000 matches similar to: "Rcmd check, windows xp, perl"
2004 May 27
2
Rcmd check, windows xp, perl (2)
Thank you for your help. I??m sorry that I found not the right
entries in the R-devel. Now, I have again a problem.
After installing all needed things I have run
Rcmd INSTALL -l ../mypkg and respectively
make mypkg
By running Rcmd check I get following message:
* checking for working latex ...Error: environment
variable TMPDIR not set (or set to unusable value) and no
default
2002 May 02
3
Building own packages on Windows 2000!
Hi!
I encountered some things trying to build own packages under Windows
2000 for which i found no answer in the documentation.
First.
1. I do not found the rcmd.exe in the bin directory of R_HOME.
I installed R using the setup.exe
2. I updated the R intatllation with one of the zip files. (rw1041sp.zip)
now i had the rcmd.exe in the bin.
3. I do not found any hint in the docu that perl is
2001 Apr 18
1
Problem with Rcmd check
In Windows, I tried to build and check Paul Gilbert's dse bundle with
the command
rcmd check ../library/dse
It ran for a while and built the packages, then failed at the end with
this:
** checking Rd files ... OK
** checking for undocumented objects ... OK
** creating syskern-Ex.R ... ERROR
I get similar errors checking packages, but there
make pkgcheck-foo
works. I don't
2002 May 03
1
Detailed instructions for building packages
>I a missing in R extension a more detailed step by step description with=20
>some examples.
>To whom send proposals of change to the R extensions manual. I am also=20
>willing to writ one step by step descriptin for windows 2000.
If you would like to draft a detailed section on building packages
under windows, that would be great. Once you're done, please email it
to me (as
2004 Aug 27
2
Packing of data files in packages
Hola!
I am writing a package with some large data files, so it would be good to
use the feature of zipping data.
However, I use .R files to read in the data from one (sometimes more)
files, so Rcmd build --zip-data
gives a package which does'nt work. How should I do it, is it better ti
zip each data file individually and use the functions to read from
zipped files, or are there some other
2001 Apr 12
2
Re: stop() and Rcmd (PR#910)
On Thu, 12 Apr 2001, Prof Brian Ripley wrote:
> On Thu, 12 Apr 2001 ligges@statistik.uni-dortmund.de wrote:
>
> > "Rcmd check" on NT does not catch errors generated by stop() in files
> > in the tests directory. Thus the fact that all the tests complete does
> > not mean they completed succesfully.
In my experiments it *does* put out an error but continues.
2003 Dec 05
1
rcmd check question.
Hi!
Can anyone tell what may causes the following errors?
They printed during a
>rcmd check packagename
* checking S3 generic/method consistency ... WARNING
Error in .tryQuietly({ : Error in file(file, "r") : unable to open connection
Execution halted
* checking for replacement functions with final arg not named 'value' ... WARNIN
G
Error in .tryQuietly({ : Error in
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
2003 Feb 15
3
Perl on Windows XP for Rcmd build
Is there a recommended binary version of perl to use under Windows XP
for `Rcmd build'? The R FAQ for Windows just mentions "perl". I
think that Kevin Wang's document on R for Windows suggests ActiveState
perl but I have not been able to install it.
I am running Windows XP Professional on a laptop. The operating
system was originally Windows 98 then upgraded to Windows ME
2003 Dec 01
1
Rd Files?
Hi!
Are there scripts or packages for generating Rd files out of "S3" code on cran? Has any one written such scripts (e.g. in Perl?) and are willing to share them?
Thanks in advance.
Eryk.
Dipl. bio-chem. Eryk Witold Wolski @ MPI-MG Dep. Vertebrate Genomics
Ihnestrasse 73 14195 Berlin 'v'
tel: 0049-30-84131285 / \
mail: wolski@molgen.mpg.de
2004 Oct 25
1
usage and behavior of 'setIs'
Hello,
am I using 'setIs' in the correct way in the subsequent (artifical) example?
Do I have to specify explicit 'setAs' for 'list' and 'vector' or
should this work automatically, since "getClass("List1")" states
an explicit coerce also for these classes.
I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000.
Thanks for your
2012 Sep 19
2
Rcmd check problem
Hi, all.
I was trying to build my R package with R 2.15.1 32bit and win7.
I basically follow the routine in Steven Mosher's blog
http://stevemosher.wordpress.com/step-10-build/
After I fixed the path, and built the skeleton of the package, I started
command prompt and used the following commands in building my package
Rcmd check myPackageName
Rcmd build myPackageName
Rcmd check
2008 Apr 21
1
R-2.7.0 RC (2008-04-20 r45403) fails fullcheck
A strange thing happened. After installing the most recent RC version of
2.7 (2008-04-20 r45403) I compiled it as usual with no errors. After
installing it I ran "make fullcheck". I got as far as testing recommended
packages and I got the following:
...
-------- Testing package foreign --------
Running examples in 'foreign-Ex.R' ...
Comparing `foreign-Ex.Rout' to
2004 May 27
3
"privileged slots"
Hi all,
in the help for RClassUtils I found the expression "privileged slots" in
function "checkSlotAssignment" with the explanation:
/privileged slots (those that can only be set by accesor functions
defined along with the class itself)/
I thought all slots of a (not private) class can be a accessed by a user
via the @ Operator.
Is there a way to make a single slot of a
2004 May 28
2
any simple examples for SJAVA please
Hi!
Are there any simple examples for SJAVA please?
Thanks,
Laura
R Version 1.9.0 Windows
_________________________________________________________________
2004 Oct 21
3
error in plot.dendrogram (PR#7300)
Hi,
hres <- hclust(smatr,method="single")
hresd<-as.dendrogram(hres)
as.dendrogram(hres)
`dendrogram' with 2 branches and 380 members total, at height 2514.513
plot(hresd,leaflab="none") #<-error here.
#the plotted dendrogram is incomplete. The x axis is not drawn.
#The interested reader can download the
save(hresd,file="hres.rda")
#from the
2004 Jun 11
2
question about Rcmd SHLIB
Dear R People:
I'm trying to use the Rcmd SHLIB to produce a dll.
Rcmd SHLIB -o test2.dll test2.f
make[1]: *** [libR.a] Error 255
make: *** [libR] Error 2
Where do I go to find out about the "make" errors, please?
I suspect that I might be missing something. I have the tools for creating
new packages, but
maybe I left out something.
This is for R version 1.9.0 on Windows.
2004 Apr 30
2
./configure --prefix and R_LIBS
Hi!
I am installing R in non standard directory.
./configure --prefix=/non/standard/directory
The installation works fine.
But after starting R i get
.libPaths()
/usr/lib/R/library
but they cant be there of course!
Have I to set some additional switches during config?
Eryk
Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic
Ihnestrasse 63-73 14195 Berlin 'v'
tel:
2004 Jul 14
1
RCMD fails in Windows XP
I have setup R 1.9.1 on my Dell laptop running windows XP. I have
installed it to C:\R\rw1091. Rgui runs fine, but Rcmd fails if run with
parameters (i.e. install). The windows dialog box cheerfully says "R for
Windows front-end has encountered a problem and needs to close. We are
sorry for the inconvenience." Running the visual C++ debugger informs me
that there is an unhandled
2004 Jan 22
4
customising installed libraries
hello
I am returning to some libraries that I had previously customised by amongst
other things adding additional functions. I had simply typed these new
functions into the file in library/R/thelibrary. These however do not seem
to be loaded now as they previously were under older versions of R.
What's changed and what do i need to do?
Thanks
Stephen