Skip to content

Commit

Permalink
- Linear test optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
demsarjure committed Nov 20, 2020
1 parent 67a5371 commit 5a0b443
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 36 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: bayes4psy
Version: 1.2.3
Version: 1.2.4
Title: User Friendly Bayesian Data Analysis for Psychology
Description: Contains several Bayesian models for data analysis of psychological tests. A user friendly interface for these models should enable students and researchers to perform professional level Bayesian data analysis without advanced knowledge in programming and Bayesian statistics. This package is based on the Stan platform (Carpenter et el. 2017 <doi:10.18637/jss.v076.i01>).
Authors@R:
Expand Down Expand Up @@ -43,6 +43,6 @@ LinkingTo:
SystemRequirements: GNU make
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 7.0.2
RoxygenNote: 7.1.1
URL: https://github.com/bstatcomp/bayes4psy
BugReports: https://github.com/bstatcomp/bayes4psy/issues
47 changes: 26 additions & 21 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,75 @@
# bayes4psy 1.2.4

## New features and improvements
More robust unit tests for the purpose of CRAN checks.

# bayes4psy 1.2.3

### New features and improvements
## New features and improvements
Additional unit tests for CRAN checks.


# bayes4psy 1.2.2

### New features and improvements
## New features and improvements
Further vignettes and tests optimizations.
Added references to the description.


# bayes4psy 1.2.1

### New features and improvements
## New features and improvements
Vignettes optimizations.


# bayes4psy 1.2.0

### New features and improvements
## New features and improvements
Added detailed examples of usage as vignettes.
All models now create visualizations with the default R plot function.
Several minor tweaks and improvements.


# bayes4psy 1.1.1

### New features and improvements
## New features and improvements
Modified some examples due to CRAN revision.
Beautified some outputs.
T-test now supports comparison through the sigma parameter only.


# bayes4psy 1.1.0

### New features and improvements
## New features and improvements
Examples for all models and fitting functions.
Code tests for all core functions.
Documentation amended in accordance with CRAN team comments.


# bayes4psy 1.0.2

### New features and improvements
## New features and improvements
Compilation is now c++14 compliant.
Minor update to one of color visualizations.


# bayes4psy 1.0.1

### New features and improvements
## New features and improvements
Ran CRAN checks (spell check, ...) and fixed some minor issues according to feedback.


# bayes4psy 1.0.0

### New features and improvements
## New features and improvements
Greatly expanded the readme file.
Minor changes to a few documentation entries.
CRAN publish preparations.


# bayes4psy 0.9.0

### New features and improvements
## New features and improvements
Various quality of life improvements (nicer graphs and outputs).
Package is not in its own repository so it can be installed from GitHub via devtools.
Upgraded all examples and tests.
Expand All @@ -73,30 +78,30 @@ Examples and tests are now in a separate repository.

# bayes4psy 0.8.0

### New features and improvements
## New features and improvements
Renamed package from EasyBayes to bayes4psy.
Parameters are no longer permuted when extracted from a Stan fit.


# bayes4psy 0.7.0

### New features and improvements
## New features and improvements
Functions for comparing multiple fits at the same time.
Revised prior system so it is now more user friendly.
Implementation of Bayesian t-test.


# bayes4psy 0.6.0

### New features and improvements
## New features and improvements
Flexible setting of priors on all of the model's parameters.
The plot_fit function for hierarchical models now allows visual inspection of a fit on top and bottom levels.
Added functions for easy extraction of parameter values.


# bayes4psy 0.5.0

### New features and improvements
## New features and improvements
Color model implementation.
Specific visualizations for colors.
Success rate hierarchical model rework.
Expand All @@ -106,7 +111,7 @@ Multiple chains support.

# bayes4psy 0.4.0

### New features and improvements
## New features and improvements
Large update to documentation, which is now CRAN compliant.
Added an additional, more detailed diagnostic print of fit.
Updates to various visualizations.
Expand All @@ -116,41 +121,41 @@ Tidyverse style code.

# bayes4psy 0.3.0

### New features and improvements
## New features and improvements
Removed all warnings.
CRAN ready!


# bayes4psy 0.2.0

### New features and improvements
## New features and improvements
Cross platform compilation.
Package now passes CRAN checks (with a lot of warnings and notes).
Added documentation.


# bayes4psy 0.1.4

### New features and improvements
## New features and improvements
Integrated linear model into the package.
Changed version numbering.
Using HDI instead of CI now.


# bayes4psy 0.1.3

### New features and improvements
## New features and improvements
Expanded documentation of functions and classes. Consolidate functions and parameter passing between all models.


# bayes4psy 0.1.2

### New features and improvements
## New features and improvements
Implementation of the success rate model.


# bayes4psy 0.1.1

### New features and improvements
## New features and improvements
Implementation of ttest model.
Implementation of reaction times model.
25 changes: 15 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## Revisions
# Revisions

### CRAN submission 19. 2. 2020
## CRAN submission 20. 11. 2020

Revised tests to avoid stability issues on Solaris.


## CRAN submission 19. 2. 2020

Reran all unit tests manually and corrected all checks.

### CRAN submission 17. 2. 2020
## CRAN submission 17. 2. 2020

Fixxed errors denoted in the check results report.

### CRAN submission 23. 12. 2019
## CRAN submission 23. 12. 2019

Everything was OK.

### CRAN submission 19. 6. 2019
## CRAN submission 19. 6. 2019

1. CRAN: Omit the redundant part "An R Package for" in your title. Please do not start your Description with "This package", package name or similar.
Response: Done.
Expand All @@ -24,15 +29,15 @@ Response: Added function level examples to exported model fitting functions (b_b
Response: Authors mentioned above are now added into the Authors@R field.


## Test environments
* local OS X Mojave 10.14.5, R 3.5.3
* local Windows 10, R 3.5.3
# Test environments
* local OS X Mojave 10.14.5, R 3.5.4
* local Windows 10, R 3.5.4
* win-builder (R-devel)
* Ubuntu Linux 16.04 LTS (rhub)
* Fedora Linux, R-devel (rhub)


## R CMD check results
# R CMD check results
There were no ERRORs or WARNINGs.

There were 2 NOTES:
Expand All @@ -46,5 +51,5 @@ There were 2 NOTES:
GNU make is a SystemRequirements.


## Downstream dependencies
# Downstream dependencies
There are currently no downstream dependencies for this package.
2 changes: 1 addition & 1 deletion tests/testthat/test_linear.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ seed <- 0
set.seed(0)

# set tolerance
tol <- 0.2
tol <- 0.5

# priors
mu_prior <- b_prior(family="normal", pars=c(0, 100))
Expand Down

0 comments on commit 5a0b443

Please sign in to comment.