Displaying 13 results from an estimated 13 matches for "svviews".
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]: *** [all] Error 2
make: *** [pkg-svViews] Error 2
*** Installation of svViews failed ***...
2008 Feb 15
12
Transfer Crosstable to Word-Document
...from
# an SPO-file and paste it into a word document
# (if needed do some formatting with that table).
# Annother idea was, to produce a TEX-file,
# insert it and make it a word-table.
# I found the following libraries, which seemed to be promising:
# xtable
# prettyR
# R2HTML
# Hmisc
# SciViews / svViews
#######################################################################
## My example: a crosstable (made with CrossTable from lib gmodels ####
#######################################################################
library(gmodels)
library(xtable)
library(svViews)
# Data for crosstabulation
s...
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")
2006 May 02
1
Rcmdr problem - SciViews R
...grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: methods
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
Loading required package: svMisc
Loading required package: svIO
Loading required package: svViews
Loading required package: Rcmdr
Loading required package: car
Error in .Tcl.args.objv(...) : argument "default" is missing, with no default
Error: .onLoad failed in 'loadNamespace' for 'Rcmdr'
trying URL 'http://www.sciviews.org/SciViews-R/Rcmdr_1.1-2.zip'
Conten...
2007 May 24
1
Problems with R 2.5.0 (PR#9708)
...: utils
Loading required package: grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
Loading required package: svMisc
Loading required package: svIO
Loading required package: svViews
Durante la inicializaci?n - Warning message:
'Sys.putenv' is deprecated.
Use 'Sys.setenv' instead.
See help("Deprecated")
And when trying to use R Commander Menu:
Error in file.info(fn <- c(...)) : argumento del nombre de archivo inv?lido
What is the problem?
2005 Aug 19
1
SciViews-R v8.7 and Rcmdr v1.0-2 (PR#8079)
...grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: methods
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
Loading required package: svMisc
Loading required package: svIO
Loading required package: svViews
Loading required package: Rcmdr
Loading required package: rgl
Loading required package: zoo
Loading required package: strucchange
Loading required package: sandwich
Loading required package: relimp
Loading required package: nnet
Loading required package: nlme
Loading required package: mvtnorm
Loadi...
2005 Nov 30
1
SciViews-R_0.8-9 Console problem
...ge
[1] "R"
<>capabilities("tcltk")
tcltk TRUE
SciViews version: SciViews-R_0.8-9Setup.exe
From the SciViews R console:
search()
[1] ".GlobalEnv" "package:Rcmdr" "package:car" [4]
"package:svGUI" "package:svViews" "package:svIO" [7]
"package:svMisc" "package:R2HTML" "package:tcltk" [10]
"package:methods" "package:stats" "package:graphics"
[13] "package:grDevices" "package:utils" "pack...
2008 Jul 19
3
R version 2.7.1 (warnings)
...: utils
Loading required package: grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
Loading required package: svMisc
Loading required package: svIO
Loading required package: svViews
During startup - Warning message:
'Sys.putenv' is deprecated.
Use 'Sys.setenv' instead.
See help("Deprecated")
What should I do to get rid of the warning message?
Next, after loading some data in the usual way and making a simple plot, I get the following:
Warning mess...
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a
number of different suggestions. With hindsight, I must admit I have not
been quite clear, so additional (somewhat lengthy) explanation is needed.
I want to use R in an introductory course on multiple regression (among
other things) starting in two weeks time for students of psychology at my
University. These students
2008 Aug 01
5
viewing data in something similar to 'R Data Editor'
Hi,
I would like to view matrices I am working with in a clean, easy to read,
separate window.
A friend showed me how to do something like I want with edit(). I can view
the matrix in the 'R Data Editor':
For a sample matrix:
> mat=matrix(1:15,ncol=3)
> mat
[,1] [,2] [,3]
[1,] 1 6 11
[2,] 2 7 12
[3,] 3 8 13
[4,] 4 9 14
[5,] 5 10 15
2007 Mar 26
1
Problem in loading all packages all at once
...ust","superpc","SuppDists","survBayes","surveillance","survey","survival","survrec","svDialogs","svGUI","svIDE","svIO","svMisc","svmpath","svSocket","svViews","svWidgets","SwissAir","systemfit","tapiR","tcltk","tcltk2","tdist","tdthap","TeachingDemos","tensor","tframe","tgp","time","tkrplot","tlnise",...
2006 Feb 09
11
Tranferring R results to word prosessors
I have just started looking at R, and are getting more and more irritated
at myself for not having done that before.
However, one of the things I have not found in the documentation is some
way of preparing output from R for convenient formatting into something
like MS Word. An example: If you use summary(lm(....)) you get nice
output. However, if you try to paste that output into the word