Check the pbapply package for cross-platform apply* parallelization. Also
'future' might be worth a look (by Henrik Bengtson) although I haven't taken a
closer look at it yet.
On 15. May 2017, 21:09 +0200, Uwe Ligges ,
wrote:
> The question is why you want to make doMC an hard install time depe
hi,
i'm receiving failures on the winbuilder, with it complaining that
ggplot2 can not be found:
https://win-builder.r-project.org/incoming_pretest/170516_125043_jmvcore_055/00install.out
now there are some mentions of ggplot2 in our code (but none in our
NAMESPACE, we always use the full na
Dear Jonathon,
Is ggplot2 listed in the DESCRIPTION file? It needs to be at least in the
Suggests:
Best regards,
Thierry
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
K
yes, sorry, crucial piece of information i forgot to mention.
ggplot2 *is* in suggests.
with thanks
jonathon
On 16/5/17 21:21, Thierry Onkelinx wrote:
> Dear Jonathon,
>
> Is ggplot2 listed in the DESCRIPTION file? It needs to be at least in
> the Suggests:
>
> Best regards,
>
> Thierry
>
> i
Try adding requireNamespace("ggplot2") in the function that rely on ggplot2.
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To cal
hi,
this doesn't seem to make any difference.
but we kinda want the opposite of this. we want the install process to
know that ggplot2 isn't required.
with thanks
jonathon
On 16/5/17 21:34, Thierry Onkelinx wrote:
> Try adding requireNamespace("ggplot2") in the function that rely on
> ggplo
On 16 May 2017 at 21:22, Jonathon Love wrote:
| yes, sorry, crucial piece of information i forgot to mention.
|
| ggplot2 *is* in suggests.
Suggests != Depends
The semantics are messed up around R. If you use Suggests, you really should
[1]
test for presence.
Dirk
[1] My preference is for "
On 16/05/2017 7:34 AM, Thierry Onkelinx wrote:
Try adding requireNamespace("ggplot2") in the function that rely on ggplot2.
That's not enough, even though it might fool the test (I haven't
checked). Those functions need to condition on the result, i.e.
something like
if (requireNamespace("
Yes. That is what I meant (but too lazy to write).
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician afte
awesome! works a treat.
with thanks
jonathon
On 16/5/17 21:53, Duncan Murdoch wrote:
On 16/05/2017 7:34 AM, Thierry Onkelinx wrote:
Try adding requireNamespace("ggplot2") in the function that rely on
ggplot2.
That's not enough, even though it might fool the test (I haven't
checked). Those
Hi Everyone,
My Package did not pass the pre-test with following Note.
I am not sure how to fix this problem.
Any advice will be really appreciated.
Many thanks,
In Ho
---
* checking compiled code ... NOTE
File 'FHDI/libs/i386/FHDI.dll':
Found '_ZSt4cerr', possibly from 'std::cer
This is well documented in Writing R extensions:
- https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Printing for
I/O streams
-
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Registering-native-routines
for native routine registrations.
As for the random number gen
You can use the `Remotes: ` feature in your DESCRIPTION file
(https://github.com/hadley/devtools/blob/master/vignettes/dependencies.Rmd)
implemented in devtools to automatically install development versions
of packages during development, including on Travis CI. However they
will need to be removed
13 matches
Mail list logo