Colin Fay
Colin Fay
closed via #1037
Closing for lack of updates, feel free to comment if you have anything new :)
@gabrielburcea `www/` exists __in the browser__, not on the server side :)
We have a release candidate for the new version of golem which has the following dependencies: ```yaml Imports: attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0), shiny (>= 1.5.0),...
Current version, in a fresh rocker/verse:latest image and just pak installed ```r > pak::pak("thinkr-open/golem@dev") ✔ Updated metadata database: 2.14 MB in 6 files. ✔ Updating metadata database ... done →...
Ok, so it's been a long, long journey but it's now in the latest version of `{golem}`. You can check https://golemverse.org/post/golem-0.4.0-release-on-cran/ for more information :)
close via #1021
Hey @EwokOzwok, would you be ok with adding some details on when / how you're using it? thanks
Check for any ns : ``` "ns" %in% (getParseData(parse(text = readLines("R/mod_name.R"))) |> dplyr::filter(token == "SYMBOL_FUNCTION_CALL") |> getElement("text") ) ``` Next step - Detect that a function is input or output...
What we want to verify: After each xyzInput or xyzOutput, there is a ns 