Re: [R] RQuantLib

2017-12-30 Thread Michael Dewey
Dear Bob In fact the current release is 3.4.3 I can think of no reason why that should matter here but it might be worth trying to upgrade to it. Michael On 29/12/2017 18:31, rsherry8 wrote: Joshua, Thanks for the response. When you said at least version 3.4.0, I upgraded to 3.4.2 which I

Re: [R] RQuantLib

2017-12-30 Thread Jeff Newmiller
Sometimes that message appears when using a CRAN mirror that is not up-to-date or has communication problems. Might also try another mirror. -- Sent from my phone. Please excuse my brevity. On December 30, 2017 5:25:15 AM PST, Michael Dewey wrote: >Dear Bob > >In fact the current release is 3.

Re: [R] RQuantLib

2017-12-30 Thread rsherry8
OA, Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz into a directory c:\r.zip on my Windows machine. I then ran the following command and I received the following output: > install.packages("RQuantLib", lib="/r.zip/") Warning message: package ‘RQuantLib’ is not available

Re: [R] RQuantLib

2017-12-30 Thread rsherry8
Jeff, I tired another mirror but that did not work. I tired the following two commands: > ap <- available.packages() > View(ap) The output of the View command showed numerous packages available but it did not show RQuantLib. Bob Sherry On 12/30/2017 8:48 AM, Jeff Newmiller wrote: > Sometim

Re: [R] RQuantLib

2017-12-30 Thread Jeff Newmiller
I am not a user of this package, but I think you should read [1], particularly the README and system requirements. You may need to learn about compiling from source (.tar.gz) if you cannot find a recent precompiled package file (.zip). [1] https://cran.r-project.org/web/packages/RQuantLib/index.

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
> On Dec 30, 2017, at 7:54 AM, rsherry8 wrote: > > OA, > > Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz > into a directory c:\r.zip on my Windows machine. I then ran the > following command and I received the following output: > >> install.packages("RQuantLib", lib="

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
> On Dec 30, 2017, at 9:44 AM, David Winsemius wrote: > > >> On Dec 30, 2017, at 7:54 AM, rsherry8 wrote: >> >> OA, >> >> Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz >> into a directory c:\r.zip on my Windows machine. I then ran the >> following command and I rece

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
> On Dec 30, 2017, at 9:46 AM, David Winsemius wrote: > > >> On Dec 30, 2017, at 9:44 AM, David Winsemius wrote: >> >> >>> On Dec 30, 2017, at 7:54 AM, rsherry8 wrote: >>> >>> OA, >>> >>> Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz >>> into a directory c:\r.zip

[R] 10 Minute Time Window Aggregate By Multiple Grouping Variables

2017-12-30 Thread Rahul Sharm
Hello All, I have 1M rows of time stamped information about delivery trucks and their trip related information from simulation .Detailed info the column names and attributes for clarity 1. id: alphanumeric factor/character 2. datetime.of.trip.start: POSIXct -mm-dd hh:mm:ss 3. datetim

Re: [R] RQuantLib

2017-12-30 Thread rsherry8
Based upon comments I received on the R-Help list, I ran the following commands and got the following output: > drat::addRepo("ghrr") > install.packages("RQuantLib", type="binary") Installing package into ‘C:/Users/rsher/Documents/R/win-library/3.4’ (as ‘lib’ is unspecified) --- Please select