Displaying 20 results from an estimated 5000 matches similar to: "detach and install package"
2009 Apr 25
2
Tinn-R and latex
Hi R-users,
I installed new version of R and Tinn-R and I just wonder why all my latex document change to Tinn-R symbol?
Thank you.
[[alternative HTML version deleted]]
2009 Apr 22
1
Copula package
Hi R-users,
I would like to use the copula package.? I? the package plus the mvtnorm and try to run the example given, but I got the following message:
install.packages(repos=NULL,pkgs="c:\\Tinn-R\\copula_0.8-3.zip")
norm.cop <- normalCopula(c(0.5, 0.6, 0.7), dim = 3, dispstr = "un")
t.cop <- tCopula(c(0.5, 0.3), dim = 3, dispstr = "toep",
df = 2, df.fixed =
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.
2013 Jan 19
1
Tinn-R and R problem
Dear r-users,
Actually, this is not a big problem, however it is a bit annoying. Everytime I want to use Tinn-R and R. I have to do this step first before I can excute a set of R codes:
R--> configure --> temporarily (current session)
if not it will give this message:
> .trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''),
2009 Jun 03
2
code for double sum
Hi R-users,
I wrote a code to evaluate double sum as follows:
ff2 <- function(bb,eta,z,k)
{ r <- length(z)
for (i in 1:r)
{ sm1 <- sum((z[i]*bb/2)*(psigamma((0:k)+eta+1,deriv=0)/(factorial(0:k)*gamma((0:k)+eta+1))))
sm2 <- sum((besselI(z[i]*bb,eta)*log(z[i]*bb/2) - sm1)/besselI(z[i]*bb,eta))
sm2
}
ff2(bb,eta,z,10)
but it gave me the following message:
>
2010 Dec 20
1
R is not running well
Hi,
I'm working on windows 7. Recently I install the latest R and also use together
with Tinn-R but it is not working well. I got the following message. I have
tried saving the Rprofile as suggested by the R forum, but still it is not
running. What should I do?
> source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length =
2005 Dec 01
2
about comparison of KURTOSIS in package: moments and fBasics
Hello
I do not know very much about statistics (and English language too :-( ),
then I come in search of a clarification (explanation):
I found two distinct results on KURTOSIS and
I do not know which of them is the correct one.
Any aid will be welcome!
klebyn
################ CODE
rnorm(1000) -> x
library(moments)
kurtosis(x)
skewness(x)
detach("package:moments")
2009 Apr 20
2
problem with new version
Hi R-users,
I just change to the new version of R.? I just wonder why everytime?I run my function I will get this message:
> source(.trPaths[4], echo=TRUE, max.deparse.length=10000)
Thank you.
2004 May 20
1
Windows versus Unix packages in CRAN (Was Re: Rmetrics)
Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
mkdir fBasics
unzip fBasics.zip -d fBasics
rm fBasics/src/*.o
R CMD check fBasics
and that took me about 3 minutes.
Now me, I just did
unzip -a fBasics_190.10051.zip
R CMD INSTALL fBasics
rm -rf fBasics
in a naive and trusting manner. It took me considerably longer than 3
minutes to learn that this was what I should do, and
2012 Jan 27
1
how to install the fbasics and use stablefit function?
hi, I have installed the fbasics package. And when I wrote "?stablefit", it
says 'No documentation for 'stablefit' in specified packages and libraries'.
When I tried "??stablefit", it showed that the stablefit is in
fBasics::Distributionfit. However, I have installed the fbasics package. I
don't know how to solve this problem.
Could anyone help me?
Thank
2010 Nov 20
1
installimg fBasics SuSe 11.3 64bit
Hello,
I've been trying to install the fBasics package on an openSuSe 11.3
64bit machine.
It gives an error saying:
WARNING: *R* *include* *directory* *is* *empty* -- *perhaps* *need* *to*
*install* *R*-*devel*.*rpm* *or* similar
Yet, R-devel is installed. Other packages work fine. I also tried
different ways to install...install.packages() and R CMD INSTALL...
The complete message is
2006 Jan 30
1
fExtreme packages
Hello,
I am a new user of R. I am trying to use the packages fBasics and fExtremes
when i am running the examples I get few error. Could someone tell me what is
happenig? Thank you beforehand.
from Fbasics packages:
xmpfBasics()
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file '/usr/lib/R/library/fBasics/demoIndex'
2010 Mar 31
3
barplot and line
Hi r-users,
I have this data below and would like to plot a barplot overlap with a line.
This is my data:
> hist_50
pdf_obs pdf_gen.50
1 0.000000 0.000000
2 0.083156 0.125366
3 0.132196 0.158230
4 0.126866 0.149432
5 0.120469 0.127897
6 0.121535 0.104096
7 0.103412 0.082171
8 0.082090 0.063539
9 0.065032 0.048408
10 0.050107 0.036470
11 0.036247 0.027236
12
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
I installed the newest version of R and once again ran into problem
with Tinn-R failing when trying to use the R explorer. I had this
problem once before and solved it when I added the following
.trPaths = c(
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/',
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt',
'C:/Documents and
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:
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the
solution.
When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the
functionality of TINN-R
It returns an error
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I modified the RProfile.site file as follows:
options(pager="interal")
.trPaths=c(
'C:/Documents and
2013 Jan 21
4
compare and count data
Dear r-users,
I have these data below:
I would like to compare each column with a certain value and count how many in each column less than that specified value.
odd column (1,3,5) will compare with 1.61 and even column (2,4,6) will compare with 75 and I would like to count how many for each column.
I tried these below but it give me just one set of data.
critical <-
2010 Jul 23
2
Tutorial Tinn-R
Hi,
does anyone know a tutorial for Tinn-R? During all my search I only found
R-Tutorials...
The problem now is: I would like to make Tinn-R an autosave. But since I had
several questions before concerning Tinn-R (for example, how to have Tinn-R
and R in one window or how do the new versions work), I think it is easier
to have a tutorial instead of asking here everything.
Thank you!
--
View
2010 Nov 01
1
How to stop showing messages while loading package?
Hi, is there any way to stop showing all messages which sometimes come while
loading a packages? For example let say I want to load fBasics package. So I
get following notices:
> library(fBasics)
Loading required package: MASS
Loading required package: timeDate
Loading required package: timeSeries
Attaching package: 'timeSeries'
The following object(s) are masked from
2010 Aug 20
1
Problem Installing R-Commander
I am trying to install R Commander in my R installation on a laptop running
the 64 bit version of Windows 7 Professional. I was running R as the
Administrator.
The downloads proceed normally via CRAN, but then I get the following error
messages:
package ''slam'' successfully unpacked and MD5 sums checked
package ''fBasics'' successfully unpacked and MD5