Displaying 20 results from an estimated 24 matches for "svide".
Did you mean:
side
2007 Apr 30
2
A problem with svIDE in Tinn-R?
Hi R users:
I want to know if any one of you had
the problem with Tinn-R, when you
call the library svIDE on the new R 2.5.0,
(because in the old R 2.4.1 works with out
any problem).
I got this message:
> library(svIDE)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: no se reconoce el valor '...
2007 Nov 27
3
R 2.6.1 & library(svIDE)
Hi all,
I have installed in R 2.6.1 the svIDE package (0.9-5), but I have a problem
when I load it.
> library(svIDE)
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=copy from previous line\n"
3...
2008 May 19
1
svIDE and Tinn-R
Probably an old moon since evoqued one year ago in this link:
http://tolstoy.newcastle.edu.au/R/e2/help/07/04/15738.html
but I have recently re-installed Tinn-R with R 2.7.0 and forgot to insert
options(warn=-1)
library(svIDE)
...
options(warn=0)
in Rprofile.site... and could see that we have still the same warning
launching R:
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=cop...
2008 Feb 11
6
Tinn-R not working well with latest R
I recently installed R 2.6.2 and am getting errors on startup that relate to
svIDE being loaded by Tinn-R.
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=copy from previous...
2008 Feb 11
1
WG: Tinn-R not working well with latest R
...det: Mo 11.02.2008 21:16
An: Schmitt, Corinna
Betreff: Re: Tinn-R not working well with latest R
I can easily get R to open without an error. I simply removed the Tinn-R
related lines from the Rprofile.site file
C:\Program Files\R-2.6.2\etc\Rprofile.site
but then when I try to manually load the svIDE library by entering
library(svIDE) from the command line, I get a similar error.
So when you say "Than paste in the command", what command are you referring
to?
What do you change it to?
"Schmitt, Corinna" <Corinna.Schmitt@igb.fraunhofer.de> wrote in message
news:8B7...
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 Jun 20
1
Tinn-R and R 2.15.0 integration
...eb-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:
options(IDE = 'C:/Documents and Settings/Username/My Documents/Tinn-R/bin/Tinn-R.exe')
options(use.DDE = TRUE)
library(svIDE)
library(svSocket)
library(svIO)
library(R2HTML)
guiDDEInstall()
Make the appropriate changes to the first line above so that it points to your Tinn-R installation directory.
When I start R by clicking, I could see a single R window, and Tinn-R start too.
But it doesn't push c...
2006 Dec 22
5
substitute creates an object which prints incorrectly (PR#9427)
...=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252
Search Path:
.GlobalEnv, .R_Store, package:RODBC, package:xlsReadWrite,
package:cluster, package:vegan, package:ASOR, package:stats,
package:graphics, package:grDevices, package:utils, package:datasets,
.R_Data, .R_Utils, package:svIDE, package:tcltk, package:methods,
Autoloads, package:base
2007 Jan 26
2
Using functions within functions (environment problems)
...; "graphics" "grDevices" "datasets" "tcltk"
"utils"
"methods" "base"
other attached packages:
debug mvbutils lme4 Matrix lattice
svSocket
svIO R2HTML svMisc svIDE
"1.1.0" "1.1.1" "0.9975-10" "0.9975-8" "0.14-16"
"0.9-5"
"0.9-5" "1.58" "0.9-5" "0.9-5"
Dr. Colin Beale
Spatial Ecologist
The Macaulay Institute
Craigiebuckler
A...
2007 Jan 03
0
RODBC : first line of data from query omitted
...E=French_France.1252
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
"datasets" "tcltk" "base"
other attached packages:
RODBC svIO R2HTML svMisc svSocket svIDE
"1.1-7" "0.9-5" "1.58" "0.9-5" "0.9-5" "0.9-5"
Thank's in advance,
Wolfgang
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . .
Wolfgang Raffelsberger, PhD
Laboratoire de BioInformatique et...
2007 Jan 07
1
substitute creates an object whichprints incorrectly (PR#9427)
...Path:
> >>> .GlobalEnv, .R_Store, package:RODBC, package:xlsReadWrite,
> >>> package:cluster, package:vegan, package:ASOR, package:stats,
> >>> package:graphics, package:grDevices, package:utils,
> >>> package:datasets, .R_Data, .R_Utils, package:svIDE,
> package:tcltk,
> >>> package:methods, Autoloads, package:base
> >>>
> >>> ______________________________________________
> >>> R-devel at r-project.org mailing list
> >>> https://stat.ethz.ch/mailman/listinfo/r-devel
> >>&...
2009 Mar 18
1
Help with Scviews
Dear all
I would appreciate it if someone could help me to install Scviews.
1) I am running Windows XP Service Pack 3 with 1Gb of memory and 120GB HDrive.
2) R is installed and runs fine
RCommander is installed and seems to run reasonably well. Some issues where it 'bombs' out for no reason.
3) I cannot run (install.packages:"Scviews") from any CRAN site.
4) What I have done
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
...nce.1252
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"tcltk" "methods" "base"
other attached packages:
aod RODBC fortunes svIO R2HTML svMisc svSocket svIDE
"1.1-18" "1.1-8" "1.3-2" "0.9-5" "1.58" "0.9-5" "0.9-5" "0.9-5"
--
Renaud LANCELOT
D?partement Syst?mes Biologiques du CIRAD
CIRAD, Biological Systems Department
Campus International de Baillarguet
TA 30 /...
2006 Feb 04
1
Using the lazy data mechanism
...lish_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
Search Path:
.GlobalEnv, package:MASS, package:car, package:methods, package:stats,
package:graphics, package:grDevices, package:utils, package:datasets,
package:svIO, package:R2HTML, package:svMisc, package:svSocket,
package:svIDE, package:tcltk, Autoloads, package:base
----- snip -----
Thanks,
John
--------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox
2009 Nov 18
1
where can I download package svIO?
Hello,
today I upgraded R to 2.10 and Tinn-R to 2.3.3.1.
Tinn-R needs the package svIO, but it is not available anymore on the
package lists.
Every session I start R and chose the CRAN-Mirror I receive the following
warning:
Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen ---
Warnmeldung:
In getDependencies(pkgs, dependencies, available, lib) :
package ?svIO? is not available
Lade
2008 May 26
1
SciViews and Tinn-R installation problem
...s grid graphics stats tcltk
utils methods base
other attached packages:
[1] ggplot2_0.6 colorspace_0.95 RColorBrewer_1.0-2
MASS_7.2-41 proto_0.3-8 reshape_0.8.0 car_1.2-8
[8] svSocket_0.8-9 svIO_0.8-9 R2HTML_1.58
svMisc_0.8-9 svIDE_0.8-9
loaded via a namespace (and not attached):
[1] lattice_0.17-8 svGUI_0.8-9 svViews_0.8-9
Thanx, DaveT.
*************************************
Silviculture Data Analyst
Ontario Forest Research Institute
Ontario Ministry of Natural Resources
david.john.thompson at ontario.ca
http://o...
2007 May 25
0
Help with complex lme model fit
...es:
[1] "stats" "graphics" "grDevices" "datasets" "tcltk" "utils"
"methods" "base"
other attached packages:
nlme Matrix lattice svSocket svIO R2HTML
svMisc svIDE
"3.1-80" "0.9975-11" "0.15-5" "0.9-5" "0.9-5" "1.58"
"0.9-5" "0.9-5"
Dr. Colin Beale
Spatial Ecologist
The Macaulay Institute
Craigiebuckler
Aberdeen
AB15 8QH
UK
Tel: 01224 498245 ext. 2...
2007 Jan 26
0
R crash with modified lmer code
...es:
[1] "stats" "graphics" "grDevices" "datasets" "tcltk" "utils"
"methods" "base"
other attached packages:
lme4 Matrix lattice svSocket svIO R2HTML
svMisc svIDE
"0.9975-10" "0.9975-8" "0.14-16" "0.9-5" "0.9-5" "1.58"
"0.9-5" "0.9-5"
and the modified lmer code (sourced in the above code) is:
lmer1 <- function (formula, data, family = gaussian, me...