search for: installdeps

Displaying 5 results from an estimated 5 matches for "installdeps".

Did you mean: install_deps
2023 Jun 06
2
Fwd: package interflex
...able_ and _complete_ provision of binaries is such a game changer. I have been at this for 20+ years (as it was that long ago that injected the first few r-cran-* packages into Debian). And having r2u is a complete gamechanger. I can drop into a random code repository (as today for work), run my `installDeps.r` helper to install everything, or in the demo for you just do `install.r interflex` (or, if one prefers run it as an R command via eg a simple `Rscript -e 'install.packages("interflex")'`). And getting all of that in under 30 seconds _reliably_ is pure magic. | ok, AFAIU, wan...
2023 Jun 07
2
Fwd: package interflex
...binaries is such a game > changer. I have been at this for 20+ years (as it was that long ago that > injected the first few r-cran-* packages into Debian). > > And having r2u is a complete gamechanger. > > I can drop into a random code repository (as today for work), run my > `installDeps.r` helper to install everything, or in the demo for you just > do > `install.r interflex` (or, if one prefers run it as an R command via eg a > simple `Rscript -e 'install.packages("interflex")'`). > > And getting all of that in under 30 seconds _reliably_ is pure m...
2023 Jun 07
1
Fwd: package interflex
...;> changer. I have been at this for 20+ years (as it was that long ago that >> injected the first few r-cran-* packages into Debian). >> >> And having r2u is a complete gamechanger. >> >> I can drop into a random code repository (as today for work), run my >> `installDeps.r` helper to install everything, or in the demo for you just >> do >> `install.r interflex` (or, if one prefers run it as an R command via eg a >> simple `Rscript -e 'install.packages("interflex")'`). >> >> And getting all of that in under 30 seconds...
2023 Jun 07
1
Fwd: package interflex
...able_ and _complete_ provision of binaries is such a game changer. I have been at this for 20+ years (as it was that long ago that injected the first few r-cran-* packages into Debian). And having r2u is a complete gamechanger. I can drop into a random code repository (as today for work), run my `installDeps.r` helper to install everything, or in the demo for you just do `install.r interflex` (or, if one prefers run it as an R command via eg a simple `Rscript -e 'install.packages("interflex")'`). And getting all of that in under 30 seconds _reliably_ is pure magic. | ok, AFAIU, want...
2023 Jun 06
1
Fwd: package interflex
Cheers - my response mixes up the order of things: The suggested apt way INSTALLED INTERFLEX nicely. Lesson learned: install dependencies from apt if a package/library isn't in apt search. Yes I also tried install.packages('interflex'). RStudio console complained about the same packages like this: ERROR: dependency 'xyz' is not available for package ''abc" *