[Bioc-devel] Help with creating first Bioconductor package
January Weiner
january.weiner at gmail.com
Sat Nov 15 21:04:17 CET 2014
Dear Martin,
thanks for your description, just a question
> mkdir -p ~/src/R-devel
> cd ~/src/R-devel
> svn co https://svn.r-project.org/R/trunk
> tools/rsync-recommended
I think this should be
trunk/tools/rsync-recommended
> mkdir -p ~/bin/R-devel
> cd ~/bin/R-devel
> ~/src/R-devel/configure && make -j
and
~/src/R-devel/trunk/configure && make -j
(etc.)
am I right?
> so that you can say Rdev when you want to use R-devel. Always use biocLite()
> to install packages, from CRAN or Bioc, and you're fine. Do the same for the
> current release branch with the svn url
> https://svn.r-project.org/R/branches/R-3-1-branch.
Why should I do that? I thought R-3-1-branch should be generally the
stable release -- the one that I is conveniently installed and
distributed using my regular package manager, without me having to
worry about it. You have confused me.
Kind regards,
j.
--
-------- January Weiner --------------------------------------
More information about the Bioc-devel
mailing list