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

CRAN Release #121

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
^cran-comments\.md$
^\.github$
^Meta$
^revdep$
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# blorr 0.3.1

This is a patch release to fix minor bugs.

# blorr 0.3.0

This is a minor release to reduce package dependencies and fix bugs.
Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Test environments
* local Windows 10 install, R 4.0.0
* ubuntu 14.04 (on travis-ci), R 3.6.3, R 4.0.0, R-devel
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 note

## revdepcheck results

We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
79 changes: 79 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Platform

|field |value |
|:--------|:----------------------------------------------------------------------------------|
|version |R version 4.4.1 (2024-06-14 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_India.utf8 |
|ctype |en_US.UTF-8 |
|tz |Asia/Calcutta |
|date |2024-11-11 |
|rstudio |2024.09.0+375 Cranberry Hibiscus (desktop) |
|pandoc |3.2 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:--------------|:----------|:----------|:--|
|blorr |0.3.0 |0.3.1 |* |
|abind |1.4-8 |1.4-8 | |
|backports |1.5.0 |1.5.0 | |
|broom |1.0.7 |1.0.7 | |
|car |3.1-3 |3.1-3 | |
|carData |3.0-5 |3.0-5 | |
|cli |3.6.3 |3.6.3 | |
|colorspace |2.1-1 |2.1-1 | |
|cowplot |1.1.3 |1.1.3 | |
|cpp11 |0.5.0 |0.5.0 | |
|data.table |1.16.2 |1.16.2 | |
|Deriv |4.1.6 |4.1.6 | |
|doBy |4.6.24 |4.6.24 | |
|dplyr |1.1.4 |1.1.4 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.2 |2.1.2 | |
|Formula |1.2-5 |1.2-5 | |
|generics |0.1.3 |0.1.3 | |
|ggplot2 |3.5.1 |3.5.1 | |
|glue |1.8.0 |1.8.0 | |
|gridExtra |2.3 |2.3 | |
|gtable |0.3.6 |0.3.6 | |
|isoband |0.2.7 |0.2.7 | |
|labeling |0.4.3 |0.4.3 | |
|lest |1.1.0 |NA |* |
|lifecycle |1.0.4 |1.0.4 | |
|lme4 |1.1-35.5 |1.1-35.5 | |
|magrittr |2.0.3 |2.0.3 | |
|MatrixModels |0.5-3 |0.5-3 | |
|microbenchmark |1.5.0 |1.5.0 | |
|minqa |1.2.8 |1.2.8 | |
|modelr |0.1.11 |0.1.11 | |
|munsell |0.5.1 |0.5.1 | |
|nloptr |2.1.1 |2.1.1 | |
|numDeriv |2016.8-1.1 |2016.8-1.1 | |
|pbkrtest |0.5.3 |0.5.3 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|purrr |1.0.2 |1.0.2 | |
|quantreg |5.99 |5.99 | |
|R6 |2.5.1 |2.5.1 | |
|RColorBrewer |1.1-3 |1.1-3 | |
|Rcpp |1.0.13-1 |1.0.13-1 | |
|RcppEigen |0.3.4.0.2 |0.3.4.0.2 | |
|rlang |1.1.4 |1.1.4 | |
|scales |1.3.0 |1.3.0 | |
|SparseM |1.84-2 |1.84-2 | |
|stringi |1.8.4 |1.8.4 | |
|stringr |1.5.1 |1.5.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.1 |1.2.1 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|viridisLite |0.4.2 |0.4.2 | |
|withr |3.0.2 |3.0.2 | |

# Revdeps

57 changes: 57 additions & 0 deletions revdep/checks/libraries.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
package,old,new,delta
blorr,0.3.0,0.3.1,*
abind,1.4-8,1.4-8,
backports,1.5.0,1.5.0,
broom,1.0.7,1.0.7,
car,3.1-3,3.1-3,
carData,3.0-5,3.0-5,
cli,3.6.3,3.6.3,
colorspace,2.1-1,2.1-1,
cowplot,1.1.3,1.1.3,
cpp11,0.5.0,0.5.0,
data.table,1.16.2,1.16.2,
Deriv,4.1.6,4.1.6,
doBy,4.6.24,4.6.24,
dplyr,1.1.4,1.1.4,
fansi,1.0.6,1.0.6,
farver,2.1.2,2.1.2,
Formula,1.2-5,1.2-5,
generics,0.1.3,0.1.3,
ggplot2,3.5.1,3.5.1,
glue,1.8.0,1.8.0,
gridExtra,2.3,2.3,
gtable,0.3.6,0.3.6,
isoband,0.2.7,0.2.7,
labeling,0.4.3,0.4.3,
lest,1.1.0,NA,*
lifecycle,1.0.4,1.0.4,
lme4,1.1-35.5,1.1-35.5,
magrittr,2.0.3,2.0.3,
MatrixModels,0.5-3,0.5-3,
microbenchmark,1.5.0,1.5.0,
minqa,1.2.8,1.2.8,
modelr,0.1.11,0.1.11,
munsell,0.5.1,0.5.1,
nloptr,2.1.1,2.1.1,
numDeriv,2016.8-1.1,2016.8-1.1,
pbkrtest,0.5.3,0.5.3,
pillar,1.9.0,1.9.0,
pkgconfig,2.0.3,2.0.3,
purrr,1.0.2,1.0.2,
quantreg,5.99,5.99,
R6,2.5.1,2.5.1,
RColorBrewer,1.1-3,1.1-3,
Rcpp,1.0.13-1,1.0.13-1,
RcppEigen,0.3.4.0.2,0.3.4.0.2,
rlang,1.1.4,1.1.4,
scales,1.3.0,1.3.0,
SparseM,1.84-2,1.84-2,
stringi,1.8.4,1.8.4,
stringr,1.5.1,1.5.1,
tibble,3.2.1,3.2.1,
tidyr,1.3.1,1.3.1,
tidyselect,1.2.1,1.2.1,
utf8,1.2.4,1.2.4,
vctrs,0.6.5,0.6.5,
viridisLite,0.4.2,0.4.2,
withr,3.0.2,3.0.2,
Binary file added revdep/checks/midoc/midoc_1.0.0.tar.gz
Binary file not shown.
191 changes: 191 additions & 0 deletions revdep/checks/midoc/new/libraries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
Library: F:\R\Packages\statistics\blorr/revdep/library/blorr/new
abind (1.4-8)
backports (1.5.0)
blorr (0.3.1)
broom (1.0.7)
car (3.1-3)
carData (3.0-5)
cli (3.6.3)
colorspace (2.1-1)
cowplot (1.1.3)
cpp11 (0.5.0)
data.table (1.16.2)
Deriv (4.1.6)
doBy (4.6.24)
dplyr (1.1.4)
fansi (1.0.6)
farver (2.1.2)
Formula (1.2-5)
generics (0.1.3)
ggplot2 (3.5.1)
glue (1.8.0)
gridExtra (2.3)
gtable (0.3.6)
isoband (0.2.7)
labeling (0.4.3)
lifecycle (1.0.4)
lme4 (1.1-35.5)
magrittr (2.0.3)
MatrixModels (0.5-3)
microbenchmark (1.5.0)
minqa (1.2.8)
modelr (0.1.11)
munsell (0.5.1)
nloptr (2.1.1)
numDeriv (2016.8-1.1)
pbkrtest (0.5.3)
pillar (1.9.0)
pkgconfig (2.0.3)
purrr (1.0.2)
quantreg (5.99)
R6 (2.5.1)
RColorBrewer (1.1-3)
Rcpp (1.0.13-1)
RcppEigen (0.3.4.0.2)
rlang (1.1.4)
scales (1.3.0)
SparseM (1.84-2)
stringi (1.8.4)
stringr (1.5.1)
tibble (3.2.1)
tidyr (1.3.1)
tidyselect (1.2.1)
utf8 (1.2.4)
vctrs (0.6.5)
viridisLite (0.4.2)
withr (3.0.2)

Library: F:\R\Packages\statistics\blorr/revdep/library/midoc
abind (1.4-8)
arm (1.14-4)
backports (1.5.0)
base64enc (0.1-3)
bit (4.5.0)
bit64 (4.5.2)
boot (1.3-31)
brio (1.1.5)
broom (1.0.7)
bslib (0.8.0)
cachem (1.1.0)
callr (3.7.6)
car (3.1-3)
carData (3.0-5)
cli (3.6.3)
clipr (0.8.0)
coda (0.19-4.1)
codetools (0.2-20)
colorspace (2.1-1)
commonmark (1.9.2)
cowplot (1.1.3)
cpp11 (0.5.0)
crayon (1.5.3)
curl (6.0.0)
dagitty (0.3-4)
data.table (1.16.2)
Deriv (4.1.6)
desc (1.4.3)
diffobj (0.3.5)
digest (0.6.37)
doBy (4.6.24)
dplyr (1.1.4)
evaluate (1.0.1)
fansi (1.0.6)
farver (2.1.2)
fastmap (1.2.0)
fontawesome (0.5.2)
forcats (1.0.0)
foreach (1.5.2)
Formula (1.2-5)
fs (1.6.5)
generics (0.1.3)
ggplot2 (3.5.1)
glmnet (4.1-8)
glue (1.8.0)
gridExtra (2.3)
gtable (0.3.6)
haven (2.5.4)
highr (0.11)
hms (1.1.3)
htmltools (0.5.8.1)
httpuv (1.6.15)
isoband (0.2.7)
iterators (1.0.14)
jomo (2.7-6)
jquerylib (0.1.4)
jsonlite (1.8.9)
knitr (1.49)
labeling (0.4.3)
later (1.3.2)
lattice (0.22-6)
lest (1.1.0)
lifecycle (1.0.4)
lme4 (1.1-35.5)
magrittr (2.0.3)
MASS (7.3-61)
Matrix (1.7-1)
MatrixModels (0.5-3)
memoise (2.0.1)
mfp2 (1.0.0)
mgcv (1.9-1)
mice (3.16.0)
microbenchmark (1.5.0)
mime (0.12)
minqa (1.2.8)
mitml (0.4-5)
modelr (0.1.11)
munsell (0.5.1)
nlme (3.1-166)
nloptr (2.1.1)
nnet (7.3-19)
numDeriv (2016.8-1.1)
ordinal (2023.12-4.1)
pan (1.9)
pbkrtest (0.5.3)
pillar (1.9.0)
pkgbuild (1.4.5)
pkgconfig (2.0.3)
pkgload (1.4.0)
praise (1.0.0)
prettyunits (1.2.0)
processx (3.8.4)
progress (1.2.3)
promises (1.3.0)
ps (1.8.1)
purrr (1.0.2)
quantreg (5.99)
R6 (2.5.1)
rappdirs (0.3.3)
RColorBrewer (1.1-3)
Rcpp (1.0.13-1)
RcppEigen (0.3.4.0.2)
readr (2.1.5)
rlang (1.1.4)
rmarkdown (2.29)
rpart (4.1.23)
rprojroot (2.0.4)
sass (0.4.9)
scales (1.3.0)
shape (1.4.6.1)
shiny (1.9.1)
sourcetools (0.1.7-1)
SparseM (1.84-2)
stringi (1.8.4)
stringr (1.5.1)
survival (3.7-0)
testthat (3.2.1.1)
tibble (3.2.1)
tidyr (1.3.1)
tidyselect (1.2.1)
tinytex (0.54)
tzdb (0.4.0)
ucminf (1.2.2)
utf8 (1.2.4)
V8 (6.0.0)
vctrs (0.6.5)
viridisLite (0.4.2)
vroom (1.6.5)
waldo (0.6.1)
withr (3.0.2)
xfun (0.49)
xtable (1.8-4)
yaml (2.3.10)
Loading
Loading