Displaying 11 results from an estimated 11 matches for "processx".
Did you mean:
process
2019 Mar 18
4
Possibly broken system2 env-option
Hey all,
what is wrong with this command:
system2("echo", env = c(VAR = "Hello World"), args = c("$VAR"))
I am a bit confused, as help("system2") writes about the env option:
> character vector of name=value strings to set environment variables.
Is this option buggy, or am I using it just wrong?
Thanks for your help
Henning
2024 Aug 17
1
Terminating a cmd windows from R
Many thanks for your help.
I will consider the processx package.
Best regards
Nicolas
Le 17 ao?t 2024 ? 16:07, Ivan Krylov <ikrylov at disroot.org> a ?crit :
?
? Sat, 17 Aug 2024 11:?47:?30 +0000 SIMON Nicolas via R-help <r-help@?r-project.?org> ?????: > nmrun <- paste0("cmd.?exe /k ",nm_log,".?bat ",nmi,"....
2017 Sep 06
3
withr::set_makevars
...7-08-31 Github (r-lib/pkgbuild at 6574561)
pkgconfig 2.0.1 2017-03-21 CRAN (R 3.4.0)
pkgload 0.0.0.9000 2017-08-31 Github (r-pkgs/pkgload at 80a6493)
praise 1.0.0 2015-08-11 CRAN (R 3.4.0)
processx 2.0.0.1 2017-07-30 CRAN (R 3.4.1)
R6 2.2.2 2017-06-17 CRAN (R 3.4.0)
rcmdcheck 1.2.1 2016-09-28 CRAN (R 3.4.0)
Rcpp 0.12.12 2017-07-15 CRAN (R 3.4.1)...
2017 Sep 07
0
withr::set_makevars
...21 CRAN (R 3.4.0)
> pkgbuild 0.0.0.9000 2017-08-31 Github (r-lib/pkgbuild at 6574561)
> pkgconfig 2.0.1 2017-03-21 CRAN (R 3.4.0)
> pkgload 0.0.0.9000 2017-08-31 Github (r-pkgs/pkgload at 80a6493)
> praise 1.0.0 2015-08-11 CRAN (R 3.4.0)
> processx 2.0.0.1 2017-07-30 CRAN (R 3.4.1)
> R6 2.2.2 2017-06-17 CRAN (R 3.4.0)
> rcmdcheck 1.2.1 2016-09-28 CRAN (R 3.4.0)
> Rcpp 0.12.12 2017-07-15 CRAN (R 3.4.1)
> remotes 1.1.0 2017-07-09 CRAN (R 3.4.1)
> rex...
2020 Mar 13
7
pipe(): input to, and output from, a single process
hi. i'd like to instantiate sed(1), send it some input, and retrieve
its output, all via pipes (rather than an intermediate file).
my sense from pipe and looking at the sources (sys-unix.c) is that is
not possible. is that true? are there any thoughts of providing such a
facility?
cheers, Greg
2020 Mar 16
0
pipe(): input to, and output from, a single process
I am not sure if `pipe()` works for this, but if it turns out that it
does not, then you can use the processx package, e.g.:
> p <- processx::process$new("sed", c("-l", "s/a/x/g"), stdin = "|", stdout = "|")
> p$write_input("foobar\n")
> p$read_output()
[1] "foobxr\n"
The `-l` sed flag is to make sed line-buffered, otherwis...
2023 Apr 09
1
can't install nser...
...update?
1: All
2: CRAN packages only
3: None
4: rlang (1.0.4 -> 1.1.0 ) [CRAN]
5: cli (3.3.0 -> 3.6.1 ) [CRAN]
6: openssl (1.4.5 -> 2.0.6 ) [CRAN]
7: curl (4.3.2 -> 5.0.0 ) [CRAN]
8: Rcpp (1.0.7 -> 1.0.10) [CRAN]
9: ps (1.6.0 -> 1.7.4 ) [CRAN]
10: processx (3.5.2 -> 3.8.0 ) [CRAN]
11: purrr (0.3.4 -> 1.0.1 ) [CRAN]
12: magrittr (2.0.1 -> 2.0.3 ) [CRAN]
13: fastmap (1.1.0 -> 1.1.1 ) [CRAN]
14: cachem (1.0.6 -> 1.0.7 ) [CRAN]
15: fs (1.5.2 -> 1.6.1 ) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
* in...
2023 Apr 09
1
can't install nser...
...> 3: None
> 4: rlang (1.0.4 -> 1.1.0 ) [CRAN]
> 5: cli (3.3.0 -> 3.6.1 ) [CRAN]
> 6: openssl (1.4.5 -> 2.0.6 ) [CRAN]
> 7: curl (4.3.2 -> 5.0.0 ) [CRAN]
> 8: Rcpp (1.0.7 -> 1.0.10) [CRAN]
> 9: ps (1.6.0 -> 1.7.4 ) [CRAN]
> 10: processx (3.5.2 -> 3.8.0 ) [CRAN]
> 11: purrr (0.3.4 -> 1.0.1 ) [CRAN]
> 12: magrittr (2.0.1 -> 2.0.3 ) [CRAN]
> 13: fastmap (1.1.0 -> 1.1.1 ) [CRAN]
> 14: cachem (1.0.6 -> 1.0.7 ) [CRAN]
> 15: fs (1.5.2 -> 1.6.1 ) [CRAN]
>
> Enter one or more numbers, or a...
2020 Jun 26
2
R 4.0.0 rebuild status
On Friday, 26 June 2020 10.47.13 WEST I?aki Ucar wrote:
> I used bcond locally and wrongly assumed that fedpkg build would
> support --with BCOND and --without BCOND. Instead, the way to activate
> it is to change to "%bcond_with check" and then revert to
> "%bcond_without check". The only difference with bootstrap is that
> "bootstrap" is recognized
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
...gtable lubridate plyr
reshape2 tidyverse
blob dplyr gtools magrittr praise
rlang tinytex
broom egg haven markdown prettyunits
rmarkdown utf8
callr ellipsis hexbin mime processx
robustbase uuid
cellranger evaluate highr modelr progress
rprojroot vctrs
cli fansi hms modeltools promises rstudioapi
viridisLite
clipr farver htmltools mstate ps
rvest webshot...
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...penssl
* R-orcutt
* R-packrat
* R-parsedate
* R-pbdRPC
* R-pbdZMQ
* R-pdftools
* R-pillar
* R-pingr
* R-pkgbuild
* R-pkgconfig
* R-pkgdown
* R-pkgload
* R-plogr
* R-pls
* R-plyr
* R-png
* R-poLCA
* R-polyclip
* R-polynom
* R-praise
* R-preprocessCore
* R-prettycode
* R-prettydoc
* R-prettyunits
* R-processx
* R-progress
* R-promises
* R-ps
* R-purrr
* R-qcc
* R-qpdf
* R-qtl
* R-quadprog
* R-quantities
* R-qvalue
* R-R6
* R-rappdirs
* R-R.cache
* R-rcmdcheck
* R-RColorBrewer
* R-Rcompression
* R-Rcpp
* R-RcppCCTZ
* R-RCurl
* R-R.devices
* R-readr
* R-readxl
* R-rematch
* R-rematch2
* R-remotes
* R-repr...