billy am
2014-Aug-03 13:57 UTC
[R] Rmarkdown Installation error on Shiny server , CentOS 6.4 x64
Hi , I am having difficulty installation rmarkdown on the centos shiny server. Can anyone help? Thanks!> devtools::install_github("rstudio/rmarkdown")Installing github repo rmarkdown/master from rstudio Downloading master.zip from https://github.com/rstudio/rmarkdown/archive/master. zip Installing package from /tmp/Rtmp5i4HDt/master.zip arguments 'minimized' and 'invisible' are for Windows only Error: Does not appear to be an R package (no DESCRIPTION)> version_ platform x86_64-redhat-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 1.0 year 2014 month 04 day 10 svn rev 65387 language R version.string R version 3.1.0 (2014-04-10) nickname Spring Dance Regards Billy [[alternative HTML version deleted]]
Jeff Newmiller
2014-Aug-03 16:30 UTC
[R] Rmarkdown Installation error on Shiny server , CentOS 6.4 x64
When working on the bleeding edge (which github usually implies) it can be crucial to stay up to date. You might try updating R (your example seems to be working for me on R3.1.1 on Ubuntu 14.04). You should also cc the maintainer of contributed packages (?maintainer). Finally, you should read the Posting Guide, which points out that this is a plain text mailing list (HTML is not a what-you-see-is-what-we-see format). --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. On August 3, 2014 6:57:35 AM PDT, billy am <wickedpuppy at gmail.com> wrote:>Hi , > >I am having difficulty installation rmarkdown on the centos shiny >server. >Can anyone help? Thanks! > >> devtools::install_github("rstudio/rmarkdown") >Installing github repo rmarkdown/master from rstudio >Downloading master.zip from >https://github.com/rstudio/rmarkdown/archive/master. >zip >Installing package from /tmp/Rtmp5i4HDt/master.zip >arguments 'minimized' and 'invisible' are for Windows only >Error: Does not appear to be an R package (no DESCRIPTION) > >> version > _ >platform x86_64-redhat-linux-gnu >arch x86_64 >os linux-gnu >system x86_64, linux-gnu >status >major 3 >minor 1.0 >year 2014 >month 04 >day 10 >svn rev 65387 >language R >version.string R version 3.1.0 (2014-04-10) >nickname Spring Dance > > >Regards >Billy > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.