Wed, 20 Aug 2014

Package mvnfast updated to version 0.1.3 with previous version 0.1.2 dated 2014-06-16

Title: Fast multivariate normal methods
Description: The package provides computationally efficient tools related to the multivariate normal distribution. The main functionalities are: simulating multivariate normal random vectors, evaluating multivariate normal densities and Mahalanobis distances. These tools are very efficient thanks to the use of C++ code and of the OpenMP API.
Author: Matteo Fasiolo, using the C++ parallel RNG of Thijs van den Berg and Ziggurat algorithm of Jens Maurer and Steven Watanabe (boost)
Maintainer: Matteo Fasiolo

Diff between mvnfast versions 0.1.2 dated 2014-06-16 and 0.1.3 dated 2014-08-20

 DESCRIPTION           |    6 +++---
 MD5                   |   16 ++++++++--------
 NAMESPACE             |    2 +-
 build/vignette.rds    |binary
 inst/doc/mvnfast.html |   24 ++++++++++++------------
 src/dmvnCpp.cpp       |    5 +++++
 src/mahaCpp.cpp       |    1 +
 src/msCpp.cpp         |    3 +++
 src/rmvnCpp.cpp       |   35 ++++++++++++++++++++---------------
 9 files changed, 53 insertions(+), 39 deletions(-)

More information about mvnfast at CRAN
Permanent link

Package RcppMLPACK updated to version 1.0.9-3 with previous version 1.0.9 dated 2014-08-11

Title: Rcpp integration for MLPACK library
Description: MLPACK is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a Swiss army knife for machine learning researchers: MLPACK is from http://www.mlpack.org/: sources are included in the package.
Author: Qiang Kou
Maintainer: Qiang Kou

Diff between RcppMLPACK versions 1.0.9 dated 2014-08-11 and 1.0.9-3 dated 2014-08-20

 DESCRIPTION                                                                           |    8 
 MD5                                                                                   |  710 +++++-----
 build/vignette.rds                                                                    |binary
 inst/doc/RcppMLPACK-intro.pdf                                                         |binary
 inst/include/mlpack/core/arma_extend/typedef.hpp                                      |    2 
 inst/include/mlpack/core/data/load_impl.hpp                                           |    2 
 inst/include/mlpack/core/data/normalize_labels.hpp                                    |    4 
 inst/include/mlpack/core/data/normalize_labels_impl.hpp                               |   12 
 inst/include/mlpack/core/data/save_impl.hpp                                           |    2 
 inst/include/mlpack/core/dists/discrete_distribution.hpp                              |   12 
 inst/include/mlpack/core/dists/gaussian_distribution.hpp                              |    4 
 inst/include/mlpack/core/dists/laplace_distribution.hpp                               |    6 
 inst/include/mlpack/core/kernels/epanechnikov_kernel.hpp                              |    2 
 inst/include/mlpack/core/kernels/example_kernel.hpp                                   |    2 
 inst/include/mlpack/core/kernels/gaussian_kernel.hpp                                  |    2 
 inst/include/mlpack/core/kernels/pspectrum_string_kernel.hpp                          |   10 
 inst/include/mlpack/core/kernels/spherical_kernel.hpp                                 |    2 
 inst/include/mlpack/core/math/lin_alg.hpp                                             |    2 
 inst/include/mlpack/core/math/random.hpp                                              |    4 
 inst/include/mlpack/core/metrics/lmetric_impl.hpp                                     |    4 
 inst/include/mlpack/core/metrics/mahalanobis_distance.hpp                             |    2 
 inst/include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp                 |   10 
 inst/include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp   |    4 
 inst/include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp            |   14 
 inst/include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp  |   20 
 inst/include/mlpack/core/optimizers/lbfgs/lbfgs.hpp                                   |   32 
 inst/include/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp                              |   32 
 inst/include/mlpack/core/optimizers/lbfgs/test_functions.hpp                          |    6 
 inst/include/mlpack/core/optimizers/lrsdp/lrsdp.hpp                                   |    4 
 inst/include/mlpack/core/optimizers/lrsdp/lrsdp_function.hpp                          |    8 
 inst/include/mlpack/core/optimizers/sa/sa.hpp                                         |   38 
 inst/include/mlpack/core/optimizers/sa/sa_impl.hpp                                    |   34 
 inst/include/mlpack/core/optimizers/sgd/sgd.hpp                                       |   14 
 inst/include/mlpack/core/optimizers/sgd/sgd_impl.hpp                                  |   10 
 inst/include/mlpack/core/optimizers/sgd/test_function.hpp                             |    6 
 inst/include/mlpack/core/tree/ballbound.hpp                                           |    4 
 inst/include/mlpack/core/tree/ballbound_impl.hpp                                      |    6 
 inst/include/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp                 |   94 -
 inst/include/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp            |   86 -
 inst/include/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp               |   24 
 inst/include/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp          |    4 
 inst/include/mlpack/core/tree/binary_space_tree/mean_split.hpp                        |   36 
 inst/include/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp                   |   50 
 inst/include/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp             |    8 
 inst/include/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp        |    6 
 inst/include/mlpack/core/tree/cosine_tree/cosine_tree.hpp                             |   24 
 inst/include/mlpack/core/tree/cover_tree/cover_tree.hpp                               |   86 -
 inst/include/mlpack/core/tree/cover_tree/cover_tree_impl.hpp                          |  172 +-
 inst/include/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp                      |   12 
 inst/include/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp                 |   12 
 inst/include/mlpack/core/tree/cover_tree/first_point_is_root.hpp                      |    2 
 inst/include/mlpack/core/tree/cover_tree/single_tree_traverser.hpp                    |    8 
 inst/include/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp               |   18 
 inst/include/mlpack/core/tree/example_tree.hpp                                        |   14 
 inst/include/mlpack/core/tree/hrectbound.hpp                                          |   10 
 inst/include/mlpack/core/tree/hrectbound_impl.hpp                                     |   32 
 inst/include/mlpack/core/tree/mrkd_statistic.hpp                                      |   24 
 inst/include/mlpack/core/tree/mrkd_statistic_impl.hpp                                 |    8 
 inst/include/mlpack/core/util/prefixedoutstream_impl.hpp                              |    4 
 inst/include/mlpack/core/util/string_util.hpp                                         |    2 
 inst/include/mlpack/methods/amf/amf.hpp                                               |    4 
 inst/include/mlpack/methods/amf/amf_impl.hpp                                          |    4 
 inst/include/mlpack/methods/amf/init_rules/random_acol_init.hpp                       |   10 
 inst/include/mlpack/methods/amf/init_rules/random_init.hpp                            |    6 
 inst/include/mlpack/methods/amf/termination_policies/complete_incremental.hpp         |    8 
 inst/include/mlpack/methods/amf/termination_policies/incomplete_incremental.hpp       |    8 
 inst/include/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp   |   16 
 inst/include/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp |   26 
 inst/include/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp  |   36 
 inst/include/mlpack/methods/amf/update_rules/nmf_als.hpp                              |    6 
 inst/include/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp                        |    2 
 inst/include/mlpack/methods/amf/update_rules/nmf_mult_div.hpp                         |   14 
 inst/include/mlpack/methods/amf/update_rules/svd_batch_learning.hpp                   |   46 
 inst/include/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp    |   24 
 inst/include/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp  |   16 
 inst/include/mlpack/methods/cf/cf.hpp                                                 |   42 
 inst/include/mlpack/methods/cf/cf_impl.hpp                                            |   48 
 inst/include/mlpack/methods/decision_stump/decision_stump.hpp                         |   22 
 inst/include/mlpack/methods/decision_stump/decision_stump_impl.hpp                    |   32 
 inst/include/mlpack/methods/det/dt_utils.hpp                                          |   10 
 inst/include/mlpack/methods/det/dtree.hpp                                             |   50 
 inst/include/mlpack/methods/emst/dtb.hpp                                              |    8 
 inst/include/mlpack/methods/emst/dtb_impl.hpp                                         |   38 
 inst/include/mlpack/methods/emst/dtb_rules.hpp                                        |   28 
 inst/include/mlpack/methods/emst/dtb_rules_impl.hpp                                   |   30 
 inst/include/mlpack/methods/emst/edge_pair.hpp                                        |   14 
 inst/include/mlpack/methods/emst/union_find.hpp                                       |   14 
 inst/include/mlpack/methods/fastmks/fastmks.hpp                                       |   12 
 inst/include/mlpack/methods/fastmks/fastmks_impl.hpp                                  |   48 
 inst/include/mlpack/methods/fastmks/fastmks_rules.hpp                                 |   32 
 inst/include/mlpack/methods/fastmks/fastmks_rules_impl.hpp                            |   30 
 inst/include/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp                       |    2 
 inst/include/mlpack/methods/gmm/em_fit.hpp                                            |   12 
 inst/include/mlpack/methods/gmm/em_fit_impl.hpp                                       |   38 
 inst/include/mlpack/methods/gmm/gmm.hpp                                               |   26 
 inst/include/mlpack/methods/gmm/gmm_impl.hpp                                          |   42 
 inst/include/mlpack/methods/gmm/phi.hpp                                               |    4 
 inst/include/mlpack/methods/hmm/hmm.hpp                                               |   20 
 inst/include/mlpack/methods/hmm/hmm_impl.hpp                                          |   70 
 inst/include/mlpack/methods/kernel_pca/kernel_pca.hpp                                 |    4 
 inst/include/mlpack/methods/kernel_pca/kernel_pca_impl.hpp                            |    4 
 inst/include/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp                  |   12 
 inst/include/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp               |    2 
 inst/include/mlpack/methods/kmeans/allow_empty_clusters.hpp                           |    8 
 inst/include/mlpack/methods/kmeans/kmeans.hpp                                         |   24 
 inst/include/mlpack/methods/kmeans/kmeans_impl.hpp                                    |   86 -
 inst/include/mlpack/methods/kmeans/max_variance_new_cluster.hpp                       |    8 
 inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp                  |   16 
 inst/include/mlpack/methods/kmeans/random_partition.hpp                               |    6 
 inst/include/mlpack/methods/kmeans/refined_start.hpp                                  |   12 
 inst/include/mlpack/methods/kmeans/refined_start_impl.hpp                             |   20 
 inst/include/mlpack/methods/lars/lars.hpp                                             |   14 
 inst/include/mlpack/methods/local_coordinate_coding/lcc.hpp                           |    6 
 inst/include/mlpack/methods/local_coordinate_coding/lcc_impl.hpp                      |   54 
 inst/include/mlpack/methods/logistic_regression/logistic_regression_function.hpp      |    6 
 inst/include/mlpack/methods/logistic_regression/logistic_regression_impl.hpp          |    4 
 inst/include/mlpack/methods/lsh/lsh_search.hpp                                        |   48 
 inst/include/mlpack/methods/lsh/lsh_search_impl.hpp                                   |   96 -
 inst/include/mlpack/methods/mvu/mvu.hpp                                               |    4 
 inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp                    |   10 
 inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp               |   34 
 inst/include/mlpack/methods/nca/nca.hpp                                               |    6 
 inst/include/mlpack/methods/nca/nca_impl.hpp                                          |    2 
 inst/include/mlpack/methods/nca/nca_softmax_error_function.hpp                        |   10 
 inst/include/mlpack/methods/nca/nca_softmax_error_function_impl.hpp                   |   20 
 inst/include/mlpack/methods/neighbor_search/neighbor_search.hpp                       |    8 
 inst/include/mlpack/methods/neighbor_search/neighbor_search_impl.hpp                  |   32 
 inst/include/mlpack/methods/neighbor_search/neighbor_search_rules.hpp                 |   32 
 inst/include/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp            |   32 
 inst/include/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp  |    8 
 inst/include/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp   |    8 
 inst/include/mlpack/methods/neighbor_search/unmap.hpp                                 |   14 
 inst/include/mlpack/methods/nystroem_method/kmeans_selection.hpp                      |   10 
 inst/include/mlpack/methods/nystroem_method/nystroem_method.hpp                       |   10 
 inst/include/mlpack/methods/nystroem_method/nystroem_method_impl.hpp                  |   24 
 inst/include/mlpack/methods/nystroem_method/ordered_selection.hpp                     |   10 
 inst/include/mlpack/methods/nystroem_method/random_selection.hpp                      |   10 
 inst/include/mlpack/methods/pca/pca.hpp                                               |   10 
 inst/include/mlpack/methods/perceptron/initialization_methods/random_init.hpp         |    8 
 inst/include/mlpack/methods/perceptron/initialization_methods/zero_init.hpp           |    8 
 inst/include/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp     |   10 
 inst/include/mlpack/methods/perceptron/perceptron.hpp                                 |   10 
 inst/include/mlpack/methods/perceptron/perceptron_impl.hpp                            |   16 
 inst/include/mlpack/methods/radical/radical.hpp                                       |   32 
 inst/include/mlpack/methods/range_search/range_search.hpp                             |   12 
 inst/include/mlpack/methods/range_search/range_search_impl.hpp                        |   36 
 inst/include/mlpack/methods/range_search/range_search_rules.hpp                       |   20 
 inst/include/mlpack/methods/range_search/range_search_rules_impl.hpp                  |   24 
 inst/include/mlpack/methods/range_search/range_search_stat.hpp                        |    4 
 inst/include/mlpack/methods/rann/ra_query_stat.hpp                                    |    6 
 inst/include/mlpack/methods/rann/ra_search.hpp                                        |   12 
 inst/include/mlpack/methods/rann/ra_search_impl.hpp                                   |   40 
 inst/include/mlpack/methods/rann/ra_search_rules.hpp                                  |   50 
 inst/include/mlpack/methods/rann/ra_search_rules_impl.hpp                             |  170 +-
 inst/include/mlpack/methods/regularized_svd/regularized_svd.hpp                       |    8 
 inst/include/mlpack/methods/regularized_svd/regularized_svd_function.hpp              |   18 
 inst/include/mlpack/methods/regularized_svd/regularized_svd_impl.hpp                  |    8 
 inst/include/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp                 |   24 
 inst/include/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp        |   16 
 inst/include/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp            |    8 
 inst/include/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp       |    8 
 inst/include/mlpack/methods/sparse_coding/nothing_initializer.hpp                     |    6 
 inst/include/mlpack/methods/sparse_coding/random_initializer.hpp                      |    8 
 inst/include/mlpack/methods/sparse_coding/sparse_coding.hpp                           |   10 
 inst/include/mlpack/methods/sparse_coding/sparse_coding_impl.hpp                      |   34 
 inst/skeleton/kmeans.cpp                                                              |    4 
 src/Makevars                                                                          |    2 
 src/Makevars.win                                                                      |    2 
 src/kmeans.cpp                                                                        |    2 
 src/mlpack/core/arma_extend/typedef.hpp                                               |    2 
 src/mlpack/core/data/load_impl.hpp                                                    |    2 
 src/mlpack/core/data/normalize_labels.hpp                                             |    4 
 src/mlpack/core/data/normalize_labels_impl.hpp                                        |   12 
 src/mlpack/core/data/save_impl.hpp                                                    |    2 
 src/mlpack/core/dists/discrete_distribution.cpp                                       |   14 
 src/mlpack/core/dists/discrete_distribution.hpp                                       |   12 
 src/mlpack/core/dists/gaussian_distribution.cpp                                       |    8 
 src/mlpack/core/dists/gaussian_distribution.hpp                                       |    4 
 src/mlpack/core/dists/laplace_distribution.cpp                                        |    6 
 src/mlpack/core/dists/laplace_distribution.hpp                                        |    6 
 src/mlpack/core/kernels/epanechnikov_kernel.cpp                                       |    2 
 src/mlpack/core/kernels/epanechnikov_kernel.hpp                                       |    2 
 src/mlpack/core/kernels/example_kernel.hpp                                            |    2 
 src/mlpack/core/kernels/gaussian_kernel.hpp                                           |    2 
 src/mlpack/core/kernels/pspectrum_string_kernel.cpp                                   |   10 
 src/mlpack/core/kernels/pspectrum_string_kernel.hpp                                   |   10 
 src/mlpack/core/kernels/spherical_kernel.hpp                                          |    2 
 src/mlpack/core/math/lin_alg.cpp                                                      |   18 
 src/mlpack/core/math/lin_alg.hpp                                                      |    2 
 src/mlpack/core/math/random.hpp                                                       |    4 
 src/mlpack/core/metrics/lmetric_impl.hpp                                              |    4 
 src/mlpack/core/metrics/mahalanobis_distance.hpp                                      |    2 
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp                          |   10 
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp            |    4 
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp                     |   14 
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp           |   34 
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp           |   20 
 src/mlpack/core/optimizers/lbfgs/lbfgs.hpp                                            |   32 
 src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp                                       |   32 
 src/mlpack/core/optimizers/lbfgs/test_functions.cpp                                   |    4 
 src/mlpack/core/optimizers/lbfgs/test_functions.hpp                                   |    6 
 src/mlpack/core/optimizers/lrsdp/lrsdp.cpp                                            |    2 
 src/mlpack/core/optimizers/lrsdp/lrsdp.hpp                                            |    4 
 src/mlpack/core/optimizers/lrsdp/lrsdp_function.cpp                                   |   18 
 src/mlpack/core/optimizers/lrsdp/lrsdp_function.hpp                                   |    8 
 src/mlpack/core/optimizers/sa/sa.hpp                                                  |   38 
 src/mlpack/core/optimizers/sa/sa_impl.hpp                                             |   34 
 src/mlpack/core/optimizers/sgd/sgd.hpp                                                |   14 
 src/mlpack/core/optimizers/sgd/sgd_impl.hpp                                           |   10 
 src/mlpack/core/optimizers/sgd/test_function.cpp                                      |    4 
 src/mlpack/core/optimizers/sgd/test_function.hpp                                      |    6 
 src/mlpack/core/tree/ballbound.hpp                                                    |    4 
 src/mlpack/core/tree/ballbound_impl.hpp                                               |    6 
 src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp                          |   94 -
 src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp                     |   86 -
 src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp                        |   24 
 src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp                   |    4 
 src/mlpack/core/tree/binary_space_tree/mean_split.hpp                                 |   36 
 src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp                            |   50 
 src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp                      |    8 
 src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp                 |    6 
 src/mlpack/core/tree/cosine_tree/cosine_tree.cpp                                      |   50 
 src/mlpack/core/tree/cosine_tree/cosine_tree.hpp                                      |   24 
 src/mlpack/core/tree/cover_tree/cover_tree.hpp                                        |   86 -
 src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp                                   |  172 +-
 src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp                               |   12 
 src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp                          |   12 
 src/mlpack/core/tree/cover_tree/first_point_is_root.hpp                               |    2 
 src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp                             |    8 
 src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp                        |   18 
 src/mlpack/core/tree/example_tree.hpp                                                 |   14 
 src/mlpack/core/tree/hrectbound.hpp                                                   |   10 
 src/mlpack/core/tree/hrectbound_impl.hpp                                              |   32 
 src/mlpack/core/tree/mrkd_statistic.hpp                                               |   24 
 src/mlpack/core/tree/mrkd_statistic_impl.hpp                                          |    8 
 src/mlpack/core/util/prefixedoutstream_impl.hpp                                       |    4 
 src/mlpack/core/util/string_util.cpp                                                  |    6 
 src/mlpack/core/util/string_util.hpp                                                  |    2 
 src/mlpack/methods/amf/amf.hpp                                                        |    4 
 src/mlpack/methods/amf/amf_impl.hpp                                                   |    4 
 src/mlpack/methods/amf/init_rules/random_acol_init.hpp                                |   10 
 src/mlpack/methods/amf/init_rules/random_init.hpp                                     |    6 
 src/mlpack/methods/amf/termination_policies/complete_incremental.hpp                  |    8 
 src/mlpack/methods/amf/termination_policies/incomplete_incremental.hpp                |    8 
 src/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp            |   16 
 src/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp          |   26 
 src/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp           |   36 
 src/mlpack/methods/amf/update_rules/nmf_als.hpp                                       |    6 
 src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp                                 |    2 
 src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp                                  |   14 
 src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp                            |   46 
 src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp             |   24 
 src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp           |   16 
 src/mlpack/methods/cf/cf.hpp                                                          |   42 
 src/mlpack/methods/cf/cf_impl.hpp                                                     |   48 
 src/mlpack/methods/decision_stump/decision_stump.hpp                                  |   22 
 src/mlpack/methods/decision_stump/decision_stump_impl.hpp                             |   32 
 src/mlpack/methods/det/dt_utils.cpp                                                   |   46 
 src/mlpack/methods/det/dt_utils.hpp                                                   |   10 
 src/mlpack/methods/det/dtree.cpp                                                      |   76 -
 src/mlpack/methods/det/dtree.hpp                                                      |   50 
 src/mlpack/methods/emst/dtb.hpp                                                       |    8 
 src/mlpack/methods/emst/dtb_impl.hpp                                                  |   38 
 src/mlpack/methods/emst/dtb_rules.hpp                                                 |   28 
 src/mlpack/methods/emst/dtb_rules_impl.hpp                                            |   30 
 src/mlpack/methods/emst/edge_pair.hpp                                                 |   14 
 src/mlpack/methods/emst/union_find.hpp                                                |   14 
 src/mlpack/methods/fastmks/fastmks.hpp                                                |   12 
 src/mlpack/methods/fastmks/fastmks_impl.hpp                                           |   48 
 src/mlpack/methods/fastmks/fastmks_rules.hpp                                          |   32 
 src/mlpack/methods/fastmks/fastmks_rules_impl.hpp                                     |   30 
 src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp                                |    2 
 src/mlpack/methods/gmm/em_fit.hpp                                                     |   12 
 src/mlpack/methods/gmm/em_fit_impl.hpp                                                |   38 
 src/mlpack/methods/gmm/gmm.hpp                                                        |   26 
 src/mlpack/methods/gmm/gmm_impl.hpp                                                   |   42 
 src/mlpack/methods/gmm/phi.hpp                                                        |    4 
 src/mlpack/methods/hmm/hmm.hpp                                                        |   20 
 src/mlpack/methods/hmm/hmm_impl.hpp                                                   |   70 
 src/mlpack/methods/kernel_pca/kernel_pca.hpp                                          |    4 
 src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp                                     |    4 
 src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp                           |   12 
 src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp                        |    2 
 src/mlpack/methods/kmeans/allow_empty_clusters.hpp                                    |    8 
 src/mlpack/methods/kmeans/kmeans.hpp                                                  |   24 
 src/mlpack/methods/kmeans/kmeans_impl.hpp                                             |   86 -
 src/mlpack/methods/kmeans/max_variance_new_cluster.hpp                                |    8 
 src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp                           |   16 
 src/mlpack/methods/kmeans/random_partition.hpp                                        |    6 
 src/mlpack/methods/kmeans/refined_start.hpp                                           |   12 
 src/mlpack/methods/kmeans/refined_start_impl.hpp                                      |   20 
 src/mlpack/methods/lars/lars.cpp                                                      |   38 
 src/mlpack/methods/lars/lars.hpp                                                      |   14 
 src/mlpack/methods/linear_regression/linear_regression.cpp                            |    6 
 src/mlpack/methods/local_coordinate_coding/lcc.hpp                                    |    6 
 src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp                               |   54 
 src/mlpack/methods/logistic_regression/logistic_regression_function.cpp               |    6 
 src/mlpack/methods/logistic_regression/logistic_regression_function.hpp               |    6 
 src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp                   |    4 
 src/mlpack/methods/lsh/lsh_search.hpp                                                 |   48 
 src/mlpack/methods/lsh/lsh_search_impl.hpp                                            |   96 -
 src/mlpack/methods/mvu/mvu.cpp                                                        |   12 
 src/mlpack/methods/mvu/mvu.hpp                                                        |    4 
 src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp                             |   10 
 src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp                        |   34 
 src/mlpack/methods/nca/nca.hpp                                                        |    6 
 src/mlpack/methods/nca/nca_impl.hpp                                                   |    2 
 src/mlpack/methods/nca/nca_softmax_error_function.hpp                                 |   10 
 src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp                            |   20 
 src/mlpack/methods/neighbor_search/neighbor_search.hpp                                |    8 
 src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp                           |   32 
 src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp                          |   32 
 src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp                     |   32 
 src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp           |   12 
 src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp           |    8 
 src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp            |   12 
 src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp            |    8 
 src/mlpack/methods/neighbor_search/unmap.cpp                                          |   20 
 src/mlpack/methods/neighbor_search/unmap.hpp                                          |   14 
 src/mlpack/methods/nystroem_method/kmeans_selection.hpp                               |   10 
 src/mlpack/methods/nystroem_method/nystroem_method.hpp                                |   10 
 src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp                           |   24 
 src/mlpack/methods/nystroem_method/ordered_selection.hpp                              |   10 
 src/mlpack/methods/nystroem_method/random_selection.hpp                               |   10 
 src/mlpack/methods/pca/pca.cpp                                                        |    6 
 src/mlpack/methods/pca/pca.hpp                                                        |   10 
 src/mlpack/methods/perceptron/initialization_methods/random_init.hpp                  |    8 
 src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp                    |    8 
 src/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp              |   10 
 src/mlpack/methods/perceptron/perceptron.hpp                                          |   10 
 src/mlpack/methods/perceptron/perceptron_impl.hpp                                     |   16 
 src/mlpack/methods/radical/radical.cpp                                                |   20 
 src/mlpack/methods/radical/radical.hpp                                                |   32 
 src/mlpack/methods/range_search/range_search.hpp                                      |   12 
 src/mlpack/methods/range_search/range_search_impl.hpp                                 |   36 
 src/mlpack/methods/range_search/range_search_rules.hpp                                |   20 
 src/mlpack/methods/range_search/range_search_rules_impl.hpp                           |   24 
 src/mlpack/methods/range_search/range_search_stat.hpp                                 |    4 
 src/mlpack/methods/rann/ra_query_stat.hpp                                             |    6 
 src/mlpack/methods/rann/ra_search.hpp                                                 |   12 
 src/mlpack/methods/rann/ra_search_impl.hpp                                            |   40 
 src/mlpack/methods/rann/ra_search_rules.hpp                                           |   50 
 src/mlpack/methods/rann/ra_search_rules_impl.hpp                                      |  170 +-
 src/mlpack/methods/regularized_svd/regularized_svd.hpp                                |    8 
 src/mlpack/methods/regularized_svd/regularized_svd_function.cpp                       |   34 
 src/mlpack/methods/regularized_svd/regularized_svd_function.hpp                       |   18 
 src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp                           |    8 
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp                          |   24 
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp                 |   16 
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp                 |   16 
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp                     |    8 
 src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp                |    8 
 src/mlpack/methods/sparse_coding/nothing_initializer.hpp                              |    6 
 src/mlpack/methods/sparse_coding/random_initializer.hpp                               |    8 
 src/mlpack/methods/sparse_coding/sparse_coding.hpp                                    |   10 
 src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp                               |   34 
 356 files changed, 3882 insertions(+), 3886 deletions(-)

More information about RcppMLPACK at CRAN
Permanent link

Package robumeta updated to version 1.3 with previous version 1.2 dated 2014-08-20

Title: Robust variance meta-regression
Description: Functions for conducting robust variance estimation (RVE) meta-regression using both large and small sample RVE estimators under various weighting schemes. These methods are distribution free and provide valid point estimates, standard errors and hypothesis tests even when the degree and structure of dependence between effect sizes is unknown. Also included in the robumeta package are functions for conducting sensitivity analyses under correlated effects weighting and producing RVE-based forest plots.
Author: Zachary Fisher and Elizabeth Tipton.
Maintainer: Zachary Fisher

Diff between robumeta versions 1.2 dated 2014-08-20 and 1.3 dated 2014-08-20

 DESCRIPTION |    8 ++++----
 MD5         |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

More information about robumeta at CRAN
Permanent link

Package CCTpack updated to version 1.4 with previous version 1.3 dated 2014-08-16

Title: Cultural Consensus Theory applications to data
Description: A user-friendly GUI for the application of Cultural Consensus Theory (CCT) models and methods to consensus data. The models are applied using hierarchical Bayesian inference. The current package version supports binary, ordinal, and continuous data formats.
Author: Royce Anders
Maintainer: Royce Anders

Diff between CCTpack versions 1.3 dated 2014-08-16 and 1.4 dated 2014-08-20

 DESCRIPTION              |   10 
 MD5                      |   20 -
 NAMESPACE                |    9 
 R/cctgui.r               |  841 ++++++++++++++++++++++++++++++++---------------
 man/CCTpack-package.Rd   |    4 
 man/cct-class.Rd         |only
 man/cctapply.Rd          |    3 
 man/cctmemb.Rd           |only
 man/cctmvest.Rd          |only
 man/dtraceplot.Rd        |only
 man/plot-methods.Rd      |only
 man/plot.Rd              |only
 man/screeplot-methods.Rd |only
 man/screeplot.Rd         |only
 man/summary-methods.Rd   |only
 man/summary.Rd           |only
 16 files changed, 615 insertions(+), 272 deletions(-)

More information about CCTpack at CRAN
Permanent link

New package geoBayes with initial version 0.1.2
Package: geoBayes
Type: Package
Title: Analysis of geostatistical data using Bayes and Empirical Bayes methods
Description: This package provides functions to fit geostatistical data. The data can be continuous, binary or count data and the models implemented are flexible. Conjugate priors are assumed on some parameters while non-conjugate parameters can be estimated either by Monte-Carlo or empirical Bayes methods.
Version: 0.1.2
Date: 2014-08-20
Author: Evangelos Evangelou , Vivekanda Roy
Maintainer: Evangelos Evangelou
Imports: stats, coda, sp
Depends: R (>= 2.0.0)
Suggests: geoR, geoRglm
LazyData: true
License: GPL (>= 2)
Classification/ACM: 86A32, 62M30, 62F15
Packaged: 2014-08-20 18:16:16 UTC; ee224
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-20 21:07:01

More information about geoBayes at CRAN
Permanent link

Package bold updated to version 0.2.0 with previous version 0.1.2 dated 2014-07-24

Title: Interface to Bold Systems API
Description: A programmatic interface to the Web Service methods provided by Bold Systems for genetic barcode data. Functions include methods for searching by sequences by taxonomic names, ids, collectors, and institutions; as well as a function for searching for specimens, and downloading trace files.
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain

Diff between bold versions 0.1.2 dated 2014-07-24 and 0.2.0 dated 2014-08-20

 bold-0.1.2/bold/tests/test-all.R                     |only
 bold-0.2.0/bold/DESCRIPTION                          |   11 
 bold-0.2.0/bold/MD5                                  |   49 +
 bold-0.2.0/bold/NAMESPACE                            |    6 
 bold-0.2.0/bold/NEWS                                 |   16 
 bold-0.2.0/bold/R/bold-package.R                     |   32 -
 bold-0.2.0/bold/R/bold_identify.R                    |only
 bold-0.2.0/bold/R/bold_seq.R                         |   42 -
 bold-0.2.0/bold/R/bold_seqspec.R                     |   13 
 bold-0.2.0/bold/R/bold_specimens.R                   |   15 
 bold-0.2.0/bold/R/bold_tax_id.R                      |only
 bold-0.2.0/bold/R/bold_tax_name.R                    |only
 bold-0.2.0/bold/R/bold_trace.R                       |    3 
 bold-0.2.0/bold/README.md                            |   17 
 bold-0.2.0/bold/data                                 |only
 bold-0.2.0/bold/inst/doc/bold_vignette.Rmd           |  165 +++--
 bold-0.2.0/bold/inst/doc/bold_vignette.html          |  524 +++++++++++--------
 bold-0.2.0/bold/man/bold-package.Rd                  |    4 
 bold-0.2.0/bold/man/bold_identify.Rd                 |only
 bold-0.2.0/bold/man/bold_seq.Rd                      |   15 
 bold-0.2.0/bold/man/bold_seqspec.Rd                  |   13 
 bold-0.2.0/bold/man/bold_specimens.Rd                |   14 
 bold-0.2.0/bold/man/bold_tax_id.Rd                   |only
 bold-0.2.0/bold/man/bold_tax_name.Rd                 |only
 bold-0.2.0/bold/man/bold_trace.Rd                    |    3 
 bold-0.2.0/bold/man/sequences.Rd                     |only
 bold-0.2.0/bold/tests/testthat/test-bold_seq.R       |    9 
 bold-0.2.0/bold/tests/testthat/test-bold_seqspec.R   |    5 
 bold-0.2.0/bold/tests/testthat/test-bold_specimens.R |    6 
 bold-0.2.0/bold/vignettes/bold_vignette.Rmd          |  165 +++--
 30 files changed, 707 insertions(+), 420 deletions(-)

More information about bold at CRAN
Permanent link

Package TDA updated to version 1.1 with previous version 1.0 dated 2014-08-19

Title: Statistical Tools for Topological Data Analysis
Description: This package provides tools for the statistical analysis of persistent homology and for density clustering.
Author: Brittany T. Fasy, Fabrizio Lecci
Maintainer: Fabrizio Lecci

Diff between TDA versions 1.0 dated 2014-08-19 and 1.1 dated 2014-08-20

 DESCRIPTION                |   10 +++++-----
 MD5                        |   37 +++++++++++++++++++------------------
 NAMESPACE                  |   12 ++++++++++--
 NEWS                       |only
 R/ripsDiag.R               |    5 ++++-
 inst/doc/article.R         |    1 -
 inst/doc/article.Rnw       |    2 +-
 inst/doc/article.pdf       |binary
 man/TDA-package.Rd         |    4 ++--
 man/bootstrapBand.Rd       |    2 +-
 man/bottleneckInterval.Rd  |    4 ++--
 man/gridDiag.Rd            |    2 +-
 man/landscape.Rd           |   12 +++++-------
 man/maxPersistence.Rd      |   10 ++++++----
 man/plot.diagram.Rd        |    2 +-
 man/plot.maxPersistence.Rd |   11 ++++++-----
 man/ripsDiag.Rd            |    5 ++---
 man/silhouette.Rd          |   13 +++++--------
 src/diag.cpp               |    5 ++---
 vignettes/article.Rnw      |    2 +-
 20 files changed, 73 insertions(+), 66 deletions(-)

More information about TDA at CRAN
Permanent link

Package robumeta updated to version 1.2 with previous version 1.1 dated 2014-03-20

Title: Robust variance meta-regression
Description: The robumeta package provides a host of functions for conducting robust variance estimation (RVE) meta-regression using both large and small sample RVE estimators under various weighting schemes. These methods are distribution free and provide valid point estimates, standard errors and hypothesis tests even when the degree and structure of dependence between effect sizes is unknown. Also included in the robumeta package are functions for conducting sensitivity analyses under correlated effects weighting and producing RVE-based forest plots.
Author: Zachary Fisher and Elizabeth Tipton.
Maintainer: Zachary Fisher

Diff between robumeta versions 1.1 dated 2014-03-20 and 1.2 dated 2014-08-20

 DESCRIPTION           |    6 
 MD5                   |   10 
 NAMESPACE             |    3 
 R/robumeta.R          | 1414 ++++++++++++++++++++++++--------------------------
 data/oswald2013.RData |binary
 man/forest.robu.Rd    |    4 
 6 files changed, 697 insertions(+), 740 deletions(-)

More information about robumeta at CRAN
Permanent link

Package mokken updated to version 2.7.7 with previous version 2.7.5 dated 2013-01-27

Title: Mokken Scale Analysis in R
Description: mokken contains functions for performing Mokken scale analysis on test and questionnaire data. It includes an automated item selection algorithm, and various checks of model assumptions.
Author: L. Andries van der Ark
Maintainer: L. Andries van der Ark

Diff between mokken versions 2.7.5 dated 2013-01-27 and 2.7.7 dated 2014-08-20

 DESCRIPTION                           |   24 +++++------
 MD5                                   |   50 +++++++++++------------
 NAMESPACE                             |    1 
 R/check.iio.R                         |   18 ++++----
 R/check.reliability.R                 |   72 +++++++++++++++++-----------------
 R/coefH.R                             |   22 ++++++----
 R/search.normal.R                     |   58 +++++++++++++++++++++++++--
 inst/doc/GettingStartedWithMokken.pdf |binary
 man/aisp.Rd                           |   13 +++---
 man/check.errors.Rd                   |    4 -
 man/check.iio.Rd                      |   14 +++---
 man/check.monotonicity.Rd             |    2 
 man/check.pmatrix.Rd                  |    2 
 man/check.reliability.Rd              |    5 +-
 man/check.restscore.Rd                |    2 
 man/coefH.Rd                          |   10 ++--
 man/coefZ.Rd                          |    4 -
 man/mokken-package.Rd                 |    8 +--
 man/plot.iio.class.Rd                 |   14 +++---
 man/plot.monotonicity.class.Rd        |   13 +++---
 man/plot.pmatrix.class.Rd             |    5 +-
 man/plot.restscore.class.Rd           |   13 +++---
 man/summary.iio.class.Rd              |   10 ++--
 man/summary.monotonicity.cass.Rd      |    2 
 man/summary.pmatrix.class.Rd          |    2 
 man/summary.restscore.class.Rd        |    2 
 26 files changed, 222 insertions(+), 148 deletions(-)

More information about mokken at CRAN
Permanent link

Package GLSME updated to version 1.0.2 with previous version 1.0.1 dated 2014-05-25

Title: Generalized Least Squares with Measurement Error
Description: Performs linear regression with correlated predictors, responses and correlated measurement errors in predictors and responses, correcting for biased caused by these.
Author: Krzysztof Bartoszek
Maintainer: Krzysztof Bartoszek

Diff between GLSME versions 1.0.1 dated 2014-05-25 and 1.0.2 dated 2014-08-20

 DESCRIPTION  |    6 +++---
 MD5          |    4 ++--
 man/GLSME.Rd |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

More information about GLSME at CRAN
Permanent link

New package metaplus with initial version 0.6-0
Package: metaplus
Type: Package
Title: Robust meta-analysis and meta-regression.
Version: 0.6-0
Date: 2014-08-20
Author: Ken Beath
Maintainer: Ken Beath
Description: Performs meta-analysis using standard and robust methods with confidence intervals from profile likelihood.
Depends: R(>= 3.1.0), bbmle, metafor
Imports: boot, methods, numDeriv
License: GPL (>= 2)
Packaged: 2014-08-20 09:08:57 UTC; kjbeath
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-20 14:37:51

More information about metaplus at CRAN
Permanent link

New package DepthProc with initial version 1.0
Package: DepthProc
Version: 1.0
Date: 2014-08-18
Title: DepthProc
Author: Daniel Kosiorowski, Mateusz Bocian, Anna Wegrzynkiewicz and Zygmunt Zawadzki from Cracow University of Economics.
Maintainer: Zygmunt Zawadzki
Description: Package for depths
License: GPL-2
Depends: R (>= 3.0.0), ggplot2, Rcpp (>= 0.11.2), rrcov, np, methods, MASS
Imports: lattice, sm, geometry
Suggests: mvtnorm, rgl, sn, robustbase,
LinkingTo: Rcpp, RcppArmadillo
Repository: CRAN
Repository/R-Forge/Project: depthproc
Repository/R-Forge/Revision: 54
Repository/R-Forge/DateTimeStamp: 2014-08-20 09:54:39
Date/Publication: 2014-08-20 14:33:13
Packaged: 2014-08-20 10:15:11 UTC; rforge
NeedsCompilation: yes

More information about DepthProc at CRAN
Permanent link

New package rsunlight with initial version 0.3.0
Package: rsunlight
Description: Interface to four Sunlight Foundation APIs (http://sunlightfoundation.com/api/) for government data, including the Congress API v3, the Capitol Words API, the Influence Explorer API, and the Open States API. Sunlight Foundation is a nonpartison nonprofit that collects and provides data on government activities, and those that influence government. Functions are provided to interact with each of the four APIs. rCharts - https://github.com/ramnathv/rCharts
Title: Interface to Sunlight Foundation APIs.
Version: 0.3.0
Date: 2014-08-19
License: MIT + file LICENSE
URL: https://github.com/ropengov/rsunlight
BugReports: https://github.com/ropengov/rsunlight/issues
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"), person("Thomas J.", "Leeper", role=c("ctb"), email="thosjleeper@gmail.com"))
VignetteBuilder: knitr
LazyLoad: yes
LazyData: yes
Imports: httr, plyr, jsonlite, stringr, assertthat
Suggests: knitr, testthat, rCharts
Packaged: 2014-08-20 06:53:38 UTC; sacmac
Author: Scott Chamberlain [aut, cre], Thomas J. Leeper [ctb]
Maintainer: Scott Chamberlain
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-20 10:39:41

More information about rsunlight at CRAN
Permanent link

New package RGA with initial version 0.1.1
Package: RGA
Type: Package
Title: A Google Analytics API client for R
Description: Provides functions for accessing and retrieving data from the Google Analytics APIs (https://developers.google.com/analytics/). Supports OAuth 2.0 authorization. Package provides access to the Management, Core Reporting, Multi-Channel Funnels Reporting, Real Time Reporting and Metadata APIs. Access to all the Google Analytics accounts which the user has access to. Auto-pagination to return more than 10,000 rows of the results by combining multiple data requests. Also the RGA package provides shiny app to explore the core reporting API dimensions and metrics.
URL: https://bitbucket.org/unikum/rga
BugReports: https://bitbucket.org/unikum/rga/issues
Version: 0.1.1
Date: 2014-06-03
Authors@R: c( person(given = "Artem", family = "Klevtsov", email = "a.a.klevtsov@gmail.com", role = c("aut", "cre")), person(given = "Philipp", family = "Upravitelev", email = "upravitelev@gmail.com", role = "ctb"), person(given = "Olga", family = "Shramko", email = "ol1709@yahoo.com", role = "ctb"))
License: GPL (>= 2)
Depends: R (>= 2.15.1)
Imports: RCurl, jsonlite, httr (>= 0.3), httpuv, shiny (>= 0.10.0)
Collate: 'auth.R' 'convert.R' 'data.R' 'utils.R' 'url.R' 'query.R' 'get-data.R' 'mgmt.R' 'onload.R' 'package.R' 'report.R' 'shiny.R'
Packaged: 2014-08-20 07:19:17 UTC; xxx
Author: Artem Klevtsov [aut, cre], Philipp Upravitelev [ctb], Olga Shramko [ctb]
Maintainer: Artem Klevtsov
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-20 10:39:37

More information about RGA at CRAN
Permanent link

Package pfa (with last version 1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2012-12-04 1.0

Permanent link
Package RcmdrPlugin.doBy (with last version 0.1-3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2013-07-12 0.1-3
2013-01-05 0.1-2
2011-12-16 0.1-1
2011-12-13 0.1-0

Permanent link
Package anaglyph (with last version 0.1-1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2011-08-14 0.1-1

Permanent link
Package POET (with last version 1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2012-11-07 1.0

Permanent link
Package parspatstat (with last version 0.1-4) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2013-08-23 0.1-4
2013-04-09 0.1-3
2012-09-21 0.1-2

Permanent link
Package sltl (with last version 1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2013-04-20 1.0

Permanent link
New package matpow with initial version 0.1.1
Package: matpow
Type: Package
Title: matrix powers
Version: 0.1.1
Description: A general framework for computing powers of matrices. A key feature is the capability for users to write callback functions, called after each iteration, thus enabling customization for specific applications. Diverse types of matrix classes/matrix multiplication are accommodated. If the multiplication type computes in parallel, then the package computation is also parallel.
License: GPL (>= 2)
Suggests: bigmemory, gputools
NeedsCompilation: no
ByteCompile: yes
Author: Norm Matloff, Jack Norman
Maintainer: Norm Matloff
Repository: CRAN
Packaged: 2014-08-20 05:53:00 UTC; matloff
Date/Publication: 2014-08-20 08:12:37

More information about matpow at CRAN
Permanent link

Package rcdklibs (with last version 1.5.8.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2014-08-17 1.5.8.3
2013-10-07 1.5.4
2013-03-15 1.5.0.3
2012-06-20 1.5.0
2012-02-27 1.4.7
2011-11-02 1.4.5
2011-07-23 1.4.1
2011-06-19 1.3.11
2010-10-23 1.3.6.3
2010-10-12 1.3.6.2
2010-09-29 1.3.6.1
2010-09-25 1.3.6
2010-05-06 1.3.4.2
2009-11-01 1.2.3
2009-10-29 1.2.2
2009-02-23 1.2.1
2009-01-28 1.2
2009-01-08 1.1

Permanent link
Package SimuChemPC (with last version 1.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2014-02-25 1.3
2014-02-17 1.2
2013-12-02 1.1
2013-09-04 1.0

Permanent link
Package rcdk (with last version 3.2.9.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2014-08-17 3.2.9.1
2013-10-07 3.2.3.2
2013-03-15 3.2.0.2
2012-11-18 3.1.21
2012-09-01 3.1.20.1
2012-07-06 3.1.9
2012-06-20 3.1.8.1
2012-02-27 3.1.7
2011-11-02 3.1.4
2011-08-11 3.1.3
2011-07-23 3.1.2
2011-06-19 3.1.1
2010-11-08 3.0.5
2010-10-23 3.0.4
2010-10-12 3.0.3
2010-09-29 3.0.1
2010-09-25 3.0
2010-05-22 2.9.23
2010-05-10 2.9.21
2010-05-08 2.9.20
2010-05-06 2.9.19
2009-11-01 2.9.6
2009-08-24 2.9.4
2009-07-18 2.9.3
2009-02-25 2.9.2
2008-04-08 2.8.1
2008-04-04 2.8
2008-02-27 2.7
2006-11-29 2.6.1

Permanent link
New package x.ent with initial version 0.0.4
Package: x.ent
Type: Package
Title: eXtraction of ENTity
Description: x.ent is a system for extracting information (entities and relations between them) in text datasets. It also emphasizes results exploration with graphical displays. It is a rule-based system and works with hand-made dictionaries and local grammars defined by users. x.ent has been written in perl and use javascript to define user preferences through a browser. Local grammars are defined and compiled with the tool Unitex, developed by University Paris Est, and supporting multiple languages. See ?xconfig for an introduction.
Version: 0.0.4
Date: 2014-07-14
Author: Nicolas Turenne , Tien Phan
Depends: R (>= 3.0.0),opencpu,rJava
Imports: stringr,xtable,jsonlite,venneuler
Maintainer: Tien Phan
License: GPL-3
SystemRequirements: Perl (>= 5.0), Unitex (>= 3.0 http://www-igm.univ-mlv.fr/~unitex/)
Packaged: 2014-08-19 23:26:06 UTC; phantrongtien
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-20 06:12:26

More information about x.ent at CRAN
Permanent link

Package reldist updated to version 1.6-3 with previous version 1.6-2 dated 2013-03-03

Title: Relative Distribution Methods
Description: R functions for the comparison of distributions. This includes nonparametric estimation of the relative distribution PDF and CDF and numerical summaries as described in "Relative Distribution Methods in the Social Sciences" by Mark S. Handcock and Martina Morris, Springer-Verlag, 1999, Springer-Verlag, ISBN 0387987789
Author: Mark S. Handcock
Maintainer: Mark S. Handcock

Diff between reldist versions 1.6-2 dated 2013-03-03 and 1.6-3 dated 2014-08-20

 DESCRIPTION             |   23 ++++++++++++-----------
 MD5                     |   11 ++++++-----
 NAMESPACE               |    1 +
 R/bgk_kde.R             |only
 R/reldist.R             |   44 ++++++++++++++++++++++++++++++--------------
 man/reldist-internal.Rd |    1 +
 man/reldist.Rd          |   17 ++++++++++++-----
 7 files changed, 62 insertions(+), 35 deletions(-)

More information about reldist at CRAN
Permanent link

Package PtProcess updated to version 3.3-6 with previous version 3.3-1 dated 2011-12-10

Title: Time Dependent Point Process Modelling
Description: This package fits and analyses time dependent marked point process models with an emphasis on earthquake modelling. For a more detailed introduction to the package, see the topic "PtProcess". A list of recent changes can be found in the topic "Change Log".
Author: David Harte
Maintainer: David Harte

Diff between PtProcess versions 3.3-1 dated 2011-12-10 and 3.3-6 dated 2014-08-20

 DESCRIPTION         |   16 ++++----
 MD5                 |   36 +++++++++---------
 NAMESPACE           |    4 +-
 R/dpareto.R         |   72 +++++++++++++++++++++++++-----------
 R/linksrm_gif.R     |  104 +++++++++++-----------------------------------------
 R/logLik.mpp.R      |    2 -
 data/NthChina.rda   |binary
 data/Ogata.rda      |binary
 data/Phuket.rda     |binary
 data/Tangshan.rda   |binary
 inst/doc/index.html |   11 ++++-
 man/Changes.Rd      |   14 +++++++
 man/dpareto.Rd      |   12 ++++--
 man/etas_gif.Rd     |    2 -
 man/etas_normal0.Rd |    6 +--
 man/linksrm.Rd      |   31 +++++++++------
 man/linksrm_gif.Rd  |   60 ++++++++++++++++++++++--------
 man/mpp.Rd          |    8 +++-
 man/residuals.Rd    |    4 ++
 19 files changed, 210 insertions(+), 172 deletions(-)

More information about PtProcess at CRAN
Permanent link

Package opencpu updated to version 1.4.4 with previous version 1.4.3 dated 2014-06-23

Title: The OpenCPU system for embedded scientific computing and reproducible research.
Description: The OpenCPU system exposes an HTTP API for embedded scientific computing with R. This provides reliable and scalable foundations for integrating R based analysis and visualization modules into pipelines, web applications or big data infrastructures. The OpenCPU server can run either as a single-user development server within the interactive R session, or as a high performance multi-user cloud server that builds on Linux, Nginx and rApache. The current R package forms the core of the system. When loaded in R, it automatically initiates the single-user server and displays the web address in the console. For detailed information and documentation on the API, visit the OpenCPU website.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms

Diff between opencpu versions 1.4.3 dated 2014-06-23 and 1.4.4 dated 2014-08-20

 DESCRIPTION                  |   22 ++++----
 MD5                          |   83 ++++++++++++++++++---------------
 NAMESPACE                    |    2 
 NEWS                         |   11 ++++
 R/find_aliases.R             |only
 R/getfromURL.R               |only
 R/getlocalurl.R              |only
 R/gettmpdir.R                |    2 
 R/httpget_library.R          |   13 +++--
 R/httpget_object.R           |    8 ---
 R/httpget_package.R          |    5 +
 R/httpget_package_info.R     |only
 R/httpget_package_man.R      |   43 ++++++++++++-----
 R/httpget_package_r.R        |   17 +++++-
 R/httpget_session_graphics.R |    6 ++
 R/httpget_static.R           |    2 
 R/httpget_tmp.R              |    5 -
 R/inittempdir.R              |    1 
 R/is_windows.R               |only
 R/load_session_namespaces.R  |only
 R/loadconfigs.R              |    2 
 R/makelock.R                 |only
 R/onAttach.R                 |    2 
 R/onLoad.R                   |   14 +++++
 R/opencpu.R                  |    3 -
 R/parse_arg.R                |   32 +++++++-----
 R/parse_dots.R               |   17 ++++++
 R/parse_query.R              |    9 +--
 R/rapache.R                  |only
 R/rapachehandler.R           |    3 -
 R/req.R                      |    4 +
 R/res.R                      |    7 ++
 R/rhttpd.R                   |    3 -
 R/rhttpdhandler.R            |    9 ++-
 R/rookhandler.R              |    3 -
 R/rstudioproxy.R             |only
 R/saveDESCRIPTION.R          |only
 R/send_index.R               |only
 R/serve.R                    |   54 +++++++++++----------
 R/session.R                  |   35 +++++++++----
 R/userlibpath.R              |    2 
 build/vignette.rds           |binary
 inst/doc/opencpu-paper.pdf   |binary
 inst/doc/opencpu-server.pdf  |binary
 inst/test/R.css              |  108 ++++++++++++++++++++-----------------------
 man/cleanup.Rd               |   18 ++-----
 man/opencpu.Rd               |   40 +++++++--------
 man/rhttpd.Rd                |   36 ++++++--------
 48 files changed, 367 insertions(+), 254 deletions(-)

More information about opencpu at CRAN
Permanent link

Package logitchoice updated to version 0.9.2 with previous version 0.9.1 dated 2014-07-21

Title: Fitting l2-regularized logit choice models via generalized gradient descent
Description: Fits linear discrete logit choice models with l2 regularization. To handle reasonably sized datasets, we employ an accelerated version of generalized gradient descent.
Author: Michael Lim
Maintainer: Michael Lim

Diff between logitchoice versions 0.9.1 dated 2014-07-21 and 0.9.2 dated 2014-08-20

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 src/mle.c   |    9 +++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

More information about logitchoice at CRAN
Permanent link

Package hydrostats updated to version 0.2.1 with previous version 0.2 dated 2014-08-11

Title: Hydrologic indices for daily time series data.
Description: Calculates a suite of hydrologic indices for daily time series data that are widely used in hydrology and stream ecology.
Author: Nick Bond
Maintainer: Nick Bond

Diff between hydrostats versions 0.2 dated 2014-08-11 and 0.2.1 dated 2014-08-20

 DESCRIPTION             |    7 ++++---
 MD5                     |   45 +++++++++++++++++++++++----------------------
 NAMESPACE               |    1 +
 NEWS                    |only
 R/Colwells.R            |   12 ++++++++++--
 R/baseflows.R           |    6 ++++--
 R/high.spells.R         |    4 ++--
 R/recode.R              |   10 +++++-----
 README.md               |    4 +++-
 man/Acheron.Rd          |    4 ++--
 man/Colwells.Rd         |   17 ++++++++++++++++-
 man/Cooper.Rd           |    2 +-
 man/ann.cv.Rd           |    5 +----
 man/baseflows.Rd        |    5 +++--
 man/daily.cv.Rd         |    4 ++--
 man/day.dist.Rd         |    7 +++----
 man/flood.length.max.Rd |   12 +++++-------
 man/four.digit.year.Rd  |    4 ++--
 man/high.spells.Rd      |   11 +++++------
 man/low.spells.Rd       |    6 +++---
 man/monthly.cv.Rd       |   18 ++----------------
 man/partial.series.Rd   |   22 +++++++++++-----------
 man/recode.Rd           |   25 +++++++++++++++++++++++++
 man/seasonality.Rd      |   14 ++++++--------
 24 files changed, 139 insertions(+), 106 deletions(-)

More information about hydrostats at CRAN
Permanent link


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