Hi Martin,
Martin Morgan writes:
> On 07/15/2013 06:25 AM, Duncan Murdoch wrote:
>> On 15/07/2013 8:49 AM, Andreas Leha wrote:
>>> Hi Helios,
>>>
>>> "Helios de Rosario" writes:
>>>
>>> >> Hi all,
>>> >>
>>> >> several packages print messages during loading. How do I avoid to
>>> > see
>>> >>
Hi David,
David Winsemius writes:
> On Jul 15, 2013, at 4:11 AM, Andreas Leha wrote:
>
>> Hi all,
>>
>> several packages print messages during loading. How do I avoid to see
>> them when the packages are in the defaultPackages?
>
> I'm pretty sure this has been asked before (although the wrink
On Jul 15, 2013, at 4:11 AM, Andreas Leha wrote:
> Hi all,
>
> several packages print messages during loading. How do I avoid to see
> them when the packages are in the defaultPackages?
I'm pretty sure this has been asked before (although the wrinkle of adding a
package to default packages ma
On 07/15/2013 06:25 AM, Duncan Murdoch wrote:
On 15/07/2013 8:49 AM, Andreas Leha wrote:
Hi Helios,
"Helios de Rosario" writes:
>> Hi all,
>>
>> several packages print messages during loading. How do I avoid to
> see
>> them when the packages are in the defaultPackages?
>>
>> Here is an exam
On 15/07/2013 8:49 AM, Andreas Leha wrote:
Hi Helios,
"Helios de Rosario" writes:
>> Hi all,
>>
>> several packages print messages during loading. How do I avoid to
> see
>> them when the packages are in the defaultPackages?
>>
>> Here is an example.
>>
>> With this in ~/.Rprofile
>> ,[ ~
Hi Helios,
"Helios de Rosario" writes:
>> Hi all,
>>
>> several packages print messages during loading. How do I avoid to
> see
>> them when the packages are in the defaultPackages?
>>
>> Here is an example.
>>
>> With this in ~/.Rprofile
>> ,[ ~/.Rprofile ]
>> | old <- getOption("defaul
> Hi all,
>
> several packages print messages during loading. How do I avoid to
see
> them when the packages are in the defaultPackages?
>
> Here is an example.
>
> With this in ~/.Rprofile
> ,[ ~/.Rprofile ]
> | old <- getOption("defaultPackages")
> | options(defaultPackages = c(old, "file
Hi all,
several packages print messages during loading. How do I avoid to see
them when the packages are in the defaultPackages?
Here is an example.
With this in ~/.Rprofile
,[ ~/.Rprofile ]
| old <- getOption("defaultPackages")
| options(defaultPackages = c(old, "filehash"))
| rm(old)
`---
8 matches
Mail list logo