Re: [R] Help About R-Package Portability

2018-05-31 Thread Jeff Newmiller
Your lack of permissions is highly operating-system-specific and local-policy-specific and therefore outside the scope of this mailing list... I suggest you have a conversation with your system administrator(s). Insuring the ability to run R code when the admin is not cooperating is not really

[R] Help About R-Package Portability

2018-05-31 Thread BEDIRHAN CALDIR
Hi, I'm having an issue with R package configurations which I thought the community would help me. I have two softwares written in R, DECoN and panelcn.mops, and need to run both of them isolated. The problem is that I couldn't install them onto neither the OS with the sudo permissions nor the

Re: [R] Help in R package

2017-10-06 Thread David Winsemius
> On Oct 5, 2017, at 7:19 PM, Akram Alhadainy wrote: > > Hello, > > I watched your YouTube videos for explanation for R package. Rhelp is a mailing list. It does not release Youtube videos. > They are > really helpful for new beginner for using R. Please I need your

Re: [R] help with r package "trip"

2016-06-15 Thread Jim Lemon
Hi Alice, Have you tried creating a vector of the start position (xpos[1],ypos[1]): xstart<-rep(xpos[1],n) ystart<-rep(ypos[1],n) # where "n" is the number of subsequent positions in the trip max(trackDistance(xstart,ystart,xpos[2:n],ypos[2:n],...)) may then give you the value of the longest

[R] help with r package "trip"

2016-06-14 Thread Alice Domalik
Hi List, I'm relatively new to R, so apologies if my question is rather elementary. I'm working with some bird tracking data and I would like to calculate the maximum distance traveled from the colony. For the maximum distance traveled, I was going to use the function homedist(). However,

Re: [R] Help with R package

2014-06-08 Thread Uwe Ligges
On 07.06.2014 23:34, Milan Bimali wrote: Dear R Community, I am in process of developing an R package which in turn depends on a package that is not available in CRAN but has to be downloaded from a web source (as follows). Could someone guide me on how to include the package listed in

[R] Help with R package

2014-06-07 Thread Milan Bimali
Dear R Community, I am in process of developing an R package which in turn depends on a package that is not available in CRAN but has to be downloaded from a web source (as follows). Could someone guide me on how to include the package listed in Depends of the Description file. I have the

Re: [R] Help with R package forecast

2012-03-23 Thread jason
suggestions ? thanks in advance Jason -- View this message in context: http://r.789695.n4.nabble.com/Re-Help-with-R-package-forecast-tp4498680p4498680.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Help with R package forecast

2012-03-23 Thread Uwe Ligges
thanks in advance Jason -- View this message in context: http://r.789695.n4.nabble.com/Re-Help-with-R-package-forecast-tp4498680p4498680.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Help with R package forecast

2012-03-23 Thread David Winsemius
On Mar 23, 2012, at 8:47 AM, jason wrote: When I type library() to see what is installed the following list in RED comes up. Packages in library '/home/jason/R/i686-pc-linux-gnu-library/2.13': This suggests you are using an old copy of R. Many time the current repository will only be