Skip to content

Commit

Permalink
Merge pull request #31 from fb-elong/main
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Jul 25, 2023
2 parents 694a207 + 6f20883 commit 9a34d30
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pilot1wrappers
Type: Package
Title: R Consortium R Submission Pilot 1
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person("Yilong", "Zhang", email = "[email protected]", role = c("aut", "cre")),
person("Ning", "Leng", role = c("aut")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# pilot1wrappers 0.1.2

* Change repo source to Posit Package Manager
* Change running R version to R4.1.3

# pilot1wrappers 0.1.1

* Address reviewer comments for `tlf-efficacy.Rmd` and `tlf-primary`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repo demonstrates the eCTD submission package based on the [RConsortium/submissi
The project is developed and tested in the environment below:

- OS: Ubuntu 20.04
- R version: R4.1.2
- R version: R4.1.3
- Snapshot date: 2021-08-31
- Snapshot repository: https://mran.microsoft.com/snapshot/2021-08-31

Expand Down
4 changes: 2 additions & 2 deletions inst/startup.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project Level Setup
R_version <- "4.1.2" # set up project R version
R_version <- "4.1.3" # set up project R version
snapshot <- "2021-08-31" # set up snapshot date
repos <- paste0("https://mran.microsoft.com/snapshot/", snapshot) # set up repository based on snapshot
repos <- paste0("https://packagemanager.posit.co/cran/", snapshot) # set up repository based on snapshot

home <- normalizePath(".") # set up home directory
while(! "DESCRIPTION" %in% list.files(home)){
Expand Down
2 changes: 1 addition & 1 deletion output/tlf-demographic.out
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ MMSE Total
------------------------------------------------------------------------------------------------

Program: tlf_demographic.Rmd
2022-02-01 17:21:29
2023-07-25 20:42:50

Binary file modified output/tlf-kmplot.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion output/tlf-primary.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{\f1\fs20\i [3] Pairwise comparison with treatment as a categorical variable: p-values without adjustment for multiple comparisons.}
\par\ql\tx7245\tqr\tx12960
{\f1\fs20\i }\pmartabqr
{\f1\fs20\i 17:21 Tuesday, February 01, 2022}\par
{\f1\fs20\i 20:43 Tuesday, July 25, 2023}\par
}
{
\trowd
Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"R": {
"Version": "4.1.2",
"Version": "4.1.3",
"Repositories": [
{
"Name": null,
"URL": "https://mran.microsoft.com/snapshot/2021-08-31"
"URL": "https://packagemanager.posit.co/cran/2021-08-31"
}
]
},
Expand Down
13 changes: 9 additions & 4 deletions vignettes/ectd/r0pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Content:
Package: pilot1wrappers
Type: Package
Title: R Consortium R Submission Pilot 1
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person("Yilong", "Zhang", email = "[email protected]", role = c("aut", "cre")),
person("Ning", "Leng", role = c("aut")),
Expand Down Expand Up @@ -101,6 +101,11 @@ Package: pilot1wrappers
File: NEWS.md
Format: text
Content:
# pilot1wrappers 0.1.2

* Change repo source to Posit Package Manager
* Change running R version to R4.1.3

# pilot1wrappers 0.1.1

* Address reviewer comments for `tlf-efficacy.Rmd` and `tlf-primary`.
Expand Down Expand Up @@ -150,7 +155,7 @@ Content:
The project is developed and tested in the environment below:

- OS: Ubuntu 20.04
- R version: R4.1.2
- R version: R4.1.3
- Snapshot date: 2021-08-31
- Snapshot repository: https://mran.microsoft.com/snapshot/2021-08-31

Expand Down Expand Up @@ -797,9 +802,9 @@ File: inst/startup.R
Format: text
Content:
# Project Level Setup
R_version <- "4.1.2" # set up project R version
R_version <- "4.1.3" # set up project R version
snapshot <- "2021-08-31" # set up snapshot date
repos <- paste0("https://mran.microsoft.com/snapshot/", snapshot) # set up repository based on snapshot
repos <- paste0("https://packagemanager.posit.co/cran/", snapshot) # set up repository based on snapshot

home <- normalizePath(".") # set up home directory
while(! "DESCRIPTION" %in% list.files(home)){
Expand Down

0 comments on commit 9a34d30

Please sign in to comment.