Displaying 20 results from an estimated 110 matches similar to: "Package (PR#13475)"
2012 Dec 08
2
file.link on Windows 7
Hello,
A post to R-Help by Oliver Soong reports what seems to be a bug specific
to Windows (I'm on Windows 7).
The original post is as follows:
----------------------------------------------------------------
from: Oliver Soong <osoong+r at gmail.com>
to: r-help <r-help at r-project.org>
date: Fri, 7 Dec 2012 22:07:49 -0800
subject: [R] file.link fails on NTFS
Windows 7 64-bit,
2008 May 13
1
Unable to restore saved data in .RData (PR#11455)
Full_Name: Eric Wong
Version: 2.7
OS: Windows XP SP2
Submission from: (NULL) (203.198.252.239)
I installed R software version 2.7 onto my computer (Windows XP SP2 English).
The installation was smooth without problem.
However, R program crashed with the following error message:
Error in file.exists(name) : unsupported conversion in 'filenameToWchar'
Fatal error: unable to restore
2008 Sep 07
1
Problem with starting and using R
Dear all,
I encountered a problem on starting and using the R v 2.7.2 installation on
my PC running Windows Vista and would appreciate your help.
When R was first started, the Rgui returned several error messages:
Error in structure(.Internal(Sys.getenv(as.character(x),
as.character(unset)$ unsupported conversion
Error in file.exists(name) : unsupported conversion in
2008 May 16
2
Getting JRI/rJava to work
Hello All
I am trying to get the JRI examples from rJava to work on Windows XP and
failing. (And as a more general and connected question is there any
review/summary of front-end software for R?)
I have installed rJava from the Windows binary supplied. I compile and
run the example supplied (rtest.java) and get the results below. I do
not think the notes about a deprecated API are a problem. But
2008 Sep 02
1
installation problem on Window XP (PR#12658)
Full_Name: Leung Pui Lam
Version: 2.72
OS: Window XP
Submission from: (NULL) (137.189.4.4)
When I installed R2.72 (actually any version >2.62) on Window XP (Traditional
Chinese), I found the following error
Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$
unsupported conversion
...
Error in file.exists(name) : unsuported conversion in 'filenameToWchar'
2013 Mar 14
3
Error: did not find expected key while parsing a block mapping
I run test:
test:units
lass ProductTest < ActiveSupport::TestCase
test "product attributes not be empty" do
product = Product.new
assert product.invalid?
assert product.errors[:title].any?
assert product.errors[:description].any?
assert product.errors[:price].any?
assert product.errors[:image_url].any?
end
test "price musst be
2013 Jan 11
1
Patch for setwd() to show path in error message
Below is a patch for setwd() to show path in error message. Current
it just gives error messages such as:
Error in setwd(libdir) : cannot change working directory
with the patch it should (read untested) give:
Error in setwd(libdir) : cannot change working directory to 'path/that/fails/'
PATCH:
% diff -u util.c "util,patch.c"
--- util.c 2012-12-16 13:13:05.002249900
2009 Apr 11
0
_Possible_ work-round for normalizePath error (was Re: [Rd] Package (PR#13475))
>>> Uwe Ligges <ligges at statistik.tu-dortmund.de> 04/10/09 4:21 PM >>>
>Well, you need to ask Symantec to fix Norton, hence this is the
>wrong address.
That would not help other R users who were looking in the archives for
help with what looked like a mysterious normalizePath error, would it?
As I said, the principal intent of the posting was to point to a
2011 Feb 09
3
Problem with xlsx package
I am trying to read an xlsx spreadsheet (1506 rows, 501columns) all
populated but getting the following error:
Please advise as to how to get around this issue.
> res <- read.xlsx("c:\\BSE_v2.xlsx",1)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
Here is the session info:
2009 Jun 01
1
(no subject)
Hi R-users,
I try to use sn package but it give me the following message:
> install.packages(repos=NULL,pkgs="c:\\Tinn-R\\sn_0.4-12.zip")
Warning: package 'sn' is in use and will not be installed
updating HTML package descriptions
I did tried a few time to save the .zip file but it give me the same error message.
Thank you so much for any help given.
2001 May 31
1
failure in make check
I have a failure in 'make check' and I would appreciate assistance
regarding what to do about it.
Thanks
-Don
Installing R-1.2.3 on
build[99]% uname -sr
SunOS 5.8
(for those who may recall my previous request for help, I have
updated GCC to 2.95.3, and configured with gcc, GCC's c++, and f77
[not g77])
Running 'make check' got this:
creating `no-segfault.R'
2007 Nov 09
1
Problem reading data in Rmetrics
Hi folks - After upgrading to the latest version of Rmetrics, I can't
read in data like I used to. Is anyone seeing the following? It seems
to truncate the dates after I use "as.timeSeries".
-John
SP500<-read.table("SP500.csv",header=TRUE,sep=",")
> head(SP500)
Date Open High Low Close Volume
1 08/04/06 1280.26 1292.92
2008 Dec 16
1
Problem with alignDailySwries in R-metrics
Hi Folks! I seem to be having a problem with alignDailySeries in Rmetrics:
DTB6<-fredSeries("DTB6",frequency = "daily",from = "1980-01-01")
trying URL '
http://research.stlouisfed.org/fred2/series/DTB6/downloaddata/DTB6.txt'
Content type 'text/plain; charset=UTF-8' length 248392 bytes (242 Kb)
opened URL
downloaded 242 Kb
Read 13060 items
2010 Jul 27
0
Rails 3.0.0.rc1 update - issue w Bundler 1.0.0.rc.1 and ruby 1.9.2.rc1
I upgraded my rails 3 version (now using bundler-1.0.0.rc.1
but bundle install in my test_app raises an error :
bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
...
Using railties (3.0.0.rc)
Using rails (3.0.0.rc)
Updating .gem files in vendor/cache
/Users/yves/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/package/
tar_input.rb:111:in `initialize'': No
2012 Dec 29
0
no metadata found in activereocrd-3.2.9.gem when running bundle install in a rails 3.2.9
m a newbie in rails. working on Windows 7, 64 bits. Installed my
environment through RailsInstaller. latest version ofcourse. When creating
a new project, (keeping the gem file as default) and having the bundle
install run, am getting the error
gem::package::FormatError: no metadata found in
D:/RailsInstaller/Ruby1.9.3/bin/cashe/activereocrd-3.2.9.gem
and error occurrend while installing
2012 Oct 31
0
file.symlink() creates zero-size file/link on Windows 7/NTFS/admin
With R 2.15.2 patched (2012-10-29 r61044) and R devel
(2012-10-29r61044) on **Windows 7 w/ NTFS ** running in admin mode, I
get:
EXAMPLE:
> cat("Hello world", file="foo.txt")
> file.exists("foo-lnk.txt")
[1] FALSE
> res <- file.symlink(from="foo.txt", to="foo-lnk.txt")
> warnings()
NULL
> res
[1] TRUE
>
2009 Jul 21
1
[RAILS] - 2.3.3 creating a sea of red
hello,
I''ve already asked via Rails channels on this and have received no
response, so I''m asking here in hopes someone has run into something
similar.
I updated to rails 2.3.3 yesterday, and now all of my specs are
failing with the following error:
Fixture::FormatError in ''PublishedGallery Methods#thumbnail should
delegate to its lead asset''
a YAML error
2008 Apr 29
0
inquiry - failed to start R-2.7.0 (Window) (PR#11329)
Dear R team,
I am new to R. Please forgive me if I am using the incorrect format to
ask or this is not right place to ask.
I have a little problem with R-2.7.0 for Window. When I started the
software I repeatedly receive this message:
"Error in file.exist(name) : unsupported conversion in 'filenameToWchar'
as well as the "Fatal error: unable to restore saved data in
2005 Dec 12
2
Using a lib in YAML fixtures
I''m using the runt library [1] to do some temporal expression
matching. I want to keep the expression in a binary field in my db.
I figured that then in order to do the fixtures, I''d need to do some
erb in the yaml file. So I came up with this:
onetime:
id: 1
name: One Time
description: This event occurs only one time.
timex: <%= REYear.new(7) & REMonth.new(24)
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and