Skip to content

Commit

Permalink
no more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
laversannem committed Sep 18, 2024
1 parent 09c82ee commit ab28a59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions dev/Rcan_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ library(scales)
## use rhub

setwd(pkg_folder)
rhub::rhub_setup()
# rhub::rhub_setup()
rhub::rhub_doctor()
rhub::rhub_check()

# post package on CRAN

Expand Down Expand Up @@ -418,7 +420,7 @@ library(scales)


# Plot embedded in a graphic device
pdf("test.pdf",width = 11.692 , height = 8.267)
pdf(paste0(tempdir(),"/test.pdf"),width = 11.692 , height = 8.267)


csu_ageSpecific(csu_registry_data_1,
Expand Down Expand Up @@ -543,7 +545,7 @@ library(scales)
smoothing = 0.5)

# Plot embedded in a graphic device
pdf("example_test.pdf")
pdf(paste0(tempdir(),"/example_test.pdf"))
csu_time_trend(df_asr, group_by="sex",
plot_title = "Colombia, Liver",
smoothing = 0.3)
Expand Down
2 changes: 1 addition & 1 deletion man/csu_ageSpecific.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ csu_ageSpecific(


# Plot embedded in a graphic device
pdf("test.pdf",width = 11.692 , height = 8.267)
pdf(paste0(tempdir(),"/test.pdf"),width = 11.692 , height = 8.267)


csu_ageSpecific(
Expand Down
2 changes: 1 addition & 1 deletion man/csu_time_trend.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ csu_time_trend(df_data,
smoothing = 0.5)

# Plot embedded in a graphic device
pdf("test.pdf",width = 11.692 , height = 8.267)
pdf(paste0(tempdir(),"/test.pdf"),width = 11.692 , height = 8.267)
csu_time_trend(df_asr, group_by="sex",
plot_title = "Colombia, Liver",
smoothing = 0.3)
Expand Down
2 changes: 1 addition & 1 deletion man/csu_trendCohortPeriod.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ csu_trendCohortPeriod(
year_group = 2)

# Plot embedded in a graphic device
pdf("example_test.pdf")
pdf(paste0(tempdir(),"/example_test.pdf"))
csu_trendCohortPeriod(df_data=test,
missing_age =99,
plot_title = "USA, Liver, males",
Expand Down

0 comments on commit ab28a59

Please sign in to comment.