[R] Odd R CMD build behaviour on Windows

2018-09-25 Thread Imanuel Costigan via R-help
Hi all I am finding that on Windows 10: * the archive file produced by R (i386) CMD build command saves the resulting archive file in the present working directory * ...BUT the archive produced by the R (x64) CMD build command is **not** saved in the present working directory. Instead it is sa

Re: [R] About uniroot error

2018-09-25 Thread Tania Morgado Garcia
Thanks for your reply. You're right, return a vector. An example of the dataset: ts pu carbono 1 15 2.04 1 37 1.27 1 55 0.93 1 80 0.5 1 105 0.49 1 22 2.08 1 41 1.43 1 65 0.78 The data that originate the FCOS and FRCOS pattern functions are others, which I only use to obtain the functions. Thanks

Re: [R] About uniroot error

2018-09-25 Thread Michael Dewey
Dear Tania Without your dataset I am not sure but a comment below to suggest where to look next. On 24/09/2018 18:37, Tania Morgado Garcia wrote: Thanks for your answers. I continue to learn R and now I am detained in an error with uniroot that I see happens to others but I can not find the s

Re: [R] Instagram Analysis

2018-09-25 Thread Hasan Diwan
Michael, On Tue, 25 Sep 2018 at 08:15, Michael Haenlein wrote: > I'm looking for an R package that allows me to analyze Instagram. > Specifically I would like to download for a given account the list of other > accounts that either this account follows or that follow this account (the > followers

[R] Instagram Analysis

2018-09-25 Thread Michael Haenlein
Dear all, I'm looking for an R package that allows me to analyze Instagram. Specifically I would like to download for a given account the list of other accounts that either this account follows or that follow this account (the followers and following numbers). I know there is instaR but this pack

Re: [R] For Loop

2018-09-25 Thread Martin Maechler
> Wensui Liu > on Sun, 23 Sep 2018 13:26:32 -0500 writes: > what you measures is the "elapsed" time in the default > setting. you might need to take a closer look at the > beautiful benchmark() function and see what time I am > talking about. > I just provided ten