Displaying 6 results from an estimated 6 matches for "webutil".
Did you mean:
webutils
2024 Dec 05
2
Exposing native httpd server
R has a native HTTP server that is used for serving R help pages
interactively, at least on the loopback device (127.0.0.1)
But all of the working are internal, not exposed to user and not documented.
This is quite shame since the server seems to be fully capable of
handling basic tasks,
be it serving static websites or even interactively processing queries.
This was previously noticed by
2024 Dec 08
2
Exposing native httpd server
Dear Simon and Jeroen,
thank you for your answers. I have to reiterate that I am out of my
depth in here. My knowledge of http is clicking links and not much
beyond that.
I will definitely look into `webutils` and `Rserve`.
One of the reason why I brought this issue is that I have a static site
generator that uses the pkg `servr` to serve the static site locally,
before I push it to github pages.
This allowed me to remove some 12 dependencies.
For this, the internal R webserver seems to be completel...
2024 Dec 08
1
Exposing native httpd server
...; `Rserve` has none).
On 12/8/24 14:57, Ji?? Moravec wrote:
> Dear Simon and Jeroen,
>
> thank you for your answers. I have to reiterate that I am out of my
> depth in here. My knowledge of http is clicking links and not much
> beyond that.
>
> I will definitely look into `webutils` and `Rserve`.
>
> One of the reason why I brought this issue is that I have a static site
> generator that uses the pkg `servr` to serve the static site locally,
> before I push it to github pages.
> This allowed me to remove some 12 dependencies.
> For this, the internal R w...
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
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...* R-tibble
* R-tidyr
* R-tidyselect
* R-tikzDevice
* R-timeDate
* R-timeSeries
* R-tinytest
* R-tinytex
* R-tkrplot
* R-tkWidgets
* R-tufte
* R-tweenr
* R-udunits2
* R-unitizer
* R-units
* R-unix
* R-usethis
* R-utf8
* R-uuid
* R-V8
* R-vctrs
* R-viridisLite
* R-waveslim
* R-wavethresh
* R-webp
* R-webutils
* R-whisker
* R-whoami
* R-widgetTools
* R-withr
* R-xfun
* R-XML
* R-xml2
* R-xopen
* R-xtable
* R-XVector
* R-yaml
* R-zeallot
* R-zoo
* libsbml
* libsedml
* libnuml
* shogun
== Contingency Plan ==
* Contingency mechanism: The side tag will not be merged, or if a side
tag is deemed unnecessar...
2024 Dec 06
1
Exposing native httpd server
Ji??,
in a sense there are two quite different issue that you are touching upon. On one hand, your request for exposing the http server is something I was pretty much expecting. In order to judge the appetite for it I have included the support for custom handlers back then as inofficial API specifically so that if anyone cares we could work on refining it (really only Jeff and Hadley ever asked