Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change code syntax to remove interactions() method and add interactions and HOC to composites()
- Document all the syntax and features

## [0.7.0] - 2019-09-19
## [0.1.0] - 2019-09-27
### Added
- A changelog
- A new feature for automated calculation of HOC
Expand All @@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Descriptive statistics for item and construct data
- S3 print method for class "table_output" for printing generic tables
- new method interaction_term() for specifying a interaction construct
- new method interaction() for specifying a interaction construct
- A fSquare function to calculating fSquared
- A test for fSquared function

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: seminr
Type: Package
Title: Domain-Specific Language for Building PLS Structural Equation Models
Version: 0.7.0
Date: 2019-05-07
Version: 1.0.0
Date: 2019-09-27
Authors@R: c(person("Soumya", "Ray",
email = "soumya.ray@gmail.com", role = c("aut", "ths")),
person("Nicholas", "Danks",
Expand Down
7 changes: 5 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ knitr::include_graphics('vignettes/SEMinR_logo.jpg')
```

![Build Status](https://travis-ci.org/sem-in-r/seminr.svg?branch=master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/seminr)](https://cran.r-project.org/package=seminr)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/seminr)](https://cran.r-project.org/package=seminr)

SEMinR brings many advancements to creating and estimating structural equation models (SEM) using Partial Least Squares Path Modeling (PLS-PM):

Expand All @@ -35,9 +37,10 @@ SEMinR follows the latest best-practices in methodological literature:

## Documentation

The vignette for Seminr can be found in the [seminr/doc/](https://github.com/ISS-Analytics/seminr/blob/master/doc/SEMinR.html) folder or by running the `vignette("SEMinR")` command after installation.
The vignette for Seminr can be found in the [CRAN](https://cran.r-project.org/package=seminr/vignettes/SEMinR.html) folder or by running the `vignette("SEMinR")` command after installation.

Demo code for use of Seminr can be found in the [seminr/demo/](https://github.com/ISS-Analytics/seminr/tree/master/demo) folder or by running the `demo("seminr-contained")`, `demo("seminr-ecsi")` or `demo("seminr-interaction")` commands after installation.
Demo code for use of Seminr can be found in the
[seminr/demo/](https://github.com/sem-in-r/seminr/tree/master/demo) folder or by running the `demo("seminr-contained")`, `demo("seminr-ecsi")` or `demo("seminr-interaction")` commands after installation.

## Installation

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<img src="vignettes/SEMinR_logo.jpg" width="25%" />

![Build Status](https://travis-ci.org/sem-in-r/seminr.svg?branch=master)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/seminr)](https://cran.r-project.org/package=seminr)
[![metacran
downloads](https://cranlogs.r-pkg.org/badges/grand-total/seminr)](https://cran.r-project.org/package=seminr)

SEMinR brings many advancements to creating and estimating structural
equation models (SEM) using Partial Least Squares Path Modeling
Expand All @@ -30,12 +33,12 @@ SEMinR follows the latest best-practices in methodological literature:
## Documentation

The vignette for Seminr can be found in the
[seminr/doc/](https://github.com/ISS-Analytics/seminr/blob/master/doc/SEMinR.html)
[CRAN](https://cran.r-project.org/package=seminr/vignettes/SEMinR.html)
folder or by running the `vignette("SEMinR")` command after
installation.

Demo code for use of Seminr can be found in the
[seminr/demo/](https://github.com/ISS-Analytics/seminr/tree/master/demo)
[seminr/demo/](https://github.com/sem-in-r/seminr/tree/master/demo)
folder or by running the `demo("seminr-contained")`,
`demo("seminr-ecsi")` or `demo("seminr-interaction")` commands after
installation.
Expand Down
36 changes: 30 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
## Resubmission
This is a resubmission. In this version I have:

## Attended to a user-reported error:
Updated the test fixtures to reflect the changes to RNG in V 3.6.0
Attended to a bug.
## [0.1.0] - 2019-09-27
### Added
- A changelog
- A new feature for automated calculation of HOC
- A new feature for two-stage calculation of interactions
- A file for all references and citations
- A return object in summary(boot_seminr_model) containing boot mean, SD, tvalue, and CIs for bootstrapped paths, loadings, weights and HTMT,
- A test for the bootstrap summary return object
- Descriptive statistics for item and construct data
- S3 print method for class "table_output" for printing generic tables
- new method interaction_term() for specifying a interaction construct
- A fSquare function to calculating fSquared
- A test for fSquared function

### Changed
- Fixtures for evaluating bootstrap HTMT for versions of R < 3.6.0
- Changed the R/* file naming to R/estimate_ R/feature_ R/evaluate_ etc.
- Summary S3 method to return data descriptives in summary object
- constructs() method now returns a list with classes
- Changed references to include Cohen (2013)
- Updated vignette to reflect fSquare function

### Fixed
- Modified calculation of HTMT to use absolute correlation matrices in order to make HTMT stable


## Test environments
* macOS Mojave 10.14.4 (on travis-ci), R 3.6.0
* Ubuntu 16.04.6 (on travis-ci), R 3.6.0
* win-builder (devel and release)
* macOS High Sierra 10.13.3 (on travis-ci), R 3.5.3
* macOS High Sierra 10.13.3 (on travis-ci), R 3.6.1
* Ubuntu 16.04.6 LTS (on travis-ci), R 3.5.3
* Ubuntu 16.04.6 LTS (on travis-ci), R 3.6.1
* win-builder (3.6.1 and 3.5.3)

## R CMD check results
There were no ERRORs or WARNINGs or NOTEs.
6 changes: 5 additions & 1 deletion vignettes/SEMinR.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "SEMinR"
author: "Soumya Ray & Nicholas Danks"
date: "Sep 28, 2019"
date: "Sep 27, 2019"
output: html_document
vignette: >
%\VignetteIndexEntry{SEMinR}
Expand All @@ -13,6 +13,10 @@ vignette: >
knitr::include_graphics('SEMinR_logo.jpg')
```

![Build Status](https://travis-ci.org/sem-in-r/seminr.svg?branch=master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/seminr)](https://cran.r-project.org/package=seminr)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/seminr)](https://cran.r-project.org/package=seminr)

## Introduction

```{r, echo = FALSE, message = FALSE}
Expand Down