Commit graph

14375 commits

Author SHA1 Message Date
Andrew-Dunning-NNL
8a92ebd504
py-pyjnius: new recipie (#21150) 2021-01-19 16:57:10 -06:00
Andrew-Dunning-NNL
c6cb0d7869
py-dictdiffer: new recipe (#21151)
* py-dictdiffer: new recipie

* Update var/spack/repos/builtin/packages/py-dictdiffer/package.py

add correct setuptools dependency

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-19 16:56:53 -06:00
Andrew-Dunning-NNL
6de193fd27
py-pytest-arraydiff: new recipie (#21152) 2021-01-19 16:56:38 -06:00
Andrew-Dunning-NNL
7a913582f2
py-phonenumbers: new recipie (#21153) 2021-01-19 16:56:24 -06:00
Andrew-Dunning-NNL
d3b04f7704
py-pygtrie: new recipie (#21154) 2021-01-19 16:56:09 -06:00
Erik Schnetter
0c5602dc4e
amrex: remove build_type variant (#20938)
This variant is already provided by CMakePackage.
2021-01-19 19:17:37 +01:00
William Downs
35a51760a8
esmf: Add versions 8.0.0 and 8.0.1 (#21147) 2021-01-19 10:52:47 -06:00
Harmen Stoppels
034debeba5
Always set cmake args because defaults change across versions (#21146) 2021-01-19 09:57:12 -06:00
ketsubouchi
8a6e7c8687
cpmd: new package (#21138) 2021-01-19 09:02:09 -06:00
Tomoyasu Nojiri
ab83b6689e
sortmerna: Fix for aarch64 (#21126) 2021-01-19 09:01:16 -06:00
yellowhat
89b9d07efa
gromacs: add v2020.5 (#21144) 2021-01-19 10:26:35 +01:00
Robert Brunner
91f65b9772
libyogrt: add lsf scheduler support, create yogrt.conf file (#19960)
Tell the libyogrt installer to create a yogrt.conf file, specifying whatever 
scheduler was specified in the scheduler=XXX parameter.
2021-01-19 10:01:48 +01:00
Adam J. Stewart
86e9d93859
libidn2:use http for download (#21001)
This is needed since libidn is used to bootstrap curl
2021-01-19 09:54:25 +01:00
Pramod Kumbhar
908528f2f1
NEURON: add v7.8.2, move to CMake and remove all old versions (#20582)
* Update NEURON simulator package
  - update recipe to support autoconf as well as cmake
  - new versions >=7.8 support cmake
  - remove old variants
  - added patch for latest bug fix release 7.8.2

Co-authored-by: Kumbhar Pramod Shivaji <kumbhar@bbpv1.epfl.ch>
Co-authored-by: Kumbhar Pramod Shivaji <kumbhar@bb-c02vf1h0hv2r.epfl.ch>
2021-01-19 09:42:50 +01:00
Thomas Madlener
a92bb5400e
lcio, sio: add sio dependency, update versions and expose zlib version for sio (#20839) 2021-01-19 09:20:43 +01:00
Glenn Johnson
82b10583f9
r-grbase: added v1.8-6.7 (#21033) 2021-01-19 09:10:21 +01:00
Tomoki, Karatsu
5033250140
specfem3d-globe: add new package (#20830) 2021-01-19 08:55:18 +01:00
h-denpo
f781fd1878
universal-ctags: added link dependency on libiconv (#21141) 2021-01-19 08:47:26 +01:00
darmac
a567b73108
py-numexpr: added v2.7.2 (#21142) 2021-01-19 08:42:16 +01:00
yellowhat
83eec2d170
NAMD: FIX build +cuda and mpi ~smp (#20778)
* NAMD: FIX build +cuda

Hi,
If I try to compile NAMD with CUDA support, it fails because cannot file the file "{self.arch}.cuda" because it is undet the "arch" folder.

* NAMD: FIX mpi ~smp

Fix `spack install namd ^charmpp backend=mpi ~smp`
2021-01-18 23:12:06 -06:00
Rao Garimella
a36c40b61d
Update versions of Wonton and Tangram packages (#20813) 2021-01-18 23:06:26 -06:00
Michael Kuron
2e299c5008
siesta: fix build with gfortran (#20840)
Avoid Error: Line truncated at (1) [-Werror=line-truncation]
2021-01-18 22:59:53 -06:00
Erik Schnetter
a2d8023e2a
ssht: New version 1.3.4 (#20880)
* ssht: New version 1.3.4

ssht changed configuration mechanism from "home-grown" to "cmake. The previously current version 1.2b1 (a beta release) is thus unfortunately not available any more.

* ssht: Don't set build type

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-01-18 22:57:53 -06:00
Vicente Bolea
94f1e838b2
ParaView: add new ParaView-5.9.0-RC4 release (#21132)
* ParaView: add new ParaView-5.9.0-RC4 release

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>

* ParaView: add official maintainer @vicentebolea

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2021-01-18 22:53:17 -06:00
Toyohisa Kameyama
3143222d87
salmon-tddft: add eigenexa variant (#21140) 2021-01-18 22:52:50 -06:00
Thomas Madlener
d1174bd40f
Make sure sio library is properly propagated (#20940) 2021-01-18 22:52:27 -06:00
darmac
fe32d256d2
ceres-solver: add v2.0.0 (#21005) 2021-01-18 22:51:57 -06:00
Harmen Stoppels
1dab789504
Don't use CUDA for hipblas (#20935)
* Don't use CUDA for hipblas

* old versions use TRY_CUDA

* Update var/spack/repos/builtin/packages/hipblas/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-18 22:49:59 -06:00
Glenn Johnson
85838e98fb
add version 2.2-2 to r-gwmodel (#21121)
* add version 2.2-2 to r-gwmodel

* Update var/spack/repos/builtin/packages/r-gwmodel/package.py

Fix comma, space issue.

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-18 16:59:05 -06:00
Glenn Johnson
c7d3651356
add version 0.3.17 to r-inline (#21053)
* add version 0.3.17 to r-inline

* Drop R version constraint

A really old version of R was specified in the 0.3.14 and 0.3.15
versions of r-inline. This constraint was dropped in the 0.3.17 version.
Drop it from the spack recipe as well.
2021-01-18 16:58:08 -06:00
Michael Kuron
cec784bb10
vasp: fix build with gfortran 10 and add version 6.1.1 (#20900)
* vasp: fix build with gfortran 10

Avoid Error: Type mismatch between actual argument at (1) and actual argument at (2)

* vasp: add version 6.1.1

* vasp 6: allow building without CUDA
2021-01-18 16:54:52 -06:00
kuramoto-fj
bd51f81e20
Mapsplice2: Add new package (#20901) 2021-01-18 16:53:50 -06:00
Thomas Madlener
e960721c65
Use shared=True to find libraries, since this is the default (#20907)
package also does not expose a shared variant
2021-01-18 16:51:44 -06:00
Atsushi Hori
777901843f
New Package: Process-in-Process (PiP) -- 2nd trial (#20925)
* Adding PiP recipe

* pip@1 recipe (it seems working)

* change install dir hierarchy

* installing PiP man pages

* add pip-glibc & pip-gdb

* fix configure option designations, fix dependency types

* fix dependency type of pip

* use AutotoolsPackage in pip recipe

* add patch for pip-glibc & pip-gdb to enable 'disable-werror'

* change glibc install directory

* add linux distro check to pip-gdb

* create process-in-process package

* use flag_handler and join_path

* add gcc version constraint, change install-test to check-installed

* fix gcc version designations on conflicts()

* add constraint of target cpu, fix flake8 warnings

* add version constraint to resource()

* Some fixes to adapt the current version
	not to execute 'piplnlibs'
	change documentation install command

* Update
	new branch name of PiP-gdb
	adapting PiP-Testsuite

* update pip-gdb github urls

* The very first commit of Process-in-Process (PiP)
	details can be found at https://github.com/RIKEN-SysSoft/PiP

* Fix comment style issues

* New Package: Process-in-Process (PiP) -- 2nd trial

* fix style issue

* change inline comments style (required to have two spaces)

Co-authored-by: Daiki Matsunaga <daikim@axe.bz>
2021-01-18 16:50:48 -06:00
Tomoyasu Nojiri
b7badf2447
gengetopt: Add texinfo depend (#20929) 2021-01-18 16:40:34 -06:00
bryanherman
c500ea80c3
Add SVN extension to Git (#20939)
* added package for svn extension to perl

* added svn variant to git recipe
2021-01-18 16:39:56 -06:00
takanori-ihara
a5963d686c
eigenexa: new package. (#20934) 2021-01-18 23:37:09 +01:00
G-Ragghianti
335c5ed5cb
Updated with requirements for openblas dependency (#20956)
* Updated with requirements for openblas dependency

* Python style fixes
2021-01-18 16:34:21 -06:00
Simon Frasch
e91ff86882
spfft: add version 1.0.0 (#20959) 2021-01-18 16:33:18 -06:00
Glenn Johnson
699df81a95
add version 1.2-9 to r-aer (#20965) 2021-01-18 12:57:28 -06:00
Glenn Johnson
5fb647d17c
The latest version of imagemagick needs libtool linking (#20969)
Imagemagick-7.0.8 needs to link against libltdl. Otherwise, the build will fail with:

```
2 errors found in build log:
     503    checking for libltdl...
     504    checking ltdl.h usability... no
     505    checking ltdl.h presence... no
     506    checking for ltdl.h... no
     507    checking for lt_dlinit in -lltdl... no
     508    checking if libltdl package is complete... no
  >> 509    configure: error: in `/tmp/gpjohnsn/spack-stage/spack-stage-imagemagick-7.0.8-7-4y44gaklhhciiwjzhfpxjfwdj5q
            ltjp3/spack-src':
  >> 510    configure: error: libltdl is required for modules and OpenCL builds
     511    See `config.log' for more details
```
2021-01-18 12:57:15 -06:00
Glenn Johnson
8f5651e63e
add version 3.3.3 to r-ggplot2 (#21021) 2021-01-18 12:56:36 -06:00
Glenn Johnson
e879c4176d
add version 0.6-2 to r-gmp (#21028) 2021-01-18 12:56:21 -06:00
Glenn Johnson
bd404d8ff8
add version 0.5-1 to r-gridgraphics (#21034) 2021-01-18 12:56:06 -06:00
Glenn Johnson
7f7f9a7bfb
add version 3.8.2 to r-gtools (#21038)
* add version 3.8.2 to r-gtools

* Improve formatting of description

In case the list gets formatted as a non-list:
- added semicolons to end of list items
- replaced dashes with [#]
2021-01-18 12:55:51 -06:00
Glenn Johnson
415cff5061
add version 1.30 to r-knitr (#21061)
* add version 1.30 to r-knitr

* Fix version constraints

- r-digest
- r-formatr

The version constraints on those packages should actually be in the `when`
clause.
2021-01-18 12:55:33 -06:00
Glenn Johnson
91fcd49484
add version 1.0-6 to r-libcoin (#21075) 2021-01-18 12:55:18 -06:00
Glenn Johnson
978f74eac7
add version 1.2.0 to r-gh (#21112) 2021-01-18 12:55:04 -06:00
Glenn Johnson
2c3550ae18
add version 1.1.2 to r-tidyr (#21113) 2021-01-18 12:54:51 -06:00
Glenn Johnson
b424dbfead
new package: r-rcppdate (#21114)
'date' is a C++ header library offering extensive date and time
functionality for the C++11, C++14 and C++17 standards written by Howard
Hinnant and released under the MIT license. A slightly modified version
has been accepted (along with 'tz.h') as part of C++20. This package
regroups all header files from the upstream repository by Howard Hinnant
so that other R packages can use them in their C++ code. At present, few
of the types have explicit 'Rcpp' wrapper though these may be added as
needed.
2021-01-18 12:54:35 -06:00
Glenn Johnson
563d939804
add version 2.0.2 to r-mnormt (#21115) 2021-01-18 12:54:22 -06:00
Glenn Johnson
e132195d6c
add version 3.12.0 to r-mice (#21116) 2021-01-18 12:54:06 -06:00
Glenn Johnson
ca9e103994
new package: r-mutoss (#21117)
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 12:53:53 -06:00
Glenn Johnson
5a42df5944
add version 2.0.4.1 to r-leaflet (#21118) 2021-01-18 12:53:38 -06:00
Glenn Johnson
a693a56459
add version 2.1.0 to r-janitor (#21120) 2021-01-18 12:53:23 -06:00
Glenn Johnson
42748f389f
new package: r-parallelly (#21122)
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 12:53:09 -06:00
Glenn Johnson
b9c5a73a48
add version 2.0.0 to r-dbplyr (#21123) 2021-01-18 12:52:55 -06:00
vvolkl
93740d5600
[genfit] add tags and first version (#21127) 2021-01-18 12:49:58 -06:00
Hadrien G
d996fc080a
[acts] Add version 4.1, bump minimal dependencies (#21128) 2021-01-18 12:49:19 -06:00
Michael Kuron
98788aa4bd
py-mdanalysis: correctly depend on py-gsd (#21133) 2021-01-18 12:45:50 -06:00
Sergey Kosukhin
723f132531
python: improve building with Intel (#21134) 2021-01-18 12:44:22 -06:00
dithwick
fa53838d2f
ibm-java: new version (#21135) 2021-01-18 12:43:18 -06:00
darmac
3b064b3a96
py-pycairo: update version and fix setup.py test error (#21004)
* py-pycairo: update version and fix setup.py test error

* py-pycairo: update dependency
2021-01-18 12:34:41 -06:00
Tomoyasu Nojiri
385ca1529a
hssp: Fix checksum for 3.0.10 (#20894)
* hssp: Fix checksum for 3.0.10

* hssp: Fix checksum for 3.0.1 to 3.0.9
2021-01-18 12:21:49 -06:00
Toyohisa Kameyama
3ee8c11910
mpas-model: New package. (#21124)
* mpas-model: New package.

* remove pnetcdf variant.
remove debug print.

* remove unnessesary line.

* style fix.
2021-01-18 12:10:21 -06:00
bryanherman
2cfe349828
added new python package py-f90wrap (#20957) 2021-01-17 22:38:16 -06:00
darmac
5b75dde872
Libconfuse: refine autoreconf and add some dependencies (#21006)
* libconfuse: add some build dependencies

* libconfuse: use autogen.sh to do the autoreconf
2021-01-17 22:30:42 -06:00
Robert Underwood
16ee9dc110
sz: version 2.1.11.1 (#21008) 2021-01-17 22:28:51 -06:00
Glenn Johnson
aeb6c63ea6
add version 0.4.2 to r-labeling (#21063) 2021-01-17 14:09:08 -06:00
Glenn Johnson
733c6767f5
add version 1.2.4 to r-lambda-r (#21064) 2021-01-17 14:08:54 -06:00
Glenn Johnson
840e072bbe
add version 16.1.4 to r-laplacesdemon (#21065) 2021-01-17 14:08:39 -06:00
Glenn Johnson
6793f3fd55
add version 1.1.0.1 to r-later (#21066) 2021-01-17 14:08:24 -06:00
Glenn Johnson
9feb2572fb
add version 0.20-41 to r-lattice (#21067) 2021-01-17 14:08:08 -06:00
Glenn Johnson
36a547aff4
add version 0.6-29 to r-latticeextra (#21068) 2021-01-17 14:07:54 -06:00
Glenn Johnson
41ca013069
add version 1.6.8.1 to r-lava (#21069) 2021-01-17 14:07:40 -06:00
Glenn Johnson
a54e4322e5
add version 1.0-4 to r-ldheatmap (#21070) 2021-01-17 14:07:27 -06:00
Glenn Johnson
e316cde706
new package: r-leaflet-providers (#21071)
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 14:07:15 -06:00
Glenn Johnson
716a094c08
add version 3.1 to r-leaps (#21072) 2021-01-17 14:07:00 -06:00
Glenn Johnson
a1d894e30a
add version 0.3.6 to r-leiden (#21073) 2021-01-17 14:06:46 -06:00
Glenn Johnson
e98d5bd143
add version 4.0.5 to r-bit64 (#20964) 2021-01-17 14:05:05 -06:00
Glenn Johnson
76878dbbee
add version 0.8-81 to r-foreign (#20975)
* add version 0.8-81 to r-foreign

* fix line length too long error
2021-01-17 14:01:48 -06:00
Glenn Johnson
1a8c0eedb9
add version 3.3.2 to r-geomorph (#21010) 2021-01-17 14:00:43 -06:00
Glenn Johnson
5acf07b4c8
add version 3.11.0 to r-ergm (#21011) 2021-01-17 13:59:46 -06:00
Glenn Johnson
f714dfc226
add version 1.3-0 to r-lsei (#21083) 2021-01-17 13:58:08 -06:00
Glenn Johnson
1d1d4a5796
new package: r-cpp11 (#21015)
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 13:57:53 -06:00
Glenn Johnson
8a2ee437a2
add version 1.0.3 to r-dplyr (#21012) 2021-01-17 13:57:12 -06:00
Glenn Johnson
afb17db324
add version 2.2.0 to r-remotes (#21016) 2021-01-17 13:55:46 -06:00
Glenn Johnson
ef128e50e1
add version 1.2.0 to r-pkgbuild (#21017) 2021-01-17 13:55:04 -06:00
Glenn Johnson
2a342b7541
add version 1.1.0 to r-pkgload (#21018) 2021-01-17 13:54:15 -06:00
Glenn Johnson
0d0d52050b
add version 2.0.2 to r-rversions (#21019) 2021-01-17 13:53:31 -06:00
Glenn Johnson
0efce74027
add version 7.1.1 to r-roxygen2 (#21020) 2021-01-17 13:52:31 -06:00
Glenn Johnson
54bab50b47
new package: r-gitcreds (#21022)
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 13:49:36 -06:00
Glenn Johnson
9295019928
add version 0.9.0 to r-gistr (#21023) 2021-01-17 13:48:55 -06:00
Glenn Johnson
ce14d627a6
add version 0.28.0 to r-git2r (#21024) 2021-01-17 13:48:07 -06:00
Glenn Johnson
c8e52aaa9c
add version 4.1 to r-glmnet (#21025) 2021-01-17 13:47:11 -06:00
Glenn Johnson
c204b94927
add version 0.14.0 to r-globals (#21026) 2021-01-17 13:46:31 -06:00
Glenn Johnson
56fd340231
add version 1.4.2 to r-glue (#21027) 2021-01-17 13:45:54 -06:00
Glenn Johnson
cf4feccefc
add version 0.6.9 to r-googlevis (#21029) 2021-01-17 13:44:30 -06:00
Glenn Johnson
8c7e4b9d22
add version 0.2.2 to r-gower (#21030) 2021-01-17 13:43:53 -06:00
Glenn Johnson
84674ec696
add version 3.1.1 to r-gplots (#21031) 2021-01-17 13:43:16 -06:00
Glenn Johnson
eb250ec23d
add version 0.7.1 to r-graphlayouts (#21032) 2021-01-17 13:42:31 -06:00
Glenn Johnson
6a7611c4c2
add version 2.1.2 to r-gsodr (#21035) 2021-01-17 13:39:56 -06:00
Glenn Johnson
d9b1a8bf45
add version 2.2-2 to r-gss (#21036) 2021-01-17 13:39:06 -06:00
Glenn Johnson
251f16358b
add version 2.0-6 to r-gstat (#21037) 2021-01-17 13:38:28 -06:00
Glenn Johnson
879a662278
add version 1.4-5 to r-sp (#21039) 2021-01-17 13:36:13 -06:00
Glenn Johnson
c2cc650943
add version 2.3.1 to r-haven (#21040) 2021-01-17 13:35:35 -06:00
Glenn Johnson
055be03518
add version 1.3.3 to r-hdf5r (#21041) 2021-01-17 13:34:38 -06:00
Glenn Johnson
9df65902e7
add version 1.28.2 to r-hexbin (#21042) 2021-01-17 13:33:35 -06:00
Glenn Johnson
fb1776ceca
add version 3.1-43 to r-hh (#21043) 2021-01-17 13:32:56 -06:00
Glenn Johnson
974c0dcc62
add version 4.4-2 to r-hmisc (#21044) 2021-01-17 13:32:02 -06:00
Glenn Johnson
26933550f7
add version 1.0.0 to r-hms (#21045) 2021-01-17 13:30:50 -06:00
Glenn Johnson
e4f9c5d213
add version 2.1.0 to r-htmltable (#21046) 2021-01-17 13:30:01 -06:00
Glenn Johnson
44c58ad727
add version 0.5.1 to r-htmltools (#21047) 2021-01-17 13:29:14 -06:00
Glenn Johnson
f0ae5cf235
add version 1.5.3 to r-htmlwidgets (#21048) 2021-01-17 13:28:26 -06:00
Glenn Johnson
6864bfc6f0
add version 0.3.0 to r-httpcode (#21049) 2021-01-17 13:27:40 -06:00
Glenn Johnson
311068354a
add version 1.5.5 to r-httpuv (#21050) 2021-01-17 13:27:02 -06:00
Glenn Johnson
8e514a04d0
add version 1.2.6 to r-igraph (#21051) 2021-01-17 13:26:03 -06:00
Glenn Johnson
63662be724
add version 0.42.3 to r-imager (#21052) 2021-01-17 13:24:48 -06:00
Glenn Johnson
0a64b616ca
add version 0.15.2 to r-intervals (#21054) 2021-01-17 13:22:43 -06:00
Glenn Johnson
061fa01dcb
add version 0.4.0 to r-isdparser (#21055) 2021-01-17 13:22:03 -06:00
Glenn Johnson
665f297067
add version 0.0-18.1 to r-iso (#21056) 2021-01-17 13:21:15 -06:00
Glenn Johnson
1b997bde77
add version 1.0.13 to r-iterators (#21057) 2021-01-17 13:20:36 -06:00
Glenn Johnson
a118404fbf
add version 2.7-2 to r-jomo (#21058) 2021-01-17 11:55:45 -06:00
Glenn Johnson
9b90640f9a
add version 0.9-29 to r-kernlab (#21059) 2021-01-17 11:54:57 -06:00
Glenn Johnson
d84b401d38
add version 2.23-18 to r-kernsmooth (#21060) 2021-01-17 11:54:17 -06:00
Glenn Johnson
a64eaacc0d
add version 1.11.7 to r-ks (#21062) 2021-01-17 11:49:58 -06:00
Glenn Johnson
d4dadcfa10
add version 1.1.1 to r-lhs (#21074) 2021-01-17 11:39:42 -06:00
Glenn Johnson
1af0aeee7b
add version 0.8.0 to r-listenv (#21076) 2021-01-17 11:38:14 -06:00
Glenn Johnson
7e3120a9c5
add version 1.1-26 to r-lme4 (#21077) 2021-01-17 11:37:32 -06:00
Glenn Johnson
16166223e8
add version 0.9-38 to r-lmtest (#21078) 2021-01-17 11:35:59 -06:00
Glenn Johnson
6f27d20a58
add version 1.5-9.4 to r-locfit (#21079) 2021-01-17 11:35:23 -06:00
Glenn Johnson
92a665e07d
add version 0.3.2 to r-log4r (#21080) 2021-01-17 11:34:42 -06:00
Glenn Johnson
e19464979f
add version 2.4.1 to r-loo (#21081) 2021-01-17 11:33:55 -06:00
Glenn Johnson
6606eb6a96
add version 5.6.15 to r-lpsolve (#21082) 2021-01-17 11:32:33 -06:00
Glenn Johnson
efd1536e36
add version 1.7.9.2 to r-lubridate (#21084) 2021-01-17 11:30:50 -06:00
Glenn Johnson
b0bf2c4c99
add version 2.0.1 to r-magrittr (#21085) 2021-01-17 11:30:04 -06:00
Glenn Johnson
68845f6b23
add version 0.10.1 to r-manipulatewidget (#21086) 2021-01-17 11:29:22 -06:00
Glenn Johnson
9dee70eea5
add version 1.2.7 to r-mapproj (#21087) 2021-01-17 11:28:30 -06:00
Glenn Johnson
a9574b0180
add version 1.0-2 to r-maptools (#21088) 2021-01-17 11:27:44 -06:00
Glenn Johnson
c3a1900fe9
add version 7.3-53 to r-mass (#21089) 2021-01-17 11:26:52 -06:00
Glenn Johnson
1b281948e4
add version 1.3-2 to r-matrix (#21090) 2021-01-17 11:26:14 -06:00
Glenn Johnson
8abe261359
add version 0.57.0 to r-matrixstats (#21091) 2021-01-17 11:25:09 -06:00
Glenn Johnson
b8296aedf3
add version 5.4.7 to r-mclust (#21092) 2021-01-17 11:24:20 -06:00
Glenn Johnson
7a109269f5
add version 2.30 to r-mcmcglmm (#21093) 2021-01-17 11:23:41 -06:00
Glenn Johnson
27f3bcecee
add version 1.15.6 to r-mco (#21094) 2021-01-17 11:22:54 -06:00
Glenn Johnson
158c6da440
add version 0.5-2 to r-mda (#21095) 2021-01-17 11:22:15 -06:00
Glenn Johnson
505dc3c0cf
new package: r-mathjaxr (#21096)
Provides 'MathJax' and macros to enable its use within Rd files for
rendering equations in the HTML help files.
2021-01-17 11:21:33 -06:00
Glenn Johnson
ef9a0ed08d
add version 1.8-33 to r-mgcv (#21097) 2021-01-17 11:20:38 -06:00
Glenn Johnson
679f6b3dfc
add version 0.9 to r-mime (#21098) 2021-01-17 11:19:52 -06:00
Glenn Johnson
ed87d83bce
add version 0.9-0 to r-misc3d (#21099) 2021-01-17 11:19:11 -06:00