Displaying 20 results from an estimated 4000 matches similar to: "error on Windows OS"
2009 Apr 28
1
help with Rtools and Rgraphviz
Hi all,
I want to install the package Rgraphviz on R2.9.0 (after installing Graphviz 2.22). I have not been successful in installing from the binary on a win XP pc. After looking up previous posts on the R and bioconductor lists, I installed the Rtools29. I have checked that the paths are correctly listed on the environmental variables window.
I would now like to know how I can install with
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
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
2009 Sep 04
1
Windows Check/Build Configuration
I recently submitted a package on CRAN. When I went to update the package, I tried to do the check/build procedures on a system with Windows XP, using the recommended R-tools available from Dr. Ripley (Rtools29).
Everything works fine in the check and build process except under Windows XP the pdf manual is not generated? The check procedure does, in fact, check the read files for correct syntax
2007 Feb 05
2
CentOS 4.4 ServerCD
Hi Friends.. My name is Alexander... I installed CentOS 4.4 x86_64 Server
from ServerCD. My questios is: If I can install develop tools from CD's
CentOS 4.4 x86_64.. Help me please...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070205/a60ef43e/attachment.html>
2005 Sep 22
1
Rf_initEmbeddedR in Windows
Hi All
My C++/linux program uses Rf_initEmbeddedR to start R and then calls some
R functions. Now I try to port it to Windows. Give the fact that
Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in
Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the
following linking error
error LNK2019: unresolved external symbol __imp__putenv referenced in
function
2005 Feb 17
2
package bulding in windows.
Hello everyone.
I am using R 2.0.1 in windows XP sp2 and I want to create a package.
I get the following errors when I run these commands at the dos prompt.
Please help.
Thanks.
NIshan
F:\Program Files\R\rw2001\bin>Rcmd build f:\testingskeke
* checking for file 'f:\testingskeke/DESCRIPTION' ... OK
* preparing 'f:\testingskeke':
* cleaning src
*
2007 Jan 05
2
Problem in e2fsck ? read error in journal inode
Hi
I'm experiencing some problems on a harddisk (it has crashed for no known reason),
and in pursuit of getting some of the data out of the disk I'm learning to use the
e2fs progs package.
Origianlly I used version 1.38, but after experiencing segfaults in e2fsck -which now is solved,
I upgraded to 1.39, but now I have hit another problem (on another partition):
The partition was
2016 Apr 20
10
[Bug 95031] New: [NVE4] Random GPU lockups
https://bugs.freedesktop.org/show_bug.cgi?id=95031
Bug ID: 95031
Summary: [NVE4] Random GPU lockups
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
2009 Jan 20
1
building windows binary of a package
Hi,
I'm trying to build a Windows binary from a source package using R-2.8.1. I downloaded Rtools29 and set up the path.
I got this error when running R CMD INSTALL,
make: sh.exe: Command not found
make: *** [pkg-SurvCov] Error 127
*** Installation of SurvCov failed ***
However, I can run 'sh' at the 'cmd' window. Any tips will be greatly appreciated.
By the way, I can
2009 Mar 10
1
r-devel tarball build failure on windows
Hi,
On my windows (xp) machine with Rtools29 (excluding cygwin dlls as I
have cygwin on my path) -make all recommended- for the latest R-devel
tarball (svn revision: 48093) fails when trying to build the
recommended packages:
--- Making recommended packages
----- installing recommended package KernSmooth
Warning: invalid package 'KernSmooth.tgz'
Error: ERROR: no packages specified
2010 Nov 28
6
has_one accepts_nested_attributes_for fields_for NOT WORKING HELP
MODEL
class User < ActiveRecord::Base
has_one :address, :dependent => :destroy
accepts_nested_attributes_for :address
end
CONTROL
def new
@user = User.new
@user.build_address # Adicionei
...
VIEW partial _form
....
<% f.fields_for :address do |b| %> # Adicionei
<%= b.text_field :city_manual %> # Adicionei
<% end %>
2001 Nov 21
2
contour as a generic function?
After "image" and "persp" would it be interesting to als have contour as a
generic function?
Cheers
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: Paulo.Ribeiro@est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2010 Oct 29
3
How to scan df from a specific word?
Hi R-helpers,
I need to read some file with different lines (I don't know the number of
lines to skip) and I would like to find a way to start reading the
data.frame from the word "source".
ex:
djhsafk
asdfhkjash
shdfjkash
asfhjkash #those lines contain numbers and words, I want to skip
then but they have different sizes
asdfhjkash
asdfhjksa
source
tret 2
res 3
Can
2007 May 03
2
R package development in windows
I'm attempting to build an R package for distribution and am working
from the directions found at
http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html#Wi
n-Win
I've read through Writing R Extensions and various other "helpful" web
sites. I've installed all relevant software (perl, cygwin, mingwin,
hhc.exe). Here is what I have done so far:
1) Sourced data
2003 Jan 08
1
try.Silent
In an email to the help list John Chambers
wrote about the function helpSilent which is in the methods package,
pointing out that there is no restrictive reason to be in this package.
I did not know about this function and just incorporate it in several
functions of the geoR package where a much less elegant solution was
being used.
I guess other packages could use it as well.
Therefore,
2008 May 13
6
Testing that named_scope is defined
Hi guys,
I''m just beginning to use RSpec and I ran into the issue of testing a
named_scope. I''m not actually trying to test its behavior, as it''s not
my code, but I wanted to test at least that it''s defined. I tried
doing this:
describe Post, ".most_recent" do
it "should be defined" do
Post.method_defined?(:most_recent).should be_true
2008 May 19
1
(PR#11484) On WinXP, R CMD config needs sh (and breaks without it)
2008/5/19 Prof Brian Ripley <ripley at stats.ox.ac.uk>:
> Where is the bug here? It also does on a Unix-alike.
Then "R CMD config --help" could at least spit out an error stating
what should be installed
(rather than die with an execution error straight from the DOS).
Setting an "sh" in the %Path% (sh coming from cygwin) does not seem to
lead to something working
2005 Feb 15
2
Making a Package
Hello.
I have what I know to be a simple question, but never having done anything like this it is
pretty tough.
I'm trying to write an R package. I have a collection of functions that I loaded into R and
then used package.skeleton(). After editing everything in the resulting folder, call it
NewPackage, I tried to follow along with some instructions I found for Windows users.
I installed