search for: docopt

Displaying 4 results from an estimated 4 matches for "docopt".

2023 Mar 07
0
New deps for R-gh
Hi friends, R-gh's latest version grew a dependency on httr2 (which has a suggests for %check on docopt), so I made two new packages for Fedora. They're both noarch and simple, should be quick reviews for someone. Any help here is appreciated. R-docopt: https://bugzilla.redhat.com/show_bug.cgi?id=2176170 R-httr2: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2176171 Thanks in advance, ~s...
2018 Aug 02
1
Why is rstudio not in Ubuntu repo or PPA?
Yes, a PPA would definitely be great and we'll look into doing that soon. Dirk, you can avoid some of the scraping you are doing in those scripts via the URLs here (which are redirects to the latest stable/preview/daily versions): https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds On Thu, Aug 2, 2018 at 7:39 AM Dirk Eddelbuettel <edd at
2020 Jun 22
2
Docker build issue
...mp;& echo 'APT::Default-Release "stable";' > /etc/apt/apt.conf.d/default ENV R_BASE_VERSION 4.0.1 ## Now install R and littler, and create a link for littler in /usr/local/bin RUN apt-get update \ && apt-get install -t buster-cran40 r-base \ && install.r docopt \ && rm -rf /tmp/downloaded_packages/ /tmp/*.rds \ && rm -rf /var/lib/apt/lists/* CMD python [[alternative HTML version deleted]]
2019 Jan 31
2
Runnable R packages
Would you care to share how your package installs its own dependencies? I assume this is done during the call to `main()`? (Last time I checked, R CMD INSTALL would not install a package's dependencies...) On Thu, Jan 31, 2019 at 4:38 PM Barry Rowlingson < b.rowlingson at lancaster.ac.uk> wrote: > > > On Thu, Jan 31, 2019 at 3:14 PM David Lindelof <lindelof at ieee.org>