Using the API Annotations available from GHC 7.10.2, this library provides a means to round-trip any code that can be compiled by GHC, currently excluding .lhs
files.
Take the examples written in your documentation of functions and use them to create shells (skeletons which must be manually completed by the user) of test files to be tested with the testthat package. Sort of like python doctests for R.
This package provides fast dynamic-programming algorithms in C++'/'Rcpp (with pure R fallbacks) for the exact finite-sample distributions and p-values of Christoffersen (1998) independence (IND) and conditional-coverage (CC) VaR
backtests. For completeness, it also provides the exact unconditional-coverage (UC) test following Kupiec (1995) via a closed-form binomial enumeration. See Christoffersen (1998) <doi:10.2307/2527341> and Kupiec (1995) <doi:10.3905/jod.1995.407942>.
The class design offers:
direct support for collaborative development of an exam, using a model in which a departmental exams convener or exam chair coordinates multiple authors writing individual questions (the class file and associated process is in regular use within a physics and astronomy department);
all of the traditional exam paper features such as sectioning, per-part running marks, ``Question n continued'' catchwords, and so on;
readily configured local adaptation.
The (PSTricks-related) package provides an environment PSTexample
to put code and output side by side or one above the other.
This package provides a replacement for the extract
function from the raster
package that is suitable for extracting raster values using sf
polygons.
The package makes it easier to produce examples for TeX course. It provides an example environment, which typesets its contents on the left of the page, and prints it verbatim on the right.
This package provides a class exam-zh.cls
suitable for Chinese exams of all types. It also includes several module packages like exam-zh-question.sty
and exam-zh-choices.sty
, which can be used individually.
Randomized multiple-select and single-select question generation for the MyLearn
teaching and learning platform. Question templates in the form of the R/exams package (see <http://www.r-exams.org/>) are transformed into XML format required by MyLearn
'.
Computes exact p-values for multinomial goodness-of-fit tests based on multiple test statistics, namely, Pearson's chi-square, the log-likelihood ratio and the probability mass statistic. Implements the algorithm detailed in Resin (2023) <doi:10.1080/10618600.2022.2102026>. Estimates based on the classical asymptotic chi-square approximation or Monte-Carlo simulation can also be computed.
This package computes exact conditional p-values and quantiles using an implementation of the Shift-Algorithm by Streitberg & Roehmel.
The examplep
package provides sophisticated features for typesetting verbatim source code listings, including the display of the source code and its compiled LaTeX or Metapost output side-by-side, with automatic width detection and enabled page breaks (in the source), without the need for specifying the source twice. Special care is taken that section, page and footnote numbers do not interfere with the main document. For typesetting short verbatim phrases, a replacement for the \verb
command is also provided in the package, which can be used inside tables and moving arguments such as footnotes and section titles.
LAPLACIAN is an example of a Laplacian problem. The code is written in Fortran 90.
This template is devoted to the quicker preparation of exams in LaTeX. Its main features are:
minimalistic design;
include the custom logo of the affiliation;
predefined commands for a subject, study year, study program, exam type, place of exam, date;
many macros contained in this package speed up the process of preparing the necessary ingredients for the exam;
automatic calculation of total points.
LaGUI demonstration programs
This package provides tools for managing JACK connections and testing or configuring the JACK session. Tools include jack_lsp
, jack_connect
, and jack_transport
.
This package provides a small collection of datasets supporting Pearson correlation and linear regression analysis. It includes the precomputed dataset sos100', with integer values summing to zero and squared sum equal to 100. For other values of n and user-defined parameters, the sos()
function from the exams.forge package can be used to generate datasets on the fly. In addition, the package contains around 500 R Markdown exercises that illustrate the usage of exams.forge commands.
This bundle provides a class examdesign
. The class provides several features useful for designing tests or question sets: it allows for explicit markup of questions and answers; the class will, at the user's request, automatically generate answer keys; multiple versions of the same test can be generated automatically, with the ordering of questions within each section randomly permuted so as to minimize cheating; the generated answer keys can be constructed either with or without the questions included; environments are provided to assist in constructing the most common types of test question: matching, true/false, multiple-choice, fill-in-the-blank, and short answer/essay questions.
Example showing how to use starpu for implementing a distributed gemm.
libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.
This package provides the PDFsand sources for all examples from The LaTeX Companion, third edition (Parts I+II), together with necessary supporting files.
G-Golf port of (a subset of) the upstream gtk4-demo
examples in the gtk:bin
Guix package output. Run guix edit g-golf-gtk-4-examples
for inspiration how to wrap G-Golf applications when writing a Guix package.
G-Golf port of the upstream adwaita-1-demo
example in the libadwaita
Guix package. It adds one simple hello-world example as well. Run guix edit g-golf-adw-1-examples
for inspiration how to wrap G-Golf applications when writing a Guix package.
Example showing how to use starpu for implementing a distributed gemm in C++.