Displaying 4 results from an estimated 4 matches for "ondetach".
Did you mean:
nodetach
2013 Nov 06
1
How to do package cleanup: hooks .onUnload, R_unload_mylib, .onDetach are not called on quit
...h('package:mylib', unload = TRUE).
Maybe this is platform specific, I'm on Ubuntu 13.10 - R 3.0.2 (see below).
* is there a mechanism that a package can use to effectively do some
cleanup on standard exit, such as calling cleaning up routines of a
loaded third-party library? I tried .onDetach but it did not work
either.
* by curiosity, in what kind of practical situation would a user
want to call detach(..., unload = TRUE)?
* is there a reason why the hooks are not called on quit?
Thank you.
Bests,
Renaud
###
> Sys.info()
sysname re...
2013 May 07
2
Asterisk and hylafax: how to debug ...
Hi,
I hope you might give me some hints on how to find where my
configuration is wrong, I am new to Asterisk and do not know, how to
find the problem.
Running Asterisk (version: 1.8.13.1~dfsg-3) on Debian Wheezy. On the
same maschine: Hylafax fax server. I want hylafax to use t38modem (a
virtual T.38 modem) for sending faxes. t38modem schould connect to
asterisk on the same host.
If hylafax
2013 Apr 03
0
R 3.0.0 is released
...ot;UTF-8-BOM" for a connection will ensure that a
UTF-8 BOM is discarded.
o mapply(FUN, a1, ..) now also works when a1 (or a further such
argument) needs a length() method (which the documented arguments
never do). (Requested by Herv'e Pag`es; with a patch.)
o .onDetach() is supported as an alternative to .Last.lib. Unlike
.Last.lib, this does not need to be exported from the package's
namespace.
o The srcfile argument to parse() may now be a character string, to
be used in error messages.
o The format() method for ftable objects g...
2013 Apr 03
0
R 3.0.0 is released
...ot;UTF-8-BOM" for a connection will ensure that a
UTF-8 BOM is discarded.
o mapply(FUN, a1, ..) now also works when a1 (or a further such
argument) needs a length() method (which the documented arguments
never do). (Requested by Herv'e Pag`es; with a patch.)
o .onDetach() is supported as an alternative to .Last.lib. Unlike
.Last.lib, this does not need to be exported from the package's
namespace.
o The srcfile argument to parse() may now be a character string, to
be used in error messages.
o The format() method for ftable objects g...