Skip to content
Prev 13 / 12125 Next

[R-pkg-devel] Non-mainstream packages in vignette / dependency

Am .05.2015, 14:12 Uhr, schrieb Dirk Eddelbuettel <edd at debian.org>:
Hey,

many thanks for the hint to your drat framework. Since it seems, that
adding 'http://ghrr.github.io/drat/' as 'Additional_repositories' in
the package DESCRIPTION file, does fulfill  the !formal! requirements,
I think I will try if I can get through with it and will report the
results to the list.


Installation works out of the box with...

install.packages(
	"AnomalyDetection",
	repos = "http://ghrr.github.io/drat",
	type="source"
)


... and first hurdle Winbuilder (devtools::build_win()) accepts the
DESCRIPTION field ...

Additional_repositories: http://ghrr.github.io/drat


... and notes the following without raising a complaint:

Suggests or Enhances not in mainstream repositories:
   AnomalyDetection, BreakoutDetection

Availability using Additional_repositories specification:
   AnomalyDetection    yes   http://ghrr.github.io/drat
   BreakoutDetection   yes   http://ghrr.github.io/drat


Now my question is what status 'http://ghrr.github.io/drat/' has. Is it a
repo bundling Github published packages open for public and going to stay
there for good? Or is it more a private thing? To put it another way.
Should I use my 'own' fork of your efforts
(http://petermeissner.github.io/drat/) or is it ok that I use ghrr and
I can assume that AnomalyDetection and BreakoutDetection stay there - I
would prefer using ghrr.


Best, Peter