Skip to content

Commit

Permalink
updated package version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Mar 29, 2024
1 parent 63bfb76 commit ea9efab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 20 deletions.
4 changes: 2 additions & 2 deletions R/lpcde/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: lpcde
Type: Package
Title: Boundary Adaptive Local Polynomial Conditional Density Estimator
Version: 0.1.2
Version: 0.1.3
Authors@R: person(given = "Rajita",
family = "Chandak",
role = c("aut", "cre"),
email = "rchandak@princeton.edu" )
Maintainer: Rajita Chandak <rchandak@princeton.edu>
Description: Tools for estimation and inference of conditional densities, derivatives and functions. This is the companion software for Cattaneo, Chandak, Jansson and Ma (2024) <arxiv:2204.10359>.
Description: Tools for estimation and inference of conditional densities, derivatives and functions. This is the companion software for Cattaneo, Chandak, Jansson and Ma (2024) <arXiv:2204.10359>.
Depends: R (>= 3.3.0)
License: GPL-2
Encoding: UTF-8
Expand Down
5 changes: 5 additions & 0 deletions R/lpcde/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# lpcde 0.1.3
- Fixed uniform CB construction
- added rbc flag for plotting
- Fixed re-scaling of inputs

# lpcde 0.1.2
- Added flags for returning normalized and/or non-negative estimate
- Added option to change automatic grid spacing (options include quantile and equally-spaced grid generation). Functionality available for lpcde and lpbwcde.
Expand Down
2 changes: 1 addition & 1 deletion R/lpcde/R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @title All Sums in C++ (Internal Function)
#' @description Function that prints all combinations of natural numbers that
#' add up to target value.
#' @param Target target value for sum.
#' @param target Target value for sum.
#' @return List of combinations that add up to target value.
#' @keywords internal
print_all_sumC <- function(target) {
Expand Down
15 changes: 0 additions & 15 deletions R/lpcde/cran-comments.md

This file was deleted.

2 changes: 1 addition & 1 deletion R/lpcde/man/print_all_sumC.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R/lpcde/src/utilsC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void print_all_sum_rec(
//' @title All Sums in C++ (Internal Function)
//' @description Function that prints all combinations of natural numbers that
//' add up to target value.
//' @param Target target value for sum.
//' @param target Target value for sum.
//' @return List of combinations that add up to target value.
//' @keywords internal
// [[Rcpp::export]]
Expand Down

0 comments on commit ea9efab

Please sign in to comment.