Re: [Rd] Creating a private CRAN with webpages

2017-06-09 Thread Zhian Kamvar
Hi Josh, If you aren't opposed to using bootstrap, you could check out pkgdown: http://hadley.github.io/pkgdown/index.html >From my experience, it works pretty well out of the box. HTH, Zhian - Zhian N. Kamvar, Ph. D. Postdoctoral Researcher (

Re: [Rd] Creating a private CRAN with webpages

2017-06-09 Thread Dirk Eddelbuettel
On 9 June 2017 at 15:47, Prof Brian Ripley wrote: | On 09/06/2017 07:44, Joshua Bradley wrote: | > I'm not trying to create a mirror of the CRAN. I also do not want to create | > a "subset" of CRAN packages. Sorry if my explanation was confusing. There | > are internal proprietary R packages that

Re: [Rd] Creating a private CRAN with webpages

2017-06-09 Thread Prof Brian Ripley
On 09/06/2017 07:44, Joshua Bradley wrote: I'm not trying to create a mirror of the CRAN. I also do not want to create a "subset" of CRAN packages. Sorry if my explanation was confusing. There are internal proprietary R packages that I would like to host on a private repo. I like the CRAN web pag

Re: [Rd] Creating a private CRAN with webpages

2017-06-09 Thread Dirk Eddelbuettel
On 9 June 2017 at 02:44, Joshua Bradley wrote: | repo. I like the CRAN web pages that allow a user to browse the various | packages from a browser without having to first install them. I want to | duplicate the process that CRAN goes through when it generate the webpages. As your initial email co

Re: [Rd] Creating a private CRAN with webpages

2017-06-08 Thread Martin Maechler
> Rainer Krug > on Fri, 9 Jun 2017 08:36:31 +0200 writes: > If I understand you correctly, you want to have a mirror > of CRAN on a private server behind your firewall. Check > out https://cran.rstudio.com/mirror-howto.html >

Re: [Rd] Creating a private CRAN with webpages

2017-06-08 Thread Joshua Bradley
I'm not trying to create a mirror of the CRAN. I also do not want to create a "subset" of CRAN packages. Sorry if my explanation was confusing. There are internal proprietary R packages that I would like to host on a private repo. I like the CRAN web pages that allow a user to browse the various pa

Re: [Rd] Creating a private CRAN with webpages

2017-06-08 Thread Rainer Krug
If I understand you correctly, you want to have a mirror of CRAN on a private server behind your firewall. Check out https://cran.rstudio.com/mirror-howto.html which gives instructions on how to do this. Cheers, Rainer > On 8 Jun 2017, at 23:29, J

[Rd] Creating a private CRAN with webpages

2017-06-08 Thread Joshua Bradley
Hello, I am trying to setup a private CRAN for work (behind a firewall). The best options available include miniCRAN , drat and packrat . One problem is these packages do not