Displaying 20 results from an estimated 10000 matches similar to: "R CMD build on Vista"
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl
2005 Mar 09
1
R CMD check errors
Hello,
 
I wrote a library which seems to work on my PC, and on different Unix
systems. 
As it is written in the "Writing R Extensions" manual, I execute a R CMD
check on my library.
 
I have always the same errors messages:
 
* checking S3 generic/method consistency ... WARNING
Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc,
character
.only = TRUE,
2013 Jul 22
1
FreeBSD 9 and PERC H200
I got a Dell T110-II server on 2013-July-19.  It has two 1Tbyte drives 
that the PERC H200 controls, RAID 1.  I tried to install 
FreeBSD-9.1-RELEASE from a DVD from FreebsdMall.  The autopart segfaulted, 
evidently because it could not find any disks.  I think there is a PR 
about the segfaulting (bad bug, no messages).
I worked around the problem by going to the loader prompt when the initial 
2005 Feb 24
9
[0.10.0] Update problem
Upgrading to rails 0.10.0 leads to the following:
-----
=> Rails application started on http://0.0.0.0:3002
[2005-02-24 16:45:35] INFO  WEBrick 1.3.1
[2005-02-24 16:45:35] INFO  ruby 1.8.2 (2004-12-25) [powerpc-darwin7.7.0]
[2005-02-24 16:45:35] WARN  TCPServer Error: Address already in use -
bind(2)
[2005-02-24 16:45:35] INFO  WEBrick::HTTPServer#start: pid=936 port=3002
#<NameError:
2008 Oct 14
2
can't R CMD INSTALL on WinXP
Dear All,
I recently got a laptop upgrade, and had to re-install the tools I used
for building R packages on Windows (XP SP2).  I'm running into a strange
problem that I can't resolve.  Can anyone shed on light?  This is with
R-2.7.2 patched 2008-09-20 r46576, Rtools.zip downloaded a couple of
weeks ago, and MikTeX 2.7.  The output below was from a cygwin shell
(PATH modified
2009 Dec 15
1
R CMD check in Vista
I used R CMD check in windows vista, and it gives me the message 'sh' is not recognized as an internal or external command.
How do I get around this, your help would be highly appreciated.
      
	[[alternative HTML version deleted]]
2008 Dec 07
1
Compile Packages on vista
Hi
 
I''m trying to compile R packages on my vista (I''m very new on vista...). I
installed Rtools, RExcel on a specific folder: c:\Rtools and gave full
access. Unfortunately, I am still unable to compile any packages (may be
still because of the security properties of vista). I checked several
mailing list/forums/website but I did not found any solution. Does anybody
have the
2010 Dec 21
1
R CMD build/install: wrong Rtools include path is passed to g++
Never mind.  Found the solution: the package coded the rtools path in 
Makevars.win.  So I was able to compile (but have another problem though).  But 
not sure if there is an environment name for rtools, maybe RTOOLS_HOME ...
Thanks.
----- Forwarded Message ----
From: Andy Zhu <andyzhu35@yahoo.com>
Cc: r-help@r-project.org
Sent: Mon, December 20, 2010 11:33:31 PM
Subject: [R] R CMD
2016 Dec 06
5
Netlogon stoped working
Hello,
I use Samba 4.4.7 on a Debian testing with bind9.9.5_DLZ.
I have a DC and a test-station windows7.
The execution of the login.bat was working fine and it stopped working suddently.
Here is my krb5.conf :
[libdefaults]
 default_realm = MYDOMAIN.XXX.XXX
 dns_lookup_realm = false
 dns_lookup_kdc = true
Here is my smb.conf :
[global]
 netbios name = MAMACHINE
 realm = MONDOMAIN.XXX.XXX
2008 Aug 22
1
R CMD check problem
I have a query after finding an error running Rtools on a Windows machine.
I am trying to build an update to the R fda library using Rtools27 under 
Windows XP Pro. This is the current fda library on RForge:
http://r-forge.r-project.org/projects/fda
Following R CMD build,  R CMD check produces the following error in 
00Install.out:
installing R.css in F:/work/RForge/fda.Rcheck
make: ***
2011 Feb 12
1
R 2.13.0 on Windows: R CMD check and '"du"' not found
FYI, I'm sure the following is a temporary issue, but in case it slips
through, I want to raise it here.  On Windows 7 64-bit, running Rcmd
check on R devel gives:
 * using R version 2.13.0 Under development (unstable) (2011-02-11 r54330)
* using platform: x86_64-pc-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'aroma.core/DESCRIPTION' ... OK
* this is
2012 Jun 06
1
problem in compililng c code using R CMD SHLIB
Hello all,
I was trying to compile a simple C program hello.c using R CMD SHLIB
hello.c.
MY R software residing in C:\Program Files\R\R-2.15.0, and also I have
downloaded the Rtools 2.15.0 and it is in C:\Rtools, MY file(hello.c) is in
E:\R_dir.
I have followed the procedures given below
1. In a new CMD.exe window I have set the path as
c:\ Rtools\bin; C:\Rtools\MinGW\bin;C:\Program
2012 Feb 14
2
R CMD SHLIB in Windows XP - No output at all
Hello all,
I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please
note that I don't have the admin rights on the computer.
In terms of setup, I have followed the procedure :
=> installed Rtools 2.14
=> changed my path :
PATH=C:\Trading\R\RTools\bin;C:\Trading\R\RTools\MinGW\bin;C:\Trading\R\R-2.14.1\bin\i386;C:\WINDOWS\system32;%OTHER_PATHS%
But when I try R CMD
2005 Mar 15
2
missing sh.exe file when running "R CMD INSTALL test"
I am trying to learn how to make a simple package that contains no C
or Fortran code.  I used package.skeleton(...) to make a package
called "test".  The directory and files look good.  I downloaded and
installed Rtools (www.murdoch-sutherland.com/Rtools/tools.zip).  I
added the path and from the dos prompt I can verify that make.exe and
sh.exe both exist, but when I try to run "R
2011 Mar 24
3
R CMD build creates tar file instead of tar.gz file
Dear all,
I'm trying to create my own package by following for instance http://epub.ub.uni-muenchen.de/6175/2/tr036.pdf  In step 6 (page 19) it says that the command 'R CMD build <mypackage>' should result in a tar.gz file.  However, after running the command I end up with a tar file only (no gz extension).  I also get the following warnings in the command prompt
C:\Program
2010 Mar 30
1
SHLIB not working (Win Vista)
Dear R-helpers,
I tried to build a DLL like I have done so many times, but this time
on my new machine, but it gives the erorr:
(from cmd window)
>R CMD SHLIB Boxcnt.f
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Error c:/PROGRA~1/R/R-210~1.1/share/make/winshlib.mk 4: Command syntax error
*** 1 errors during make ***
The error is not in my Fortran file, because I also tried other files
2013 Feb 24
2
Issues with TMPDIR/TEMP/TMP? Failure of R CMD check under Windows 7
Dear helpeRs,
on my Windows 7 laptop, I have problems getting R CMD check to work. I 
believe it did work completely before, but I am not sure.
Yesterday it almost worked, except for the tests: These were aborted 
because of a complaint that the temporary directory wasn't available. I 
played with windows environment variables for the temporary directory, 
but that didn't solve it.
2011 Aug 02
2
R CMD check problem
Dear friends,
I am building an R package called *mypackage*. I followed every possible
steps (to my understanding) for the same. I got following problem while
doing *R CMD check mypackage*.
* installing *source* package 'mypackage' ...
** libs
cygwin warning:
  MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/i386/Makeconf
  Preferred POSIX equivalent is:
2007 Sep 20
1
SHLIB problem under Vista
Hi all,
I'd like to distribute an R package that compiles some (small) C functions
every time it's sourced. The relevant code in the top level R script is as
follows:
system("R CMD SHLIB Selma_extensions.c")
if (.Platform$OS.type=="windows") {
    slash = '\\'
    dyn.load("Selma_extensions.dll")
}
if (.Platform$OS.type=="unix") {
   
2008 Feb 13
1
R CMD SHLIB help
Hello,
   I have been having a great deal of difficulty using R CMD SHLIB to 
generate the .so file from my C file. I am using Win XP, and I have 
cygwin installed. I updated to the latest MinGW make files in order to 
get rid of some error. But I still get a few warnings (shown below), and 
no shared file (.so file) produced at the end.
C:\cygwin\home\Deepak>R CMD SHLIB ssa.h