On 24/05/2017 5:11 PM, Maity, Arnab K wrote:
Dear R helpers,
I created a package on github. It is located at "arnabkrmaity/brlrmr". Then I
submitted this on CRAN and it is now available on CRAN.
When I install this package from github using install.github("arnabkrmaity\brlrmr"),
everything
Dear R helpers,
I created a package on github. It is located at "arnabkrmaity/brlrmr". Then I
submitted this on CRAN and it is now available on CRAN.
When I install this package from github using
install.github("arnabkrmaity\brlrmr"), everything works fine. However, when I
install directly f
Hi
>
> Did you define function ap?
>
> Cheers
> Petr
>
> > -Original Message-
> > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Frederic
> > Ntirenganya
> > Sent: Friday, March 24, 2017 1:18 PM
> > To: r-help@r-project.org
Hi
Did you define function ap?
Cheers
Petr
> -Original Message-
> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Frederic
> Ntirenganya
> Sent: Friday, March 24, 2017 1:18 PM
> To: r-help@r-project.org
> Subject: [R] Error: could not find function
Dear All,
I hope you are doing well.
I am new in using evapotranspiration packages and got the following error:
Error: could not find function "ap"
The code I am using and data are:
dat1<-read.csv("/home/fredo/Documents/Meteo Data/Meteo Rwa
data.csv",header=T,na.string="")
dat1$u.daily<-da
On 30/12/2015 2:32 PM, David Brand wrote:
Error: could not find function "VectorSource" in package tm
Windows 64bit using Rstudio
please advise
If you want advice about the error message, you need to tell us what you
did to produce it.
Duncan Murdoch
__
Do you have any code? Any more logs from the error? It's hard to help
when you've provided little more than an error message. What does the
output of:
library(tm)
docs <- c("This is a text.", "This another one.")
(vs <- VectorSource(docs))
generate?
On Wed, Dec 30, 2015 at 2:32 PM, Davi
What did you do to get that error?
Is tm installed?
Is tm loaded?
What does
library(tm)
return?
And
sessionInfo()
?
On Wed, Dec 30, 2015 at 2:32 PM, David Brand <9rogr4m...@gmail.com> wrote:
> Error: could not find function "VectorSource" in package tm
>
> Windows 64bit using Rstudio
>
> please
Error: could not find function "VectorSource" in package tm
Windows 64bit using Rstudio
please advise
thanks
David
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/
On 17-04-2013, at 10:08, "S'dumo Masango" wrote:
> I have installed the arm package and its dependents (e.g MATRIX, etc), but
> cannot use the functions "invlogit" and "bayesglm" because it gives me the
> error message "Error: could not find function "invlogit" or Error: could not
> find functio
Hi Carrington,
You also need the boot package (see
http://stat.ethz.ch/R-manual/R-patched/library/boot/html/inv.logit.html )
As for the other function, please load the arm package, e.g.,
require(arm)
require(boot)
and then you will be able to use the functions mentioned below.
HTH,
Jorge.-
O
Have you loaded it?
library(arm)
John Kane
Kingston ON Canada
> -Original Message-
> From: masan...@uniswa.sz
> Sent: Wed, 17 Apr 2013 10:08:39 +0200
> To: r-help@r-project.org
> Subject: [R] Error: could not find function "invlogit" and "bayesglm"
&g
I have installed the arm package and its dependents (e.g MATRIX, etc), but
cannot use the functions "invlogit" and "bayesglm" because it gives me the
error message "Error: could not find function "invlogit" or Error: could not
find function "invlogit". What could be the problem.
Regards
Car
In case anyone else ever runs into this problem, I was able to get in touch
with the publisher of the software, who suggested that I had not installed
the R.utils package. The following two commands fixed the problem.
install.packages("R.utils")
library("R.utils")
--
View this message in conte
Thanks, Pascal, for getting back! I did load the package, but I get an
error, as follows:
> library("ChemoSpec")
Package SparseM (0.96) loaded.
To cite, see citation("SparseM")
Warning message:
replacing previous import ‘panel.lines’ when loading ‘lattice’
Is this where the problem i
Hello,
Did you run the following first?
> library(ChemoSpec)
Regards
Pascal
Le 24/07/2012 06:33, DVigneault a écrit :
Hey all--
I'm brand new to R, and have just installed the ChemoSpec because I'd like
to do PCA of NMR datasets. I was following along with the vignette and
trying to load t
Hey all--
I'm brand new to R, and have just installed the ChemoSpec because I'd like
to do PCA of NMR datasets. I was following along with the vignette and
trying to load the sample data as follows...
NMRTest <- loadObject("SrE.NMR.RData")
...and got the following error message:
Error: could n
Workspaces do not store loaded packages. It is necessary to re-execute the
library functions for each session, even if you re-load the workspace. Also,
environment variables defined within R must be redefined using the same R
Sys.setenv() function calls as originally used. This is why keeping a
How do I load the package again (install it from server again?)
library(omega)
there a way to check which workspace was used in history?
Unless you do not save it, you will use a fresh one.
Ozgur
--
View this message in context:
http://r.789695.n4.nabble.com/Error-could-not-find-function-tp
Hello,
To load the package:
> library(name_of_package)
Regards
Le 12/06/28 20:02, codec cat a écrit :
I was using omega function
How do I load the package again (install it from server again?) and is
there a way to check which workspace was used in history?
On 28 June 2012 10:45, Pascal
I was using omega function
How do I load the package again (install it from server again?) and is
there a way to check which workspace was used in history?
On 28 June 2012 10:45, Pascal Oettli wrote:
> Hello,
>
> Which function?
>
> Regards
>
> Le 12/06/28 18:29, codec cat a écrit :
>
>> Hi
>
Dear codec cat,
Once you installed an R package, you do not have to install it again.
But, you have to load the package when you change your workspace.
Best
Ozgur
--
View this message in context:
http://r.789695.n4.nabble.com/Error-could-not-find-function-tp4634716p4634726.html
Sent from the R
Hello,
Which function?
Regards
Le 12/06/28 18:29, codec cat a écrit :
Hi
Do I have to load/download the whole package over and over again everytime
when I use the R-Project?
It often prompt me the error message "could not find function"- but I'm
rather sure I have used the function before so
Hi
Do I have to load/download the whole package over and over again everytime
when I use the R-Project?
It often prompt me the error message "could not find function"- but I'm
rather sure I have used the function before so I'm not entirely sure it
couldn't find it again when I shut down the compu
Thank you Michael.
I also wrote to the author of this program, Palph, he suggested the same
thing. It worked!!
It is a very useful tool. In case for someone who is interested, I found the
package here:
http://cran.r-project.org/web/packages/hier.part/
--
View this message in context:
http://r
It would seem that hier.part is not in the gtools packagedo you
have some reference that suggests otherwise? I don't know the
function, but I might suggest you check the hier.part package (also on
CRAN).
Michael
On Tue, Feb 28, 2012 at 4:27 PM, haiyan wrote:
> Error: could not find function
Error: could not find function "hier.part"
things I have tried:
1. reinstall R (lastest version, on windows XP)
2. install package "gtools"
3. include:
library(gtools)
require(gtools)
4. how I call this function:
hier.part(c$Y, xdata, fam = "gaussian", gof = "Rsqu")
5.when I try to check what's
Thanks Dave. I thought I had run library(MLInterface), but I looked back, and
it was library(MLearn) I was running. Silly me...
It's chugging away now.
--
View this message in context:
http://r.789695.n4.nabble.com/Error-could-not-find-function-MLearn-tp3998805p4005626.html
Sent from the R hel
On Nov 7, 2011, at 9:30 AM, horseatingweeds wrote:
I'm getting this error when I try to run the function MLearn():
Error: could not find function "MLearn"
The usual reason for a newbie not getting a function is that they
failed to do one of these:
library(MLInterface)
require(MLInterface
I'm getting this error when I try to run the function MLearn():
Error: could not find function "MLearn"
I have the MLInterface tools installed. But when I look for MLearn
"??MLearn" but I don't find it. The closest thing I find is the method
MLearn_new() under MLInterfaces. I've tried replacing M
Then don't define BPGC inside another function.
---
Jeff Newmiller The . . Go Live...
DCN: Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Emb
Dear all
I have written a function, "calibrateCES", in which a function is called,
"BPGC", which was written in the enclosure of "calibrateCES". Until the most
recent version of my program, "calibrateCES" always used "BPGC" as planned.
Following a modification which does not affect "BPGC" direc
Dear all,
I use TinnR to write commands for R.
Why sometimes I can't call some basic functions, such as "anova", "var" ?
Following is my command and reponse.
> anova(addative,saturated,test='Chisq')
Error: could not find function "anova"
Thanks:)
Regards,
Lei
[[alternative HTML
In addition to the good advice given earlier, you may note for the future
that the raster authors reply actively on the R-sig-geo list, often within
minutes. So questions about the raster package may best be directed to that
list.
Roger
Monica Pisica wrote:
>
>
> Hi,
>
> I would like to use
, 8 Nov 2010 08:17:48 -0800
Subject: Re: [R] Error: could not find function "extract" in package raster
From: jwiley.ps...@gmail.com
To: pisican...@hotmail.com
CC: r-help@r-project.org
Hi Monica,
Evidently, there is not an "extract" function in your search path
(base R,
Re: [R] Error: could not find function "extract" in package raster
> From: jwiley.ps...@gmail.com
> To: pisican...@hotmail.com
> CC: r-help@r-project.org
>
> Hi Monica,
>
> Evidently, there is not an "extract" function in your search path
> (base R, loaded
Hi Monica,
Evidently, there is not an "extract" function in your search path
(base R, loaded packages, etc.). Given that you are talking about a
function from a package (rather than base R), it would probably help
us more if you mentioned what version of raster you have installed.
You can get thi
Hi,
I would like to use the function "extract" from package raster and i get the
following error:
m01e <- extract(marsh01, p)
Error: could not find function "extract"
marsh01 is a raster object and p is an intersectExtent object that is not null.
The package is installed and loaded, i use a
Hi,
You need to update your packages (and maybe upgrade R at the same time).
See the FAQ for Windows 2.8 to know how to do it correctly.
Ivan
Le 10/25/2010 10:14, Rosario Garcia Gil a écrit :
Dear colleges,
I would like to use the lmList function. I have installed the lme4 library but
when I tr
Dear colleges,
I would like to use the lmList function. I have installed the lme4 library but
when I try to use the lmList function I get this error message.
Error: could not find function "lmList"
Here you can see what kind of messages I am getting when installing lme4
package. Does anyone k
Hi:
One option to search for functions in R is to download the sos package:
library(sos)
findFn('Anderson-Darling')
On my system (Win 7), it found 51 matches. The two likeliest packages are
nortest and ADGofTest. To answer your question, nortest still exists on
CRAN. I can't comment on Ubuntu, b
Hi,
I'm trying to run an anderson-darling test for normality on a given variable
'Y':
ad.test(Y)
I think I need the 'nortest' package, but since it does not appear in any of
the Ubuntu repositories for 2.10.1, I am wondering if it goes by the name of
something else now?
Thanks
--
View this me
Peter Ehlers wrote:
I think that this package is very much in the early stages
of development. It may be that the tsts function is still
just a gleam in the eyes of the developers. The paper that
you cite may be ahead of code development.
Yes, in my reply I assumed behind, but 'ahead' is cer
I think that this package is very much in the early stages
of development. It may be that the tsts function is still
just a gleam in the eyes of the developers. The paper that
you cite may be ahead of code development.
-Peter Ehlers
On 2010-04-14 10:20, dbonneau wrote:
Thank you so much for y
You need to take this up with the package authors. After I install
tradesys, and type vignette("tradesys"), I get a PDF that no longer
contains the example in the PDF you reference from the web. That
particular version of the PDF that you reference is probably no longer
relevant to the packag
Thank you so much for your reply. On the first page of the paper, there are
logics which I typed
> library(tradesys)
> library(TTR)
> data(spx)
> tail(spx)
,and it runs smoothly.
But it gives me an error at
x <- tsts(spx)
Thanks, db
--
View this message in context:
http://n4.nabble.com/Erro
Did you load tradesys after you installed it?
library(tradesys)
That seems to be a common beginner problem.
Sarah
On Tue, Apr 13, 2010 at 9:56 PM, dbonneau wrote:
>
>
> Hi, I am pretty new to R and would like to follow the code in the paper
> below, tradesys package. but I am stuck at the 2nd p
Hi, I am pretty new to R and would like to follow the code in the paper
below, tradesys package. but I am stuck at the 2nd page where x<-tsts(spx)
is written. Could anyopne help me why I am getting an Error :"could not find
function "tsts" ". I guess I need function call "tsts". where can I find
On 23.01.2010 17:50, Remus Suciu wrote:
Hi.
I'm trying to create an Agresti-Coull confidence interval without using the
binom package.
Despite many trials, I keep getting the same problem- see below.
y=334
n=1160
alpha=.05
b=(y+.5*qnorm(1-alpha/2)**2)/(n+qnorm(1-alpha/2)**2)
b
[1] 0.288631
a
Hi.
I'm trying to create an Agresti-Coull confidence interval without using the
binom package.
Despite many trials, I keep getting the same problem- see below.
> y=334
> n=1160
> alpha=.05
> b=(y+.5*qnorm(1-alpha/2)**2)/(n+qnorm(1-alpha/2)**2)
> b
[1] 0.288631
> ac=b+qnorm(1-alpha/2)*sqrt(b(1-b)/(n
Ben Bolker wrote:
sselamat wrote:
Hi,
Everytime I try to get the standard deviation of a vector and enter
command of sd(x), i get a reply
Error: could not find function "sd"
Can someone help me please?
Thanks.
Hmmm. Please provide more information, it's hard to imagine how this could
sselamat wrote:
>
> Hi,
> Everytime I try to get the standard deviation of a vector and enter
> command of sd(x), i get a reply
> Error: could not find function "sd"
> Can someone help me please?
> Thanks.
>
>
Hmmm. Please provide more information, it's hard to imagine how this could
happ
> I have copied a very simple function but when I try to call it I get an error
> message "could not find function". The function file is named addthree.r and
> I cd to the directory where the function is saved before calling it. What am
> I doing wrong?
R does not look for funcitons to execute in
I have copied a very simple function but when I try to call it I get an error
message "could not find function". The function file is named addthree.r and
I cd to the directory where the function is saved before calling it. What am
I doing wrong?
--
View this message in context:
http://www.nabbl
Hi Jorge,
I just copied and pasted that code from here...
http://bm2.genes.nig.ac.jp/RGM2/R_current/library/R.matlab/man/readMat.html
after changing it to readMAT I get the following error.
Loading all MAT v4 example files in
/home/atul/R/x86_64-pc-linux-gnu-library/2.6/R.matlab/mat-files...
Re
Dear Atul,
See
http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/R.matlab/html/readMAT.html
I think that the function is readMAT rather than readMat.
HTH,
Jorge
On Sat, Oct 18, 2008 at 1:35 PM, Atul Kulkarni <[EMAIL PROTECTED]>wrote:
> Hi All,
>
> I installed this R.matlab package and trie
Hi All,
I installed this R.matlab package and tried using the sample code
>
> path <- system.file("mat-files", package="R.matlab")
>
> # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> # Reading all example files
> # - - - - - - - - - - - - - - - - - - - - - - - - - - -
57 matches
Mail list logo