Displaying 2 results from an estimated 2 matches for "apporx".
Did you mean:
apport
2010 Jan 24
3
system vs shell wait command
...a R script.
However this second program needs some time to finish. After finishing the
output should be read into R and used for further calculation.
Under windows, it perfectly works:
result<-shell("gencont < yn.txt",intern=TRUE,wait=TRUE)
# R waits untill the program finishes (apporx 3 min) and uses the result as
an object. "yn.txt" contains the answer to a question prompted by the second
program before running
resultf<-result[length(result)]
# reads the last line, which contains the required result
However, At our Linux server, shell() doesn't work. Here, I&...
2018 Jun 30
2
Looking into a solution for Caldav (and possibly carddav) support
Am 30.06.2018 um 07:13 schrieb Mihai Badici:
> I can confirm you can use dovecot ( instead of cyrus) but is not trivial
> and I didn't know much about the compatibility for shared calendars.
Cyrus IMAPd provides exactly that, easily ;-)
https://www.cyrusimap.org/imap/download/installation/manage-dav.html
Alexander