Sun, 04 Jun 2017

Package edgar updated to version 1.0.9 with previous version 1.0.8 dated 2017-01-10

Title: Platform for EDGAR Filing Management
Description: In the USA, firms file different forms with the U.S. Securities and Exchange Commission (SEC) through EDGAR (Electronic Data Gathering, Analysis, and Retrieval system). EDGAR automated system collects all the different necessary filings and make it publicly available. Secondly, it validates collected filings, then perform indexing and accepting of these submitted forms. Investors, regulators, and researchers often require these forms for various purposes. This package helps in data gathering, management, and visualization in this regard. It downloads SEC EDGAR quarterly master indexes, daily master indexes, and filings from SEC.org site and perform sentiment analysis of these filing.
Author: Gunratan Lonare <lonare.gunratan@gmail.com>, Bharat Patil <bharatspatil@gmail.com>
Maintainer: Gunratan Lonare <lonare.gunratan@gmail.com>

Diff between edgar versions 1.0.8 dated 2017-01-10 and 1.0.9 dated 2017-06-04

 DESCRIPTION              |   10 ++++----
 MD5                      |   38 +++++++++++++++---------------
 R/getDailyMaster.R       |   28 ++++++++++++++++------
 R/getFilingInfo.R        |    8 +++---
 R/getFilings.R           |   33 +++++++++++++++++---------
 R/getMasterIndex.R       |   29 ++++++++++++++++-------
 R/getSentimentCount.R    |   16 ++++++------
 R/getWordHistogram.R     |   12 ++++-----
 R/getWordcloud.R         |   12 ++++-----
 R/getWordfrquency.R      |   12 ++++-----
 R/mergeCompustat.R       |   58 +++++++++++++++++++++++++++++------------------
 man/getDailyMaster.Rd    |    3 --
 man/getFilingInfo.Rd     |    9 +++----
 man/getFilings.Rd        |   15 +++++-------
 man/getMasterIndex.Rd    |   13 ++++------
 man/getSentimentCount.Rd |   11 ++++----
 man/getWordHistogram.Rd  |    7 ++---
 man/getWordcloud.Rd      |    7 ++---
 man/getWordfrquency.Rd   |   11 ++++----
 man/mergeCompustat.Rd    |   19 ++++++++-------
 20 files changed, 197 insertions(+), 154 deletions(-)

More information about edgar at CRAN
Permanent link

New package PowerNormal with initial version 1.0.0
Package: PowerNormal
Type: Package
Title: Power Normal Distribution
Version: 1.0.0
Author: Gualberto Segundo Agamez Montalvo, Marcia D'Elia Branco
Maintainer: Gualberto Segundo Agamez Montalvo <gsagamez@gmail.com>
Description: Miscellaneous functions for a descriptive analysis and initial inference for the power parameter of the the Power Normal (PN) distribution. This miscellaneous will be extend for more distributions into the power family and the three-parameter model.
Imports: stats
License: GPL-2
NeedsCompilation: no
Packaged: 2017-06-04 13:38:03 UTC; Gualberto
Repository: CRAN
Date/Publication: 2017-06-04 13:45:33 UTC

More information about PowerNormal at CRAN
Permanent link

Package rddensity updated to version 0.2 with previous version 0.1 dated 2017-03-16

Title: Manipulation Testing Based on Density Discontinuity
Description: Density discontinuity test (a.k.a. manipulation test) is commonly employed in regression discontinuity designs and other treatment effect settings to detect whether there is evidence suggesting perfect self-selection (manipulation) around a cutoff where a treatment/policy assignment changes. This package provides tools for conducting the aforementioned statistical test: rddensity() to construct local polynomial based density discontinuity test given a prespecified cutoff, rdbwdensity() to perform bandwidth selection, and rdplotdensity() to construct density plot near the cutoff.
Author: Matias D. Cattaneo, Michael Jansson, Xinwei Ma
Maintainer: Xinwei Ma <xinweima@umich.edu>

Diff between rddensity versions 0.1 dated 2017-03-16 and 0.2 dated 2017-06-04

 DESCRIPTION              |    9 ++--
 MD5                      |   16 ++++----
 NAMESPACE                |    4 ++
 R/rdbwdensity.R          |   43 ++++++++++-----------
 R/rddensity.R            |   94 ++++++++++++++++++++++++-----------------------
 R/rdplotdensity.R        |only
 man/rdbwdensity.Rd       |   37 ++++++++++--------
 man/rddensity-package.Rd |    5 +-
 man/rddensity.Rd         |   91 +++++++++++++++++++++++++--------------------
 man/rdplotdensity.Rd     |only
 10 files changed, 163 insertions(+), 136 deletions(-)

More information about rddensity at CRAN
Permanent link

New package MultiRNG with initial version 1.0
Package: MultiRNG
Type: Package
Title: Multivariate Pseudo-Random Number Generation
Version: 1.0
Date: 2017-06-03
Author: Hakan Demirtas, Rawan Allozi
Maintainer: Rawan Allozi <ralloz2@uic.edu>
Description: Pseudo-random number generation for 11 multivariate distributions: Normal, t, Uniform, Bernoulli, Hypergeometric, Beta (Dirichlet), Multinomial, Dirichlet-Multinomial, Laplace, Wishart, and Inverted Wishart.
License: GPL-2 | GPL-3
NeedsCompilation: no
Repository: CRAN
Packaged: 2017-06-03 19:39:30 UTC; rawanallozi
Date/Publication: 2017-06-04 06:01:24 UTC

More information about MultiRNG at CRAN
Permanent link

Package RcppArmadillo updated to version 0.7.900.2.0 with previous version 0.7.800.2.0 dated 2017-04-13

Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'. Note that Armadillo requires a fairly recent compiler; for the g++ family at least version 4.6.* is required.
Author: Dirk Eddelbuettel, Romain Francois and Doug Bates
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppArmadillo versions 0.7.800.2.0 dated 2017-04-13 and 0.7.900.2.0 dated 2017-06-04

 RcppArmadillo-0.7.800.2.0/RcppArmadillo/src/init.c                                             |only
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/ChangeLog                                              |   81 +
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/DESCRIPTION                                            |    8 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/MD5                                                    |  144 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/R/RcppExports.R                                        |   32 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/R/inline.R                                             |   18 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/README.md                                              |    6 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/build/vignette.rds                                     |binary
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/configure                                              |   20 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/configure.ac                                           |    2 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/NEWS.Rd                                           |   28 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/doc/RcppArmadillo-intro.pdf                       |binary
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.pdf                   |binary
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/RcppArmadillo/Alt_R_RNG.h                 |    2 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/RcppArmadilloExtensions/rmultinom.h       |   21 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo                                 |    9 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Col_bones.hpp              |   56 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Col_meat.hpp               |   38 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Cube_bones.hpp             |  138 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Cube_meat.hpp              |  126 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Mat_bones.hpp              |  318 ++--
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Mat_meat.hpp               |  268 +--
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Proxy.hpp                  |  140 +
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/ProxyCube.hpp              |   99 +
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Row_bones.hpp              |   56 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/Row_meat.hpp               |   38 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpCol_bones.hpp            |   18 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpCol_meat.hpp             |   10 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpMat_bones.hpp            |  104 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpMat_meat.hpp             |   88 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpRow_bones.hpp            |   18 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/SpRow_meat.hpp             |   10 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/arma_config.hpp            |   17 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/arma_version.hpp           |    4 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/compiler_extra.hpp         |only
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/compiler_setup.hpp         |   26 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/config.hpp                 |   16 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/config.hpp.cmake           |   22 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/debug.hpp                  |   11 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/diskio_bones.hpp           |    2 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/diskio_meat.hpp            |  290 +++
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eGlueCube_bones.hpp        |    1 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eGlue_bones.hpp            |    1 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eOpCube_bones.hpp          |    1 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eOp_bones.hpp              |    1 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eglue_core_meat.hpp        |  785 ++++++----
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eop_core_bones.hpp         |   95 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/eop_core_meat.hpp          |  496 ++++--
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/field_bones.hpp            |   20 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/field_meat.hpp             |   10 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/fn_clamp.hpp               |   16 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/fn_elem.hpp                |    7 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/glue_atan2_meat.hpp        |   89 -
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/gmm_diag_bones.hpp         |    6 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/gmm_diag_meat.hpp          |   34 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/mtOpCube_bones.hpp         |    7 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/mtOpCube_meat.hpp          |   12 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/op_clamp_bones.hpp         |    9 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/op_clamp_meat.hpp          |   91 +
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/running_stat_vec_bones.hpp |    2 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/running_stat_vec_meat.hpp  |    2 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/subview_meat.hpp           |    3 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/traits.hpp                 |   20 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/typedef_mat.hpp            |   22 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/include/armadillo_bits/typedef_mat_fixed.hpp      |   72 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/skeleton/Makevars                                 |    7 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/skeleton/Makevars.win                             |    6 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/inst/unitTests/cpp/rmultinom.cpp                       |   14 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/man/armadillo_set_seed.Rd                              |   13 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/man/armadillo_set_seed_random.Rd                       |   13 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/src/Makevars                                           |    6 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/src/Makevars.win                                       |    4 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/src/RcppArmadillo.cpp                                  |   24 
 RcppArmadillo-0.7.900.2.0/RcppArmadillo/src/RcppExports.cpp                                    |   13 
 74 files changed, 2883 insertions(+), 1303 deletions(-)

More information about RcppArmadillo at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.