[Gmm-commits] r144 - in pkg: causalGel/man gmm/man gmm4
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 18 16:50:34 CEST 2019
Author: chaussep
Date: 2019-10-18 16:50:34 +0200 (Fri, 18 Oct 2019)
New Revision: 144
Modified:
pkg/causalGel/man/nsw.Rd
pkg/gmm/man/nsw.Rd
pkg/gmm4/DESCRIPTION
pkg/gmm4/NEWS
Log:
fixing missing single quotes for packages in DESCRIPTION to meet CRAN policies
Modified: pkg/causalGel/man/nsw.Rd
===================================================================
--- pkg/causalGel/man/nsw.Rd 2019-10-17 20:19:29 UTC (rev 143)
+++ pkg/causalGel/man/nsw.Rd 2019-10-18 14:50:34 UTC (rev 144)
@@ -30,7 +30,7 @@
\source{
"NSW Data Files" from Rajeev Dehejia's website. URL:
-\url{http://users.nber.org/~rdehejia/data/nswdata2.html}
+\url{http://users.nber.org/~rdehejia/data/.nswdata2.html}
"National Supported Work Evaluation Study, 1975-1979: Public Use Files."
from the Interuniversity Consortium for Political and Social
Modified: pkg/gmm/man/nsw.Rd
===================================================================
--- pkg/gmm/man/nsw.Rd 2019-10-17 20:19:29 UTC (rev 143)
+++ pkg/gmm/man/nsw.Rd 2019-10-18 14:50:34 UTC (rev 144)
@@ -30,7 +30,7 @@
\source{
"NSW Data Files" from Rajeev Dehejia's website. URL:
-\url{http://users.nber.org/~rdehejia/data/nswdata2.html}
+\url{http://users.nber.org/~rdehejia/data/.nswdata2.html}
"National Supported Work Evaluation Study, 1975-1979: Public Use Files."
from the Interuniversity Consortium for Political and Social
Modified: pkg/gmm4/DESCRIPTION
===================================================================
--- pkg/gmm4/DESCRIPTION 2019-10-17 20:19:29 UTC (rev 143)
+++ pkg/gmm4/DESCRIPTION 2019-10-18 14:50:34 UTC (rev 144)
@@ -1,10 +1,10 @@
Package: gmm4
-Version: 0.0-3
+Version: 0.0-2
Date: 2019-10-17
Title: S4 Generalized Method of Moments
Author: Pierre Chausse <pchausse at uwaterloo.ca>
Maintainer: Pierre Chausse <pchausse at uwaterloo.ca>
-Description: This is a complete restructured version of the 'gmm' package (Chausse 2010; <doi:10.18637/jss.v034.i11>) using S4 only type of classes and methods. It provides tools for estimating single equations and system of equations using the Generalized Method of Moments (Hansen 1982; <doi:10.2307/1912775>). It is in a very early stage and suggestions are welcome. See the vignette for more details.
+Description: This is a complete restructured version of the `gmm' package (Chausse 2010; <doi:10.18637/jss.v034.i11>) using S4 only type of classes and methods. It provides tools for estimating single equations and system of equations using the Generalized Method of Moments (Hansen 1982; <doi:10.2307/1912775>). It is in a very early stage and suggestions are welcome. See the vignette for more details.
Depends: R (>= 3.0.0), sandwich
Imports: stats, methods
Suggests: lmtest, knitr, texreg
Modified: pkg/gmm4/NEWS
===================================================================
--- pkg/gmm4/NEWS 2019-10-17 20:19:29 UTC (rev 143)
+++ pkg/gmm4/NEWS 2019-10-18 14:50:34 UTC (rev 144)
@@ -1,4 +1,4 @@
-Changes in version 0.0-3
+Changes in version 0.0-2
o Added restricted EEL (REEL), which imposes the implied probabilities to be non-negative.
o Algorithms like WU for EL and EEL are now written in Fortran
More information about the Gmm-commits
mailing list