Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
0.2.8
  • Loading branch information
cardiomoon committed Apr 12, 2023
1 parent b6e8919 commit c6c817b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
a~ stringr::str_extract(label1,'[0-9yYmM].*')),
fprops = list(A=fp_text(italic=TRUE),a=fp_text(vertical.align='subscript',italic=TRUE))),
part='body')
ft
compose(ft,j=2,
as_chunk(label1,pattern = '{{A}}{{a}}',
formatters = list(A ~ stringr::str_extract(label1,'[^0-9yYmM]*'),
a~ stringr::str_extract(label1,'[0-9yYmM].*')),
Expand Down Expand Up @@ -510,3 +505,8 @@ revdepcheck::revdepcheck()
revdepcheck::revdep_check()
devtools::check()
devtools::release()
devtools::document()
devtools::check()
devtools::document()
devtools::check_win_release()
devtools::check_rhub()
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: processR
Type: Package
Title: Implementation of the 'PROCESS' Macro
Version: 0.2.7
Version: 0.2.8
URL: https://github.com/cardiomoon/processR
BugReports: https://github.com/cardiomoon/processR/issues
Authors@R: c(person("Keon-Woong","Moon", role=c("aut", "cre"),
Expand All @@ -11,7 +11,7 @@ Description: Perform moderation, mediation, moderated mediation and moderated mo
Inspired from famous 'PROCESS' macro for 'SPSS' and 'SAS' created by Andrew Hayes.
Depends:
R (>= 2.10)
Date: 2023-1-20
Date: 2023-4-13
License: GPL-2
Encoding: UTF-8
LazyData: true
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## R package processR version 0.2.8
=====================================
(2022-Apr-13)

- resubmission to CRAN


## R package processR version 0.2.7
=====================================
(2022-Jan-20)
Expand Down
11 changes: 8 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
This is the update of the package 'processR'. I have fixed all existing problems at
https://cran.rstudio.com//web/checks/check_results_processR.html.
This is the new submission of the package 'processR'.

Package was archived on CRAN.
X-CRAN-Comment: Archived on 2023-02-02 as requires archived package
'predict3d'.

The 'predict3d' package is on CRAN now.

## Test environments
* local OS X install, R 4.2.2
* local OS X install, R 4.2.3
* win-builder (devel and release)
* R-hub

Expand Down

0 comments on commit c6c817b

Please sign in to comment.