Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptation after transfer to inseefr #11

Merged
merged 13 commits into from
Oct 26, 2023
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
^.gitlab-ci.script$
^R-CMD-check.sh$
^doc$
^.github$
^.github$
^\.github$
16 changes: 9 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Type: Package
Title: A User-Oriented Statistical Toolkit for Analytical Variance Estimation
Depends: R(>= 3.2.5)
Imports: methods, utils, stats, Matrix
Suggests: testthat, covr, sampling, magrittr, tibble, dplyr, data.table
Version: 0.4.5
Authors@R: person("Martin", "Chevalier", role = c("aut", "cre", "cph"), email = "mc@slmc.fr")
Author: Martin Chevalier [aut, cre, cph]
Maintainer: Martin Chevalier <mc@slmc.fr>
URL: https://github.com/martinchevalier/gustave
BugReports: https://github.com/martinchevalier/gustave/issues
Suggests: testthat, sampling, magrittr, tibble, dplyr, data.table
Version: 1.0.0
Authors@R: c(
person("Martin", "Chevalier", role = "aut", email = "mc@slmc.fr", comment = "Creator"),
person("Khaled", "Larbi", role = "cre", email = "khaled.larbi@insee.fr"),
person("Institut national de la statistique et des études économiques", role = "cph")
)
URL: https://github.com/InseeFr/gustave
BugReports: https://github.com/InseeFr/gustave/issues
Description: Provides a toolkit for analytical variance estimation in survey sampling. Apart from the implementation of standard variance estimators, its main feature is to help the sampling expert produce easy-to-use variance estimation "wrappers", where systematic operations (linearization, domain estimation) are handled in a consistent and transparent way.
License: GPL-3
Collate: 'data.R' 'utils.R' 'define_variance_wrapper.R' 'variance_function.R' 'define_statistic_wrapper.R' 'standard_statistic_wrapper.R' 'qvar.R'
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0

- The package is considered stable enough to be used in production
- New maintainer

# 0.4.5

- Bugfix: additional outputs are indeed passed on to a custom display function (Issue #13 raised by @Dmitrilbr, Bugfix in PR #14)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gustave [![R-CMD-check](https://github.com/martinchevalier/gustave/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/martinchevalier/gustave/actions/workflows/R-CMD-check.yaml) [![CRAN_Status](http://www.r-pkg.org/badges/version/gustave)](https://cran.r-project.org/package=gustave) [![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
gustave [![R-CMD-check](https://github.com/InseeFr/gustave/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/InseeFr/gustave/actions/workflows/R-CMD-check.yaml) [![CRAN_Status](http://www.r-pkg.org/badges/version/gustave)](https://cran.r-project.org/package=gustave) [![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
=======

Gustave (Gustave: a User-oriented Statistical Toolkit for Analytical Variance Estimation) is an R package that provides a **toolkit for analytical variance estimation in survey sampling**.
Expand Down Expand Up @@ -163,6 +163,6 @@ The variance estimation *wrapper* is much easier-to-use than a standard variance

## Colophon

This software is an [R](https://cran.r-project.org/) package developed with the [RStudio IDE](https://www.rstudio.com/) and the [devtools](https://CRAN.R-project.org/package=devtools), [roxygen2](https://CRAN.R-project.org/package=roxygen2) and [testthat](https://CRAN.R-project.org/package=testthat) packages. Much help was found in [R packages](https://r-pkgs.org/) and [Advanced R](https://adv-r.hadley.nz/) both written by [Hadley Wickham](https://hadley.nz/).
This software is an [R](https://cran.r-project.org/) package developed with the [RStudio IDE](https://www.posit.co/) and the [devtools](https://CRAN.R-project.org/package=devtools), [roxygen2](https://CRAN.R-project.org/package=roxygen2) and [testthat](https://CRAN.R-project.org/package=testthat) packages. Much help was found in [R packages](https://r-pkgs.org/) and [Advanced R](https://adv-r.hadley.nz/) both written by [Hadley Wickham](https://hadley.nz/).

From the methodological point of view, this package is related to the [Poulpe SAS macro (in French)](http://jms-insee.fr/jms1998_programme/#1513415199356-a8a1bdde-becd) developed at the French statistical institute. From the implementation point of view, some inspiration was found in the [ggplot2](https://CRAN.R-project.org/package=ggplot2) package. The idea of developing an R package on this specific topic was stimulated by the [icarus](https://CRAN.R-project.org/package=icarus) package and its author.
21 changes: 12 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Round 1

## Test environments
* Linux Mint : R-release
* win-builder: R-oldrelease, R-release and R-devel
* Linux Ubuntu: R-oldrelease, R-release and R-devel
* Windows: R-oldrelease, R-release and R-devel
* MacOS: R-release

## R CMD check results

1 NOTE on R-oldrelease :
Possibly mis-spelled words in DESCRIPTION:
Analytical (3:48)
analytical (14:37)

Analytical is nonetheless spelled correctly : https://www.oxfordlearnersdictionaries.com/definition/english/analytical
*1 NOTE :

There were no ERRORs nor WARNINGs.
Maintainer: ‘Khaled Larbi <khaled.larbi@insee.fr>’

New maintainer:
Khaled Larbi <khaled.larbi@insee.fr>
Old maintainer(s):
Martin Chevalier <mc@slmc.fr>

E-mail sent from mc@slmc.fr to CRAN-submissions@R-project.org on XXX.

## Reverse dependencies

Expand Down
Loading