Hi All,
I use connections to open and close data folders needed by my package. After
each function closes I get the following warnings (depending on the connection
that has been opened).
10: closing unused connection 3
(/Library/Frameworks/R.framework/Versions/3.2/Resources/library/BondLab/
On Sun, Aug 9, 2015 at 8:59 AM, Glenn Schultz wrote:
> Hi All,
>
> I use connections to open and close data folders needed by my package.
> After each function closes I get the following warnings (depending on the
> connection that has been opened).
>
> 10: closing unused connection 3
> (/Library/
Hi Joshua, Thank-you.
I did not realize that the call to return closed the connection
-Glenn
> On Aug 9, 2015, at 9:04 AM, Joshua Ulrich wrote:
>
> On Sun, Aug 9, 2015 at 8:59 AM, Glenn Schultz wrote:
>> Hi All,
>>
>> I use connections to open and close data folders needed by my package.
>> A
Also it's a little strange to put an RDS file _inside_ a gz, since
normally the compression is done internally.
And are you sure you should be exposing this data via a function,
rather than using the regular package data mechanism?
Hadley
On Sun, Aug 9, 2015 at 7:04 AM, Joshua Ulrich wrote:
> O
Hi Hadley,
Thanks for answering. I basically followed what was outlined in Software for
Data Analysis. Although, I must admit it was a little light in this area
(about a paragraph). I will have to do some additional reading/research on the
RDS inside a gz issue. If it is not the correct app