Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-18 | add version 2.0.2 to r-mnormt (#21115) | Glenn Johnson | 1 | -6/+9 | |
2021-01-18 | add version 3.12.0 to r-mice (#21116) | Glenn Johnson | 1 | -17/+22 | |
2021-01-18 | new package: r-mutoss (#21117) | Glenn Johnson | 1 | -0/+26 | |
Designed to ease the application and comparison of multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods are standardized and usable by the accompanying 'mutossGUI'. | |||||
2021-01-18 | add version 2.0.4.1 to r-leaflet (#21118) | Glenn Johnson | 1 | -1/+5 | |
2021-01-18 | add version 2.1.0 to r-janitor (#21120) | Glenn Johnson | 1 | -13/+21 | |
2021-01-18 | new package: r-parallelly (#21122) | Glenn Johnson | 1 | -0/+27 | |
Utility functions that enhance the 'parallel' package and support the built-in parallel backends of the 'future' package. For example, availableCores() gives the number of CPU cores available to your R process as given by the operating system, 'cgroups' and Linux containers, R options, and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores(). Another example is makeClusterPSOCK(), which is backward compatible with parallel::makePSOCKcluster() while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer. | |||||
2021-01-18 | add version 2.0.0 to r-dbplyr (#21123) | Glenn Johnson | 1 | -5/+11 | |
2021-01-18 | [genfit] add tags and first version (#21127) | vvolkl | 1 | -1/+4 | |
2021-01-18 | [acts] Add version 4.1, bump minimal dependencies (#21128) | Hadrien G | 1 | -9/+10 | |
2021-01-18 | py-mdanalysis: correctly depend on py-gsd (#21133) | Michael Kuron | 1 | -1/+1 | |
2021-01-18 | python: improve building with Intel (#21134) | Sergey Kosukhin | 1 | -2/+2 | |
2021-01-18 | ibm-java: new version (#21135) | dithwick | 1 | -0/+2 | |
2021-01-18 | py-pycairo: update version and fix setup.py test error (#21004) | darmac | 1 | -2/+5 | |
* py-pycairo: update version and fix setup.py test error * py-pycairo: update dependency | |||||
2021-01-18 | hssp: Fix checksum for 3.0.10 (#20894) | Tomoyasu Nojiri | 1 | -10/+10 | |
* hssp: Fix checksum for 3.0.10 * hssp: Fix checksum for 3.0.1 to 3.0.9 | |||||
2021-01-18 | mpas-model: New package. (#21124) | Toyohisa Kameyama | 2 | -0/+96 | |
* mpas-model: New package. * remove pnetcdf variant. remove debug print. * remove unnessesary line. * style fix. | |||||
2021-01-17 | added new python package py-f90wrap (#20957) | bryanherman | 1 | -0/+22 | |
2021-01-17 | Libconfuse: refine autoreconf and add some dependencies (#21006) | darmac | 1 | -0/+6 | |
* libconfuse: add some build dependencies * libconfuse: use autogen.sh to do the autoreconf | |||||
2021-01-17 | sz: version 2.1.11.1 (#21008) | Robert Underwood | 1 | -0/+1 | |
2021-01-17 | add version 0.4.2 to r-labeling (#21063) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 1.2.4 to r-lambda-r (#21064) | Glenn Johnson | 1 | -3/+6 | |
2021-01-17 | add version 16.1.4 to r-laplacesdemon (#21065) | Glenn Johnson | 1 | -3/+6 | |
2021-01-17 | add version 1.1.0.1 to r-later (#21066) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 0.20-41 to r-lattice (#21067) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 0.6-29 to r-latticeextra (#21068) | Glenn Johnson | 1 | -1/+7 | |
2021-01-17 | add version 1.6.8.1 to r-lava (#21069) | Glenn Johnson | 1 | -1/+12 | |
2021-01-17 | add version 1.0-4 to r-ldheatmap (#21070) | Glenn Johnson | 1 | -3/+13 | |
2021-01-17 | new package: r-leaflet-providers (#21071) | Glenn Johnson | 1 | -0/+23 | |
Contains third-party map tile provider information from 'Leaflet.js', <https://github.com/leaflet-extras/leaflet-providers>, to be used with the 'leaflet' R package. Additionally, 'leaflet.providers' enables users to retrieve up-to-date provider information between package updates. | |||||
2021-01-17 | add version 3.1 to r-leaps (#21072) | Glenn Johnson | 1 | -1/+5 | |
2021-01-17 | add version 0.3.6 to r-leiden (#21073) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 4.0.5 to r-bit64 (#20964) | Glenn Johnson | 1 | -13/+16 | |
2021-01-17 | add version 0.8-81 to r-foreign (#20975) | Glenn Johnson | 1 | -3/+8 | |
* add version 0.8-81 to r-foreign * fix line length too long error | |||||
2021-01-17 | add version 3.3.2 to r-geomorph (#21010) | Glenn Johnson | 1 | -6/+10 | |
2021-01-17 | add version 3.11.0 to r-ergm (#21011) | Glenn Johnson | 1 | -5/+10 | |
2021-01-17 | add version 1.3-0 to r-lsei (#21083) | Glenn Johnson | 1 | -7/+9 | |
2021-01-17 | new package: r-cpp11 (#21015) | Glenn Johnson | 1 | -0/+21 | |
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors. | |||||
2021-01-17 | add version 1.0.3 to r-dplyr (#21012) | Glenn Johnson | 1 | -8/+20 | |
2021-01-17 | add version 2.2.0 to r-remotes (#21016) | Glenn Johnson | 1 | -1/+6 | |
2021-01-17 | add version 1.2.0 to r-pkgbuild (#21017) | Glenn Johnson | 1 | -1/+6 | |
2021-01-17 | add version 1.1.0 to r-pkgload (#21018) | Glenn Johnson | 1 | -1/+8 | |
2021-01-17 | add version 2.0.2 to r-rversions (#21019) | Glenn Johnson | 1 | -4/+6 | |
2021-01-17 | add version 7.1.1 to r-roxygen2 (#21020) | Glenn Johnson | 1 | -5/+10 | |
2021-01-17 | new package: r-gitcreds (#21022) | Glenn Johnson | 1 | -0/+23 | |
Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories. | |||||
2021-01-17 | add version 0.9.0 to r-gistr (#21023) | Glenn Johnson | 1 | -6/+14 | |
2021-01-17 | add version 0.28.0 to r-git2r (#21024) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 4.1 to r-glmnet (#21025) | Glenn Johnson | 1 | -1/+7 | |
2021-01-17 | add version 0.14.0 to r-globals (#21026) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 1.4.2 to r-glue (#21027) | Glenn Johnson | 1 | -5/+9 | |
2021-01-17 | add version 0.6.9 to r-googlevis (#21029) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 0.2.2 to r-gower (#21030) | Glenn Johnson | 1 | -1/+4 | |
2021-01-17 | add version 3.1.1 to r-gplots (#21031) | Glenn Johnson | 1 | -2/+19 | |