Port details |
- R-cran-memisc Provides an infrastructure for the management of survey data
- 0.99.30.7 math
=0 Version of this port present on the latest quarterly branch. - Maintainer: tota@FreeBSD.org
 - Port Added: 2012-01-31 13:10:57
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- License: GPLv2
- Description:
- One of the aims of this package is to make life easier for useRs
who deal with survey data sets. It provides an infrastructure for
the management of survey data including value labels, definable
missing values, recoding of variables, production of code books,
and import of (subsets of) SPSS and Stata files. Further, it provides
functionality to produce tables and data frames of arbitrary
descriptive statistics and (almost) publication-ready tables of
regression model estimates. Also some convenience tools for graphics,
programming, and simulation are provided.
WWW: https://www.martin-elff.net/software/#memisc
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-memisc>0:math/R-cran-memisc
- To install the port:
- cd /usr/ports/math/R-cran-memisc/ && make install clean
- To add the package, run one of these commands:
- pkg install math/R-cran-memisc
- pkg install R-cran-memisc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-memisc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1633827819
SHA256 (memisc_0.99.30.7.tar.gz) = 5324d16d10921ae9ac574c219385a423ae8c9268e2db7842183f473476233e48
SIZE (memisc_0.99.30.7.tar.gz) = 1318409
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R-cran-repr>0 : devel/R-cran-repr
- R-cran-data.table>0 : devel/R-cran-data.table
- R : math/R
- gfortran11 : lang/gcc11
- as : devel/binutils
- Runtime dependencies:
-
- R-cran-repr>0 : devel/R-cran-repr
- R-cran-data.table>0 : devel/R-cran-data.table
- R : math/R
- gfortran11 : lang/gcc11
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- math_R-cran-memisc
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:24 0.99.30.7 |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
11 Oct 2021 04:10:16 0.99.30.7 |
TAKATSU Tomonari (tota)  |
math/R-cran-memisc: Update to 0.99.30.7 |
06 Apr 2021 14:31:07 0.99.27.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Nov 2020 13:55:51
0.99.27.3 |
tota  |
- Update to 0.99.27.3 |
04 Nov 2020 14:47:47
0.99.27.2 |
tota  |
- Update to 0.99.27.2 |
09 Jul 2020 20:38:56
0.99.25.6 |
tota  |
- Update to 0.99.25.6 |
04 Jul 2020 20:05:48
0.99.25.5 |
tota  |
- Update to 0.99.25.5 |
05 May 2020 16:07:54
0.99.22_1 |
jrm  |
math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html
Also bump PORTREVISION of ports that depend on math/R.
Submitted by: wen (in part)
Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision: https://reviews.freebsd.org/D24572 |
16 Feb 2020 04:32:45
0.99.22 |
tota  |
- Update to 0.99.22 |
21 Dec 2019 07:49:04
0.99.21 |
tota  |
- Update to 0.99.21 |
24 Nov 2019 15:37:45
0.99.20.1 |
tota  |
- Update to 0.99.20.1
- Update WWW: line in pkg-descr |
26 Jul 2019 20:46:57
0.99.17.2_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
07 Jul 2019 04:56:32
0.99.17.2 |
tota  |
- Update to 0.99.17.2 |
12 Dec 2018 01:35:36
0.99.14.12_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Oct 2018 03:18:43
0.99.14.12 |
tota  |
- Update to 0.99.14.12 |
11 Sep 2018 00:30:17
0.99.14.11 |
tota  |
- Update to 0.99.14.11 |
10 Mar 2018 17:46:06
0.99.14.9_1 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
09 Mar 2018 07:58:05
0.99.14.9 |
tota  |
- Update to 0.99.14.9 |
09 Mar 2018 07:57:34
0.99.14.3 |
tota  |
- Update to 0.99.14.3 |
10 Sep 2017 22:29:55
0.99.14.2 |
tota  |
- Update to 0.99.14.2 |
30 Aug 2017 02:46:05
0.99.13.2 |
tota  |
- Update to 0.99.13.2 |
23 Dec 2016 15:26:54
0.99.8 |
tota  |
- Update to 0.99.8 |
21 Jul 2016 04:55:25
0.99.7.1 |
tota  |
- Update to 0.99.7-1
- Add "compiles" argument to USES=cran |
24 Feb 2016 11:00:43
0.99.6 |
tota  |
- Update to 0.99.6 |
08 Feb 2016 09:31:38
0.99.5 |
tota  |
- Update to 0.99.5 |
26 Jan 2016 20:34:52
0.99.3.2 |
tota  |
- Update to 0.99.3.2 |
24 Jan 2016 11:17:31
0.99.3 |
tota  |
- Update to 0.99.3
- Update WWW: in pkg-descr |
13 Jun 2015 06:57:28
0.97 |
tota  |
- Update to 0.97 |
10 Sep 2014 20:50:37
0.96.9_2 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
10 Mar 2014 20:55:22
0.96.9_1 |
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
31 Dec 2013 14:09:01
0.96.9 |
tota  |
- Update to 0.96-9 |
28 Dec 2013 10:28:41
0.96.7_2 |
dbn  |
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks) |
27 Nov 2013 18:56:44
0.96.7_2 |
dbn  |
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen |
13 Nov 2013 08:19:35
0.96.7_2 |
bf  |
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports
Reviewed by: pfg, thierry, tota |
26 Oct 2013 00:52:36
0.96.7_1 |
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
23 Sep 2013 05:17:38
0.96.7 |
tota  |
- Update to 0.96-7 |
20 Sep 2013 20:55:06
0.96.6 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
03 Aug 2013 21:29:05
0.96.6 |
tota  |
- Update to 0.96-6 |
28 May 2013 15:15:06
0.96.4_1 |
bf  |
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota |
22 Mar 2013 11:23:01
0.96.4 |
tota  |
- Update to 0.96-4 |
07 Mar 2013 04:21:35
0.96.3_1 |
bf  |
update math/R to 2.15.3, and adjust dependent ports |
27 Feb 2013 15:49:03
0.96.3 |
tota  |
- Update to 0.96-3 |
29 Jan 2013 13:22:43
0.96.2 |
tota  |
- Update to 0.96-2
- Trim WWW: line in pkg-descr |
06 Jan 2013 21:49:14
0.95.39 |
tota  |
- Update to 0.95-39 |
04 Jan 2013 17:51:39
0.95.38_4 |
bf  |
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen |
26 Jun 2012 23:57:00
0.95.38_3 |
bf  |
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports |
04 May 2012 20:56:15
0.95.38_2 |
bf  |
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2] |
03 Mar 2012 16:59:36
0.95.38_1 |
bf  |
update math/R to 2.14.2, and adjust dependent ports |
17 Feb 2012 11:25:40
0.95.38 |
tota  |
- Update to 0.95-38 |
31 Jan 2012 13:10:17
0.95.37 |
tota  |
- Add a new port: math/R-cran-memisc
One of the aims of this package is to make life easier for useRs
who deal with survey data sets. It provides an infrastructure for
the management of survey data including value labels, definable
missing values, recoding of variables, production of code books,
and import of (subsets of) SPSS and Stata files. Further, it provides
functionality to produce tables and data frames of arbitrary
descriptive statistics and (almost) publication-ready tables of
regression model estimates. Also some convenience tools for graphics,
programming, and simulation are provided.
WWW: http://www.martin-elff.net/software/memisc/ |