On 01/28/2012 08:15 AM, Dirk Eddelbuettel wrote:
On 28 January 2012 at 16:52, Uwe Ligges wrote:
|
|
| On 27.01.2012 15:57, Dirk Eddelbuettel wrote:
|>
|> On 12 January 2012 at 12:12, Hervé Pagès wrote:
|> | Hi Dirk,
|> |
|> | On 01/11/2012 11:42 AM, Dirk Eddelbuettel wrote:
|> |>
|> |> R
I don't think that is it. My startup message is currently in .onAttach and
I still see startup message from packages that I have moved from Imports to
Depends.
Dirk?
2012/2/23 Uwe Ligges
>
>
> On 23.02.2012 06:40, Suraj Gupta wrote:
>
>> Dirk - I'm having the same issue. Could you provide the
I found the following two solutions:
ALT 1:
R --no-init-file CMD
ALT 2:
set R_PROFILE_USER=""
R CMD
As a FYI, it does not work with either of:
R CMD --no-init-file
R CMD --no-init-file
and neither with (Rcmd.exe is special on Windows)
Rcmd --no-init-file
I've always used Rcmd, so maybe
Hello,
I just created a little package, RcppProgress, to display a progress bar to
monitor the execution status of a C++ code loop, possibly multihreaded with
OpenMP.
I also implemented the possibility to check for user interruption, using
the work-around by Simon Urbanek.
I just uploaded the pac
On 23.02.2012 06:40, Suraj Gupta wrote:
Dirk - I'm having the same issue. Could you provide the details of your
solution?
By moving the startup message generation to .onAttach?
Uwe Ligges
On Sat, Jan 28, 2012 at 11:15 AM, Dirk Eddelbuettel wrote:
On 28 January 2012 at 16:52, Uwe Lig
I'd like to follow up on this one. It may be that I have
misunderstood something, but on both R devel (2012-02-22 r58452) and R
2.14.1 patched (2012-02-18 r58394) I can't seem to avoid loading
~/.Rprofile when I run 'R CMD ', e.g. R CMD build. For me, the
loading of ~/.Rprofile by 'R CMD' started