similar to: Different missing links on Windows in 'check' vs. 'install'

Displaying 20 results from an estimated 20000 matches similar to: "Different missing links on Windows in 'check' vs. 'install'"

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
2004 May 27
2
Rcmd check, windows xp, perl
Dear R users, With package.skeleton() i have produced successfully my .Rd??s, ... Now i will run Rcmd check on ..\R\bin\ But Rcmd check (and build) on my Windows XP does not work. It`s a problem with "perl". (Translated i get the message: The instruction Perl is either wrongly written or could not not be found.) In help("check") I found this: "These may not work
2003 Dec 17
2
Can't start R-devel
Hello ... With a new checkout of R-devel, I'm getting the following error on startup: Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. Error in open.connection(con, "rb") : unable to open connection In addition: Warning message: cannot open compressed file
2004 May 28
1
Building packages and Rcmd check
Hello yet again! I'm trying to build a package. The Rcmd build works fine. But the Rcmd check produces an error because I don't have latex on my laptop. Any suggestions, please? R Windows 1.9.0 thanks again, Laura _________________________________________________________________ Learn to simplify your finances and your life in Streamline Your Life from MSN Money.
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
2009 Jul 20
1
Rcmd check fails on Windows Samba network path in R 2.9.1
Hi, I have just updated R from version 2.8.1 to version 2.9.1. I am running Windows XP Professional, Service Pack 3. With the update, I decided to update a set of packages that I maintain by compiling them for the new version. Everything worked fine except for one package. This package is unique (among the six I was working on) in that is stored on a UNIX-based file server that is
2009 Feb 04
3
auth_debug_passwords
Hi. I'm new to Dovecot and about to start using it in production. In the config file, I set the option, auth_debug_passwords, to yes. I do not see any failed passwords logged, however. It did cause more verbose authentication logging, but failed passwords are still hidden. I have also set these options to yes, because I thought they might be required for auth_debug_passwords to work:
2003 Feb 11
3
Problems with Rcmd check on Win 2000 & rw1062
When I run Rcmd check on a package on my Windows 2000 machine, I get a series of error messages like the following: * checking generic/method consistency ...c:\DOCUME~1\R5018~1.WOO\LOCALS~1\Temp/R utils138414013: cannot open c:DOCUME~1R5018~1.WOOLOCALS~1Temp/Rin138408157: no s uch file It looks as if a Windows style path to the temp directory is not being interpreted correctly, with backslashes
2005 Jan 05
2
Rcmd check Error help
R-help, I'm the primary developer for an increasingly large R package with over three thousand lines of code. Unfortunately, do the complexity of the code, I sometimes am required to change several interoperating parts of the package before testing for bugs and performance. And sometimes unnoticed syntax errors slip in that cause Rcmd check / INSTALL to fail with such messages as: Error in
2006 Aug 19
1
problem with Rcmd check and fortran95, makefile
Hi all, I have Win XP and R 2.3.1 on my notebook. I would like to write a package which includes some Fortran 95 code. Interestingly, if I compile and link the simple file test90.f90 directly with g95 -c test90.f90 g95 -shared -o test90.dll test90.o then PE Viewer ( a dll viewer) shows me the right functions in the export table, hence I can use the dll in R. But as it should become part of a
2003 Feb 19
3
Rcmd check does not recognize formal generic function as code object
Dear all, I am trying to write a package using formal methods and classes from the methods package. I have not been able to get the package to pass rcmd check without warnings, because rcmd check does not recognize my generic functions as code objects and therefore queries why they have documentation entries. I have isolated the problem in a very small trivial example which I give below. I
2004 Aug 23
2
Installing package lattice
Here's another issue (that might well be operator error): > install.packages("lattice") ... ... ** save image Loading required package: grid Error in importIntoEnv(impenv, impnames, ns, impvars) : object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not exported by 'namespace:graphics' Execution halted ERROR: execution of
2004 Sep 17
1
Problems with Rcmd check in rw2000dev
Hola! I am doing some minimal changes on the package SenSrivastava to make it fit for R2.0.0 (This package passed Rcmd check on earlier versions of R, and are passing the CRAN daily checks!) I am using rw2000dev from CRAN. Now i get (running in an Xemacs shell): installing R.css in C:/R/rw2000dev/src/gnuwin32/SenSrivastava.Rcheck ---------- Making package SenSrivastava ------------ adding
2013 Nov 12
1
What graphics device settings are used by Rcmd check ?
I'm on Windows 7. When I do Rcmd check pkg, I get this error from a .Rd file: Error in plot.new() : plot region too large Using the windows() and pdf() devices in interactive mode, the code in the .Rd file works just fine. I'm wondering if the graphics device settings are the culprit and am trying to find the settings used by Rcmd check. Where do I look for these? -- Kevin Wright
2003 Mar 06
1
Some bugs in Rcmd check ? (PR#2608)
Hello! I have some problems using Rcmd, bacause I get errors I do not understand. I will write down what I did. Perhaps you can help me? I have a small would-be package called "globaltest", containing only the files DESCRIPTION INDEX R/globaltest.R man/globaltest.Rd I say: C:\>Rcmd check C:/Goeman/globaltest In the output it first complains that 'sh', 'make',
2003 Nov 17
2
$RHOME/bin/check in windows (PR#5135)
To whom it may concerned, I'm trying to build a new R package in a windows platform. Before that, I tried to check the previous well-know package from the CRAN using the Rcmd command. But I got the error messages as below. I think this comes from the parsing error from the Perl script in $RHOME/bin/check. In the following example, 'Program Files' is splited into 'Program',
2011 May 11
1
RCMD check fails on "checkin installed package size"
Hi, When I run RCMD check on my package, I receive the following error: C:\R-packages\AnnotationFuncs>RCMD check --no-vignettes AnnotationFuncs * using log directory 'C:/R-packages/AnnotationFuncs/AnnotationFuncs.Rcheck' * using R version 2.13.0 (2011-04-13) * using platform: i386-pc-mingw32 (32-bit) * using session charset: ISO8859-1 * using option '--no-vignettes' * checking
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
Dear list member, by running Rcmd check on a package where a customised 'CITATION' file should be included instead of the automatically produced one, the following error occurs: adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files installing inst files FIND: Parameter format not correct make[2]: *** [c:/R/packages/urca/inst] Error 2 make[1]:
2011 Jul 06
1
Group Data indexed by n Variables
Hello, the more general thing I'd like to learn here is how to compute Function of Data on the basis of grouping determiend by n variables. In terms of the reason why I am interested in this, I need to compute the average of my data based on the value of the month and day across years. I have come up withy the code below which, as far as I can see, does what I need but getting either a more
2004 Mar 17
1
Bundles and 1.9.0 (alpha)
What is it "Package bundles" and 1.9.0 (alpha) ? 'Rcmd check Bundle' aborts with: Error: cannot open file '.../Bundle.Rcheck/Package/R/Package' for reading In ".../Bundle.Rcheck/" the packages of the bundle are "merged" into a single "package". ('Rcmd INSTALL' does also "merge" the packages of the bundle.) I do not in