U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This is a 32-bit build of U-Boot.
This package only contains the file u-boot.bin.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This is a 32-bit build of U-Boot.
This package only contains the file u-boot.bin.
Facilitates efficient polygon search using kd trees. Coordinate level spatial data can be aggregated to higher geographical identities like census blocks, ZIP codes or police district boundaries. This process requires mapping each point in the given data set to a particular identity of the desired geographical hierarchy. Unless efficient data structures are used, this can be a daunting task. The operation point.in.polygon()
from the package sp is computationally expensive. Here, we exploit kd-trees as efficient nearest neighbor search algorithm to dramatically reduce the effective number of polygons being searched.
This package provides utilities for the design and analysis of replication studies. Features both traditional methods based on statistical significance and more recent methods such as the sceptical p-value; Held L. (2020) <doi:10.1111/rssa.12493>, Held et al. (2022) <doi:10.1214/21-AOAS1502>, Micheloud et al. (2023) <doi:10.1111/stan.12312>. Also provides related methods including the harmonic mean chi-squared test; Held, L. (2020) <doi:10.1111/rssc.12410>, and intrinsic credibility; Held, L. (2019) <doi:10.1098/rsos.181534>. Contains datasets from five large-scale replication projects.
The methods in this package adds to the functionality of the intamap package, such as bias correction and network optimization. Pebesma et al (2010) gives an overview of the methods behind and possible usage <doi:10.1016/j.cageo.2010.03.019>.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
Wayland Scanner generates Rust APIs from XML Wayland protocol files. It is intended for use with wayland-sys. You should only need this crate if you are working on custom Wayland protocol extensions. Look at the wayland-client crate for usable bindings.
ReferenceTests.jl
is a Julia package that adds a couple of additional macros to your testing toolbox. In particular, it focuses on functionality for testing values against reference files, which in turn the package can help create and update if need be.
Plotting functions for visualising textual data. Extends quanteda and related packages with plot methods designed specifically for text data, textual statistics, and models fit to textual data. Plot types include word clouds, lexical dispersion plots, scaling plots, network visualisations, and word keyness plots.
This package provides a diverse collection of time series datasets spanning various fields such as economics, finance, energy, healthcare, and more. Designed to support time series analysis in R by offering datasets from multiple disciplines, making it a valuable resource for researchers and analysts.
This package contains functions for simulating phase 12 trial designs described by Chapple and Thall (2019) including simulation and the EFF-TOX trial and simulation and implementation of the U12 trial. Functions for implementing the EFF-TOX trial are found in the package Phase123'.
Given a sample data table and a design formula, ExploreModelMatrix
generates an interactive application for exploration of the resulting design matrix. This can be helpful for interpreting model coefficients and constructing appropriate contrasts in (generalized) linear models. Static visualizations can also be generated.
Captures errors encountered when running run_examples()
', and processes and archives them. The function run_examples()
within the devtools package allows batch execution of all of the examples within a given package. This is much more convenient than testing each example manually. However, a major inconvenience is that if an error is encountered, the program stops and does not complete testing the remaining examples. Also, there is not a systematic record of the results, namely which package functions had no examples, which had examples that failed, and which had examples that succeeded. The current package provides the missing functionality.
microbiomeDataSets
is a collection of microbiome datasets loaded from Bioconductor'S ExperimentHub
infrastructure. The datasets serve as reference for workflows and vignettes published adjacent to the microbiome analysis tools on Bioconductor. Additional datasets can be added overtime and additions from authors are welcome.
Identification and visualization of groups of closely spaced mutations in the DNA sequence of cancer genome. The extremely mutated zones are searched in the symmetric dissimilarity matrix using the anti-Robinson matrix properties. Different data sets are obtained to describe and plot the clustered mutations information.
Modeling the zero coupon yield curve using the dynamic De Rezende and Ferreira (2011) <doi:10.1002/for.1256> five factor model with variable or fixed decaying parameters. For explanatory purposes, the package also includes various short datasets of interest rates for the BRICS countries.
Kendall random walks are a continuous-space Markov chains generated by the Kendall generalized convolution. This package provides tools for simulating these random walks and studying distributions related to them. For more information about Kendall random walks see Jasiulis-GoÅ dyn (2014) <arXiv:1412.0220>
.
This package provides a suite of conversion functions to create internally standardized spatial polygons data frames. Utility functions use these data sets to return values such as country, state, time zone, watershed, etc. associated with a set of longitude/latitude pairs. (They also make cool maps.).
Marlin is a Java2D RenderingEngine
optimized for performance (improved memory usage and footprint, better multi-threading) and better visual quality based on OpenJDK's pisces
implementation. It handles shape rendering (Graphics2D
draw(Shape)
/ fill(Shape)
with stroke and dash attributes.