Showing 10 of total 10 results (show query)
yihui
servr:A Simple HTTP Server to Serve Static Files or Dynamic Documents
Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Maintained by Yihui Xie. Last updated 3 months ago.
http-serverweb-serverwebsocket
283 stars 12.51 score 190 scripts 94 dependentsropensci
drake:A Pipeline Toolkit for Reproducible Computation at Scale
A general-purpose computational engine for data analysis, drake rebuilds intermediate data objects when their dependencies change, and it skips work when the results are already up to date. Not every execution starts from scratch, there is native support for parallel and distributed computing, and completed projects have tangible evidence that they are reproducible. Extensive documentation, from beginner-friendly tutorials to practical examples and more, is available at the reference website <https://docs.ropensci.org/drake/> and the online manual <https://books.ropensci.org/drake/>.
Maintained by William Michael Landau. Last updated 4 months ago.
data-sciencedrakehigh-performance-computingmakefilepeer-reviewedpipelinereproducibilityreproducible-researchropensciworkflow
1.3k stars 11.49 score 1.7k scripts 1 dependentskbroman
broman:Karl Broman's R Code
Miscellaneous R functions, including functions related to graphics (mostly for base graphics), permutation tests, running mean/median, and general utilities.
Maintained by Karl W Broman. Last updated 10 months ago.
183 stars 8.80 score 648 scripts 1 dependentsices-tools-prod
TAF:Transparent Assessment Framework for Reproducible Research
General framework to organize data, methods, and results used in reproducible scientific analyses. A TAF analysis consists of four scripts (data.R, model.R, output.R, report.R) that are run sequentially. Each script starts by reading files from a previous step and ends with writing out files for the next step. Convenience functions are provided to version control the required data and software, run analyses, clean residues from previous runs, manage files, manipulate tables, and produce figures. With a focus on stability and reproducible analyses, the TAF package comes with no dependencies. TAF forms a base layer for the 'icesTAF' package and other scientific applications.
Maintained by Arni Magnusson. Last updated 3 days ago.
3 stars 8.05 score 282 scripts 2 dependentsices-tools-prod
icesTAF:Functions to Support the ICES Transparent Assessment Framework
Functions to support the ICES Transparent Assessment Framework <https://taf.ices.dk> to organize data, methods, and results used in ICES assessments. ICES is an organization facilitating international collaboration in marine science.
Maintained by Colin Millar. Last updated 2 years ago.
5 stars 6.37 score 1.1k scripts 1 dependentsarni-magnusson
makeit:Run R Scripts if Needed
Automation tool to run R scripts if needed, based on last modified time. It comes with no package dependencies, organizational overhead, or structural requirements. In short: run an R script if underlying files have changed, otherwise do nothing.
Maintained by Arni Magnusson. Last updated 3 days ago.
3 stars 4.78 score 8 scriptsjeroen
maketools:Exploring and Testing the Toolchain and System Libraries
Helper functions that interface with the system utilities to learn about the local build environment. Lets you explore 'make' rules to test the local configuration, or query 'pkg-config' to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from 'ldd' in combination with information from your distribution package manager, e.g. 'rpm' or 'dpkg'.
Maintained by Jeroen Ooms. Last updated 2 months ago.
14 stars 4.75 score 1 scriptsfvafrcu
fakemake:Mock the Unix Make Utility
Use R as a minimal build system. This might come in handy if you are developing R packages and can not use a proper build system. Stay away if you can (use a proper build system).
Maintained by Andreas Dominik Cullmann. Last updated 2 years ago.
4.22 score 11 scripts 1 dependentsbeerda
rmake:Makefile Generator for R Analytical Projects
Creates and maintains a build process for complex analytic tasks in R. Package allows to easily generate Makefile for the (GNU) 'make' tool, which drives the build process by (in parallel) executing build commands in order to update results accordingly to given dependencies on changed data or updated source files.
Maintained by Michal Burda. Last updated 3 years ago.
1 stars 4.11 score 26 scriptspjumppanen
BuildSys:System for Building and Debugging C/C++ Dynamic Libraries
A build system based on 'GNU make' that creates and maintains (simply) make files in an R session and provides GUI debugging support through 'Microsoft Visual Code'.
Maintained by Paavo Jumppanen. Last updated 4 years ago.
2 stars 2.30 score 1 scripts