Displaying 20 results from an estimated 7000 matches similar to: "Building R packages in Windows 7"
2005 Sep 10
4
MikTeX will be assumed in R 2.2.0 in Windows
I've just committed some changes to allow R to be built and to use
MikTeX without needing the Rd.sty files to be installed to localtexmf.
Unfortunately, the changes are not compatible with other TeX packages,
so if you're not using MikTeX you'll need to edit a couple of the config
files (or set an environment variable).
I'd appreciate hearing of any problems during the alpha
2004 Jul 26
1
Building Windows Package
I am using R-1.9.1 with windows 2000 and trying to build a package.
However,
when I issue the command:
RCMD build --binary BSDA
I get:
>>> Building/Updating help pages for package 'BSDA'
Formats: chm
hhc: not found
cp: cannot stat `C:/R191/R191/JUNK/BSDA/chm/BSDA.chm': No such file or
direc
tory
make[1]: *** [chm-BSDA] Error 1
make: *** [pkg-BSDA] Error 2
***
2009 Nov 10
1
Compile package in version R-2.10.0 (Windows XP)
Under version 2.7.0 I could without problems compile R-packages, I wrote
myself (Windows XP).
In the relevant path I have at the beginning of the path the following
enterings:
PATH=c:\Rtools\bin;c:\Rtools\perl\bin;c:\Rtools\MinGW\bin;C:\Programme\MiKTeX~1\
miktex\bin;C:\Programme\MiKTeX 2.5\miktex\bin;c:\Programme\HTML Help
Workshop;c:
\programme\R\bin;c:\windows;c:\windows\system32;
which
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:
2010 Nov 03
2
Calling C in R in Windows 64 bit
Dear developers,
I am trying to run some C/ Fortran code in R. Although I have experience with that in Windows (Vista) 32 bit, I could not succeed in 64 bit. I downloaded the following:
- R 2.12.0
- Rtools 212
- miktex 2.9
- inno setup 5
-Afterwards, I changed the path as:
?C:\Program Files\R\R-2.12.0\bin;C:\Rtools\bin;C:\Rtools\MinGW64\bin;C:\Program Files\HTML Help Workshop;C:\Program Files
2006 Apr 17
15
Version 1.1.2 CHM Documentation File
I finally got around to compiling the Rails 1.1.2 Documentation into a
CHM file this morning.
You can download the file directly from here:
http://delynnberry.com/files/rails-documentation-1-1-2.chm.
Let me know if you encounter any problems with the file.
--
DeLynn Berry
delynn@gmail.com
http://delynnberry.com
2008 May 06
2
gfortran: Command not found
Hi, All:
How do I get information about the "R CMD check / build / install"
process, especially regarding what software to install and how to
configure it under Windows XP?
I ask, because "R CMD check" complained, "gfortran: Command not
found". I found 'gfortran-sjlj.exe' in 'C:\Program
Files\R\Rtools\MinGW\bin', which is in the
2006 Nov 16
2
trouble loading example package
Greetings:
I've installed Rtools, MikTeX, perl, minGW, and HTML Help Workshop, and have
succeeded in making, checking (using R CMD check mypkg) then building the
simple example package.skeleton(list=c("f","g","d","e"), name="mypkg") R
CMD build mypkg produces a tarball. I don't know how to get a zip file.
But when I try to Install
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
2006 Jun 25
1
MDL ISIS Draw 2.5 + AutoNom2000 in WINE = need help
Hello,
I have successfully installed MDL ISIS Draw 2.5 (a program used in
chemistry) under Wine (0.9.12 in Debian). Now, I need to install an
addon (AutoNom2000, which is used to give IUPAC names of compounds)
for this program. (This addon requires Windows 2000/XP; Wine was
configured to "mimic" Windows 98 by default).
When I try to run its installer, I get the following:
2006 Sep 29
2
hcc not found, rcmd build
Working under Windows XP, I am compiling a package called 'pgirmess'
with the command
rcmd build --binary --auto-zip pgirmess
I have this message error after having listed: functions text html latex
example chm
....
zipping help file
hcc: not found
cp: cannot stat 'c:/TEMP/Rbuild365620874/pgirmess/chm/pgirmess.chm': No
such file or directory
make[1]: *** [chm-pgirmess] Error 1
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 =
2007 Jun 14
1
building packages under windows
I tried to check or build a package under windows xp but I got the error
the package can not be installed
(without any details in the install.out file)
I work with R-2.5.0, Miktex 2.5.0, and I have installed the unix tools.zip,
Perl and Microsoft HTML Workshop.
The path environment is ok.
Have someone else encountered the same problem?
Thank you,
Cinzia
2009 Mar 30
5
Compatibility regression after migrating to 64 bit Linux
I used to use Wine (from 0.9.x to 1.1.x) on ArchLinux 32 bits to run a
Brazilian Dictionary called Houaiss [1], and it worked almost
flawlessly. But then I got a new computer and installed Ubuntu 64 bits
on it, and now Houaiss' interface is unreadable (same Windows software,
not a 64 bits version). I'll provide further information below, and I'd
like to know if it's a 64 bits
2007 Jan 13
2
Working with Sweave: inverse search?
The xdvi and yap DVI viewers allow inverse (aka reverse) search: you
click on a location in the output display, and your editor moves to the
corresponding location in the input file. yap at least also allows
forward search, where you can have your editor tell it to location where
a particular input line is displayed.
I would like something like this to work in Sweave files. That is, I
2008 Dec 08
1
R CMD check not running examples under Windows
All,
I have a fresh build of R 2.8.0 from source on Windows XP using the latest Rtools binary (Rtools29.exe). All appears to be well with the install and make check-all exits cleanly. However, when running R CMD check mypkg the program jumps from checking for non-ASCII to checking the PDF version of the manual:
* checking data for non-ASCII characters ... OK
* checking PDF version of manual
2014 Jun 30
0
[ Off Topic ] WorkShop Virtualização com Proxmox VE
WorkShop Virtualiza??o com Proxmox VE
------------------------------
<https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://blog.konnectati.com.br/arquivos/1276>
Dia 12 de Julho, S?bado, a partir das 08hs00 acontecer? o WorkShop
Virtualiza??o com Proxmox VE.
Venha conhecer uma das melhores ferramentas de Virtualiza??o do Mercado.
Com este treinamento, sua equipe de TI ter?
2006 Aug 11
2
Program Files ?
Hi,
I was wondering if wine's "Program File" folder always is named "Program
Files" or if it changes depending on you Locale, like Windows
behaviour... For exemple, in Portuguese, is it names "Arquivos de
programas" ?
Dripple
2017 Apr 17
2
doubt
Hi Luiz...
I think you just misunderstood the concept of Samba...
You can indeed you samba to make both task... Just join your samba box to
AD and be happy.
2017-04-17 13:26 GMT-03:00 Luiz Guilherme Nunes Fernandes via samba <
samba at lists.samba.org>:
> Well, i need join 1 server Linux in Active Directory, i need too, create
> one domain in samba for shared printers with cups.
2004 Jan 29
4
Can't Figure out why rsync job stops
I connecting to two offsite over servers, that are connected over dedicated
T1 lines. I'm using the same script on both servers. One runs fine, but the
other starts, gets the file list and processes a few folders. Then it will
hang for about 5 minutes before sptting out the following errors:
receiving file list ...
16756 files to consider
dslagel/
dslagel/DRIVERS/
dslagel/DRIVERS/ATP_PKG/