Displaying 3 results from an estimated 3 matches for "mangothecat".
2017 Sep 06
3
withr::set_makevars
...clisymbols 1.2.0 2017-09-02 Github (gaborcsardi/clisymbols at e49b4f5)
covr 3.0.0 2017-06-26 CRAN (R 3.4.1)
crayon 1.3.2.9000 2017-08-25 Github (gaborcsardi/crayon at e4dba3b)
cyclocomp 1.1.0 2017-09-02 Github (MangoTheCat/cyclocomp at 6156a12)
debugme 1.0.2 2017-03-01 CRAN (R 3.4.0)
desc 1.1.1 2017-08-03 CRAN (R 3.4.1)
devtools 1.13.3.9000 2017-08-31 Github (hadley/devtools at 91490d1)
digest 0.6.12...
2017 Sep 07
0
withr::set_makevars
...t 2dffbbe)
> clisymbols 1.2.0 2017-09-02 Github (gaborcsardi/clisymbols@
> e49b4f5)
> covr 3.0.0 2017-06-26 CRAN (R 3.4.1)
> crayon 1.3.2.9000 2017-08-25 Github (gaborcsardi/crayon at e4dba3b)
> cyclocomp 1.1.0 2017-09-02 Github
> (MangoTheCat/cyclocomp at 6156a12)
> debugme 1.0.2 2017-03-01 CRAN (R 3.4.0)
> desc 1.1.1 2017-08-03 CRAN (R 3.4.1)
> devtools 1.13.3.9000 2017-08-31 Github (hadley/devtools at 91490d1)
> digest 0.6.12 2017-01-27 CRAN (R 3.4.1)
> goodpractice *...
2016 Jun 14
5
new function to tools/utils package: dependencies based on DESCRIPTION file
Hi all,
Packages tools and utils have a lot of useful stuff for R developers.
I find one task still not as straightforward as it could. Simply to
extract dependencies of a package from DESCRIPTION file (before it is
even installed to library). This would be valuable in automation of CI
setup in a more meta-data driven way.
The simple function below, I know it is short and simple, but having
it to