Skip to content

Commit

Permalink
Update version to 1.1.1 in preparation to submission to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayevanslee committed Sep 8, 2023
1 parent 0fbee14 commit d2d1d2d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: whomds
Type: Package
Title: Calculate Results from WHO Model Disability Survey Data
Version: 1.1.0.9013
Version: 1.1.1
Authors@R: c(person("Lindsay", "Lee", email = "lindsayevanslee@gmail.com", role = c("aut","cre")), person("Carolina", "Fellinghauer", email = "carolina.fellinghauer@data-fittery.ch", role = c("ctb")), person("World Health Organization", email = "disability@who.int", role = "cph"))
Description: The Model Disability Survey (MDS) <https://www.who.int/activities/collection-of-data-on-disability> is a World Health Organization (WHO) general population survey
instrument to assess the distribution of disability within a country or
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Unreleased
# whomds 1.1.1

- Fixed bug with related to printing of DIF results
- Create new function SepRel_101() which is a copy of eRm::SepRel() v1.0-1
- Fixed bug with anchored model output in rasch_quality_children_print()
- Updated use of max_NA in rasch_mds_children() so that the function only looks for missing values in the items relevant to the respondent's group
- Fixed documentation issue with whomds-package alias as requested by CRAN

# whomds 1.1.0

Expand Down
46 changes: 18 additions & 28 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
## Resubmission

This is a resubmission. In this version I have changed the example used in the documentation for table_basicstats() in order to reduce its runtime to <5s.

Package (v1.0.1) was previously archived on CRAN after downstream dependency CDM was archived. Changes since this archived version are summarized in NEWS.md.


## Test environments
* macOS Monterey 12.3.1 (local install); R 4.2.0
* macOS 11.6.5 (GitHub Actions); R 4.2.0
* Microsoft Windows Server 2022 10.0.20348 (GitHub Actions); R 4.2.0 and R 3.6.3
* ubuntu 18.04.6 (Github Actions); R devel r82390, R 4.2.0, R 4.1.3, R 4.0.5, R 3.6.3
* macOS Ventura 13.3.1(a) (local install); R 4.2.0
* macOS 12.6.7 (GitHub Actions); R 4.3.1
* Microsoft Windows Server 2022 10.0.20348 (GitHub Actions); R 4.3.1
* ubuntu 22.04.3 (Github Actions); R devel r85079, R 4.3.1, R 4.2.3
* win-builder (devel and release)


## R CMD check results

There were no ERRORs or WARNINGs.

There was 1 NOTE when run on macOS locally:
There were 2 NOTEs when run on macOS locally:

* checking package dependencies ... NOTE

"Imports includes 22 non-default packages..."

I have tried to be careful to minimize the dependencies, and removed dependencies since the last version.
I have tried to be careful to minimize the dependencies.

* checking CRAN incoming feasibility ... NOTE

Found the following (possibly) invalid DOIs:
DOI: 10.1586/erp.11.59
From: DESCRIPTION
Status: Forbidden
Message: 403

I have manually checked this doi, and it does direct you to the appropriate paper.

There were 3 NOTEs when testing on macOS, windows, and ubuntu through GitHub Actions:

* checking package dependencies ... NOTE

"Imports includes 22 non-default packages..."

I have tried to be careful to minimize the dependencies, and removed dependencies since the last version.
I have tried to be careful to minimize the dependencies.

* checking for hidden files and directories ... NOTE

Expand All @@ -45,20 +48,7 @@ There were 3 NOTEs when testing on macOS, windows, and ubuntu through GitHub Act

All files listed are ones included in .Rbuildignore

There was 1 NOTE when run through win-builder:

* checking CRAN incoming feasibility ... NOTE

"Maintainer: 'Lindsay Lee <lindsayevanslee@gmail.com>'

New submission

Package was archived on CRAN

Possibly misspelled words in DESCRIPTION"

This package is an updated to the previously archived version. The words possibility-misspelled are names or acronyms.

There were 0 NOTEs when run through win-builder.

## Reverse dependencies

Expand Down

0 comments on commit d2d1d2d

Please sign in to comment.