Displaying 20 results from an estimated 6000 matches similar to: "Package build and install under Windows"
2010 Mar 13
1
Problem building packages on windows: /cygdrive/c/Rtools/bin/cp: target `xf-))' is not a directory
Dear R-Help
My OS is Windows CP, I'm not sure my sessionInfo() is relevant but here it is:
R version 2.10.1 (2009-12-14)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats
2010 Feb 25
6
Building R packages in Windows 7
Dear useRs,
I'm having trouble building R packages in Windows 7 regarding HTML help
Workshop.
Pointing PATH to c:\Program Files\HTML help Workshop does work in Windows
(e.g. Vista) and does not in Windows 7.
Some tips??
Kind regards,
--
Dr Eric B Ferreira
Exact Sciences Department
Federal University of Alfenas
Brazil
[[alternative HTML version deleted]]
2009 Sep 26
1
Rtools210 missing jpeg-7?
Hi,
I just built r49839 on my windoze machine with Rtools210. When I do
-make bitmapdll-, it errors saying file jpeg-7/jconfig.h not found
(apologies, I lost the exact error message). After downloading and
unpacking jpegsr7.zip, the bitmap dll builds fine. Rtools210 appears
to still install jpeg-6b, whereas the bitmap makefile (first line) is
expecting jpeg-7. Perhaps this is still experimental
2012 Mar 17
1
How to install sqldf to R with version 2.10?
Hi,
How to install sqldf to R with version 2.10? I used the R in the cluster of
university and there seems no way to update the R version to 2.14. However,
I do need sqldf. I tried to install and there is the problem of namespace.
How could I solve the problem of namespace and run sqldf on R with version
2.10? Thank you!
Best,
[[alternative HTML version deleted]]
2010 Jul 14
1
Cannot Build R From Source - Windows XP
Hi,
I can't seem to install R from source. I've downloaded the latest
Rtools211.exe from http://www.murdoch-sutherland.com/Rtools/ & done a
full installation of that and Inno Setup.
I have set R_HOME as C:\R (and also tried using C:\R\R-2.11.1)
After successfully running 'tar xf R-2.11.1.tar.gz' the modifications I
have made and saved as MkRules.local are:
BUILD_HTML =
2010 Sep 08
1
Development environment for R extentions on Windows
Hi all,
I'm setting up a development environment on Windows as the subject
implies. I've downloaded and installed Rtools211.exe (will upgrade
later when necessary) and I've also downloaded and installed mingw
with the help of mingw-get.exe.
I come from a UNIX development background, so I'm at the bash shell
prompt for just about every step in R extenstion development. Question
is
2010 Apr 22
1
Rtools for building 64 bit windows packages
Hello R developers,
I sincerely apologize if the answer to this question is clearly documented
somewhere, but I was unable to figure it out over my morning coffee.
I just downloaded today's release of R 2.11.0 and installed it on my Windows
7 64 bit VM. I also downloaded the latest version of Rtools211 from
Professor Murdoch's site. The first thing I attempted to do was build some
of
2010 May 31
3
error on Windows OS
I received by email an R package (file.tar.gz) that was created in Linux.
The package was already installed in another computer in linux using
install.packages and it worked
I am not familiar with installing packages but I would like to install it on
Windows
I downloaded the Rtools29.exe and tryed to install using
install.packages("foo.tar.gz", repos=NULL, type="source")
but
2009 Oct 16
3
package installation from source
Dear all
I noticed from NEWS 2.11.0,dev
SIGNIFICANT USER-VISIBLE CHANGES
o Packages must have been installed under R 2.10.0 or later, as
the current help system is the only one now supported.
So I tried to follow instructions in manual, Duncan Murdoch presentation
and help pages to prepare and accomplish installation of a set of
functions I use. However in R 2.11.0dev and too in
2008 Dec 15
3
Reading from Google Docs
I saw a thread from September 24 in which Duncan Temple Lang told us:
- The package currently has no Rd files, but there is a brief "user's
guide". The package is available from
http://www.omegahat.org/RGoogleDocs
I could not find it by using Tinn-R or RGui's package install tool.
Then when I went to the website I saw that package is only available
as
2010 Aug 09
1
build.pl in building library with Rtools211
Dear all,
As I couldn't find any thread on the internet I hope the help-list might help me out.
I've tried to update Rtools from R210 used in combination with R2.9.1 to R211 in combination with R2.11.1. However, I do not succeed.
I have R2.11.1 running, as well as Inno Setup 5, HTML help and MikTex. A version of Perl is installed too. Environment variable paths are set to link to these
2010 Mar 11
2
Problem with rcmd SHLIB
Hi all,
I am trying to call a C function from R (version 2.10.1) on a windows machine.
The C code is in a .c file, I have pasted the code below although I'm very confident that it does not contain any errors (it is not my code), but also, the problem that I have occurs with every .c file that I have tried this with.
I have installed Rtools and included:
C:\Rtools\bin; C:\Rtools\perl;
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
Dear List,
I’m doing my first baby steps towards developing own R Packages and ran into
the following problem:
R CMD check mypackage works fine (no errors, no warnings)
R CMD build mypackage works fine (no errors, no warnings)
R CMD INSTALL –library=”C:\R\R-2.11.1\library”
“something\mypackage\mypackage_1.0.tar.gz” works fine (no errors, no
warnings)
However, when I try loading the
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
Dear List,
I’m doing my first baby steps towards developing own R Packages and ran into
the following problem:
R CMD check mypackage works fine (no errors, no warnings)
R CMD build mypackage works fine (no errors, no warnings)
R CMD INSTALL –library=”C:\R\R-2.11.1\library”
“something\mypackage\mypackage_1.0.tar.gz” works fine (no errors, no
warnings)
However, when I try loading the
2010 Jun 18
4
C Interface
Greetings,
I am trying to call simple C-code from R.
I am on Windows XP with RTools installed.
The C-function is
#include <R.h>
#include <Rinternals.h>
#include <Rmath.h>
#include <Rdefines.h>
// prevent name mangling
extern "C" {
SEXP __cdecl test(SEXP s){
SEXP result;
PROTECT(result = NEW_NUMERIC(1));
double* ptr=NUMERIC_POINTER(result);
double t =
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
2010 Jan 06
1
Calling FING.EXE under RGui.EXE for windows.
This is sort of a strange bug. Not show stopping, but annoying. I was
wondering if anyone else has noticed this and reported it before I submit
a bug report.
I noticed while running the RGui and attempting to debug one of my scripts
that I encountered a Windows error informing me that "Find String [grep]
Utility has encountered a problem and needs to close." It is being
2010 Apr 21
2
problem of R CMD check
Hi all,
Today, i just installed the newest R version 2.10.1 and other necessary
tools for building R package under windows,e.g. Rtools, perl. All are the
newest version.
After the correct configuration under windows, i use it to re-check my old
package. I found the following prolem when checking EXAMPLE, which did not
exist before this re-installation.
########
* checking examples ... ERROR
2010 Aug 19
1
perl.exe has stopped working
Hello:
I just installed 14 security updates for Vista x64, and now "R
CMD build packagename" terminates, saying, "perl.exe has stopped
working". I reinstalled Rtools211 using the latest version after
uninstalling the version I installed on 4/3/2010.
What do you suggest? I can install the latest version of perl
from "www.perl.org" (5.12.1), but
2010 Apr 28
1
Rd2dvi pagination of index in pdf manual
I construct a pdf package manual in Windows 7 using
R CMD Rd2dvi --pdf --no-preview [packagename]
Page numbers are listed correctly under 'R topics documented' at the front, but incorrectly (offset by -2 pages) in the Index at the back. Following the hyperlinked page numbers in the Index takes you to the wrong page. 2 pages happens to be the length of the package overview man page inserted