Skip to content

Commit

Permalink
Updating NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmollina committed Feb 13, 2024
1 parent b1be165 commit f7e8d07
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MAPpoly version 0.3.3
# MAPpoly version 0.4.0
- Functions to build maps in individual parents
- Functions to merge individual maps
- Imputation functions based on map
- Functions to edit order interactively
- Fix minor bugs

# MAPpoly version 0.3.3
- Fix minor bugs

# MAPpoly version 0.3.2
Expand Down
19 changes: 12 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
## Re-submission of MAPpoly package

This is a re-submission of MAPpoly package. This version (0.3.3), contains the following changes
This is a re-submission of MAPpoly package. This version (0.4.0), contains the following changes

- Update DESCRIPTION file
- Functions to build maps in individual parents
- Functions to merge individual maps
- Imputation functions based on map
- Functions to edit order interactively
- Fix minor bugs

Thank you for reviewing our re-submission!

## Test environments
* local R installation (macOS Monterey 12.6), R 4.2.2
* local R installation (Ubuntu 20.04), R 4.2.2
* local R installation (macOS Somona 14.3.1), R 4.3.2
* local R installation (Ubuntu 22.04), R 4.3.2
* Win-builder (release and devel)

## R CMD check results

0 errors | 0 warnings | 1 notes
0 errors | 0 warnings | 2 notes

- on local macOS: R 4.2.2
* installed size is 8.1Mb
- on local macOS: R 4.3.2
* installed size is 8.2Mb
sub-directories of 1Mb or more:
* R: 2.7Mb
* R: 2.8Mb
* data: 3.0Mb
* GNU make is a SystemRequirements.

## Downstream dependencies

Expand Down
44 changes: 16 additions & 28 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.2.2 (2022-10-31) |
|os |macOS Monterey 12.6 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-01-01 |
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) |
|pandoc |2.18 @ /opt/homebrew/bin/pandoc |
|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.3.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2024-02-13 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |2.18 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:-----|:--|
|mappoly |0.3.2 |0.3.3 |* |
|broom |NA |1.0.2 |* |
|bslib |NA |0.4.2 |* |
|evaluate |NA |0.19 |* |
|highr |NA |0.10 |* |
|htmlwidgets |NA |1.6.0 |* |
|isoband |NA |0.2.7 |* |
|openssl |NA |2.0.5 |* |
|purrr |NA |1.0.0 |* |
|rmarkdown |NA |2.19 |* |
|stringr |NA |1.5.0 |* |
|testthat |NA |3.1.6 |* |
|xfun |NA |0.36 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|mappoly |0.3.3 |0.4.0 |* |

# Revdeps

0 comments on commit f7e8d07

Please sign in to comment.