Re: [Rd] How to refer to my package from another package DESCRIPTION

2019-10-10 Thread Ramiro Barrantes
Because it does not work. It says: """ * checking loading without being on the library search path ... WARNING Error: package or namespace load failed for ‘Package1’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):

Re: [Rd] How to refer to my package from another package DESCRIPTION

2019-10-10 Thread Duncan Murdoch
On 10/10/2019 5:13 p.m., Ramiro Barrantes wrote: Hello, I am developing some packages. Package1 requires Package2, both of which I developed: Right now Package2 is installed properly here: /myHome/libraries/Package2 Package1 needs Package2. Package1 refers to Package2 both in the Roxygen @i

[Rd] How to refer to my package from another package DESCRIPTION

2019-10-10 Thread Ramiro Barrantes
Hello, I am developing some packages. Package1 requires Package2, both of which I developed: Right now Package2 is installed properly here: /myHome/libraries/Package2 Package1 needs Package2. Package1 refers to Package2 both in the Roxygen @import field for one of the functions, and also in

Re: [Rd] R-specific environment variables: Naming convention?

2019-10-10 Thread Tomas Kalibera
In principle, what is documented in Writing R Extensions or in the manual pages of the internal help system is "public", including environment variables. If it is not documented there, it is not "public". In addition, the documentation may say that something is experimental, better avoided, etc

Re: [Rd] S3 lookup rules changed in R 3.6.1

2019-10-10 Thread Konrad Rudolph
Oh, I had missed that that code path is now enabled by default. It’s worth noting that the commented-out test in that commit also still succeeds if invoked via `getS3method`. So at the very least there’s now an inconsistency in the lookup performed by R internally (via `UseMethod`) and `getS3method

[Rd] R plot window repaint and close issue on CentOS7.2

2019-10-10 Thread Sandeep Sindhu
Hi, I have embedded R into Qt application (DyLoad R.dll and set bunch of callbacks e.g ReadConsole, WriteConsole etc). On CentOS7.2, the plot command works fine, plots data nicely, but when i try to close it by clicking on close tool button it doesn't closes. Also, when maximized, the plot window