Displaying 20 results from an estimated 200 matches similar to: "where can I download package svIO?"
2006 Dec 21
1
A problem with "copy()" in the svIO package
Hi R-users:
When I type the following code in R, using
the svIO package I got a problem only with
the "latex" type option.(With "raw", "ascii" and
"html" options, it works fine).
x<-1:50
copy('x', type='latex', objname='x')
Erro en file.info(fn <- c(...)) : argumento del nombre de archivo inv?lido
Thank you for your help.
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
Hello,
This is WJ.
I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from http://sourceforge.net/projects/tinn-r/ for my computer (window 7 OS).
I want to know how to integrate Tinn-R with R(2.15.0).
So far, I was able to find some web-site has step for integration, so I updated the following steps.
Open the file 'Rprofile.site' and add the following lines to the end of the file:
2008 Feb 12
0
Error message svIO library with latex option
Hi,
first I want so say hello to all the members of the list. After working with SAS
and SPSS, I do my first steps with R.
I have a problem with the copy function of the svIO-library. The ascii option
works, but with the latex-option, an error message appears ("invalid filename
argument"):
> library(svIO)
Lade n?tiges Paket: svMisc
Lade n?tiges Paket: R2HTML
> data(iris)
>
2006 May 02
1
Rcmdr problem - SciViews R
Hi,
I am getting following error messages while using SciViews R. It displays a message saying: Package or Bundle Rcmdr was not found in C:\Software\R-22.1.1\Library would you like to install now?. However the Rcmdr package is there in the library. I reinstalled Rcmdr but still gives me same error message every time I try to use one of the GUI functions. Any pointers would be of great
2007 May 24
1
Problems with R 2.5.0 (PR#9708)
Full_Name: FJ Caballero-Granado
Version: 2.5.0
OS: Windows
Submission from: (NULL) (84.125.163.119)
Hi,
I usually used R version 2.0.0 and ScViews. I have recently installed version
2.5.0, and I updated ScViews. But the latter does not works well. This is the
screen:
R version 2.5.0 Patched (2007-05-21 r41659)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R
2005 Aug 19
1
SciViews-R v8.7 and Rcmdr v1.0-2 (PR#8079)
Full_Name: Hamit AYDIN
Version: R v2.1.1
OS: winxp
Submission from: (NULL) (194.27.40.230)
When I try to run sciviews the consol opens but when I try to import text,
spss... it tries to load rmcdr pakage gives me "the pakage can not be find inthe
Package or bundle 'Rcmdr' was not found in C:\PROGRA~1\R\rw2011\library. Would
you like to install it now?" I know the pakage in
2005 Nov 30
1
SciViews-R_0.8-9 Console problem
Dear R users,
I successfully installed SciViews the other day. However, when I try to
run it now, the command/script window does not appear. Strange. Well,
actually I see a tendency to a script window (in the lower part of the
sciview window where it is suppose to be) during start up, but when the
program is entirely open, the script window is gone.
I have tried to uninstall and reinstall
2008 Jul 19
3
R version 2.7.1 (warnings)
Hi
I have installed the new version 2.7.1, and get the following messages. Is there some way I can "fix it" ?
I use SciViews as well, so the problem may be with one of the libraries that is loaded at start-up:
Start-up:
Loading required package: datasets
Loading required package: utils
Loading required package: grDevices
Loading required package: graphics
Loading required package:
2004 Oct 17
2
Errors while compiling packages with namespace?
Hello,
I try to set up namespaces for packages. It is fine for several of them,
except one whose compilation fails (under Windows XP & R 2.0.0):
---------- Making package svViews ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
Error in parse(file, n, text, prompt) : syntax error on line 21
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: ***
2007 Jan 26
2
Using functions within functions (environment problems)
Hi everyone,
I've been having difficulty writing wrapper functions for some
functions where those same functions include other functions with
eval()
calls where the environment is specified. A very simple example using
function lmer from lme4:
lmerWrapper <- function(formula, data, family = gaussian, method =
c("REML",
"ML", "PQL", "Laplace",
2017 Aug 19
4
My very first loop!! I failed. May I have some start-up aid?
Dear all,
I have a data similar to this:
myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
"25.09.2012 10:00"), Longitude=c("8.481","8.482","8.483","8.481"),
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2012 Sep 13
1
package installation problem.
Dear friends from the R-community,
I am djipie, bokaha and live in Germany. I am a student and user of R. During the installation of the package "Metrics" I had a pronlem as shown below:
> install.packages("Metrics")
Warnung in install.packages("Metrics") :
Argument 'lib' fehlt: nutze 'C:\Users\Guyso\Documents/R/win-library/2.10'
--- Bitte einen
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
[answers inline]
On 18 August 2017 at 20:08, Dagmar <Ramgad82 at gmx.net> wrote:
>
> myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
> Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
> "25.09.2012 10:00"),
2012 Jul 25
0
gsl lib version detected wrong during install
Hello everyone,
I've tried to install the R gsl package but without success because R claims
there needs to be a gsl library version >= 1.12 installed on the system.
Actually gsl library version 1.12 is installed locally in my home directory
and I set PATH and LD_LIBRARY_PATH in .bash_profile to point to
corresponding bin and lib directory. gsl-config is accessible from
everywhere in the
2007 Jan 03
0
RODBC : first line of data from query omitted
Dear List,
when reading MS Excel files in R using package RODBC I encountered the
problem of having the first line of data getting omitted.
I read the data as :
> library(RODBC)
> channel1 <- odbcConnectExcel("myFile.xls")
> sheet1 <- sqlQuery(channel1, "SELECT * FROM [Cell measures (1)$]")
# I use sqlQuery() instead of sqlFetch() since the sheet I
2007 Mar 22
2
difftime / RBloomberg
hi,
I've troubles with some difftime objects. e.g.
ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) - 2
works, telling me "Time difference of 57 days". But when I'd like to add
days, such as
ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) + 2
the function gives me an error. Function "as.COMDate.chron" of the
Rbloomberg package doesn't work for that reason.
I'm
2007 Apr 01
1
new warnings related to the extractor "$" with R 2.5.0alpha
Dear all,
I just installed R 2.5.0alpha and noticed new warnings related to the
extractor "$" when using contributed packages. For instance:
> library(RODBC)
Warning message:
$ operator is not valid for atomic vectors, returning NULL
> library(aod)
Package aod, version 1.1-18
> data(orob2)
> m1 <- betabin(cbind(y, n-y) ~ 1, random = ~ 1, data = orob2)
>
2006 Feb 04
1
Using the lazy data mechanism
Dear list members,
I'm trying to use the lazy data mechanism with the car package, so far
without success. The data sets are in the source package's data subdirectory
in the form of compressed .rda files, and I added the directive LazyData:
yes to the package's DESCRIPTION file.
I suspect that the problem is that the package has no namespace, but I've
been unable to find a