[R] [R-pkgs] {giscoR} v0.1.0 available on CRAN

2020-10-16 Thread Diego Hernangómez Herrero
Good afternoon: giscoR is already available on CRAN. giscoR is a API package that helps to retrieve data from GISCO - Eurostat. It also provides some lightweight data sets ready to use without downloading. GISCO is a geospatial open data repository including several data sets as countries, coast

[R] [R-pkgs] rameritrade

2020-10-16 Thread Anthony Trevisan
Hello, I recently created a package that allows R users to trade through the TD Ameritrade API. With billions in assets and over 11 million clients, I am sure some R users could leverage the API. Best regards, Tony https://cran.r-project.org/web/packages/rameritrade/index.html https://tonytrevi

Re: [R] package(moments) issue

2020-10-16 Thread Sania Wadud
Hi Bill, Thanks for rectifying the issue. It seems to be a cube root of a negative real issue. After updating the function it's working fine and showing the correct results. I highly appreciate your help. Best wishes, Sania On Fri, 16 Oct 2020 at 00:36, Bill Dunlap wrote: > Another bad case i

Re: [R] Need help in R code of the functional data .

2020-10-16 Thread Rui Barradas
Hello, You have asked several times about functional data, I really do not understand what you mean but if you want to learn about writing R functions, take a look at doc/manual/R-intro.pdf, that comes with any installation of R, chap. 10 Writing your own functions. And at any of Hadley Wi

[R] Need help in R code of the functional data .

2020-10-16 Thread Ablaye Ngalaba
Hello, Please, I want to know how the functional data are defined in programming code R. If possible an illustrative example of code can help me to understand better. Yours sincerely. [[alternative HTML version deleted]]

[R] Call to R.exe in a Script fails since the upgrade from R 3.6.1 to R 4.0.2

2020-10-16 Thread Marcel Baumgartner
Dear R Community, I call R from within a software called “IDEA” ([www.casewareanalytics.com](http://www.casewareanalytics.com)). This language uses its own scripting language, but it is very similar to Visual Basic. The basic call is as shown below: R_Command is a string of the form (

Re: [R] package(moments) issue

2020-10-16 Thread Sania Wadud
Hi Bill, Thanks for prompt reply and letting me know a way around it. I have more than 1200 observations and not all the values are the same. However, my data points are quite similar, for example, 0.079275, 0.078867, 0.070716 in millions and etc. I have run the data without converting it to mil

[R] calling stats::optim from Rcpp causes memory leak

2020-10-16 Thread Frantisek Bartos
Hi, in part of my code I need to optimize a function from within Rcpp (I followed the 2nd answer here https://stackoverflow.com/questions/48348079/applying-the-optim-function-in-r-in-c-with-rcpp). However, I found that the function leaks memory (very little, but it compounds if it's a part of repea