diff --git a/docs/404.html b/docs/404.html index c8f5cce9..29fc2ac8 100644 --- a/docs/404.html +++ b/docs/404.html @@ -12,7 +12,7 @@ - + @@ -39,7 +39,7 @@ rUM - 1.0.2 + 2.0.0 @@ -64,6 +64,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • @@ -113,7 +119,7 @@

    Page not found (404)

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index e61845ea..edc967a2 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -1,5 +1,5 @@ -License • rUMLicense • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -81,7 +87,7 @@

    License

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/LICENSE.html b/docs/LICENSE.html index ad567447..9c108050 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -1,5 +1,5 @@ -MIT License • rUMMIT License • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -85,7 +91,7 @@

    MIT License

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/O1_make_research_project.html b/docs/articles/O1_make_research_project.html index 9d3f6e73..4f44b3f0 100644 --- a/docs/articles/O1_make_research_project.html +++ b/docs/articles/O1_make_research_project.html @@ -12,7 +12,7 @@ - + @@ -40,7 +40,7 @@ rUM - 1.0.2 + 2.0.0 @@ -65,6 +65,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • @@ -255,30 +261,32 @@

    SessionIf you are new to R, ignore this.

     sessionInfo()
    -#> R version 4.2.2 (2022-10-31)
    -#> Platform: x86_64-apple-darwin17.0 (64-bit)
    -#> Running under: macOS Big Sur ... 10.16
    +#> R version 4.4.0 (2024-04-24)
    +#> Platform: x86_64-apple-darwin20
    +#> Running under: macOS Monterey 12.7.5
     #> 
     #> Matrix products: default
    -#> BLAS:   /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib
    -#> LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib
    +#> BLAS:   /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRblas.0.dylib 
    +#> LAPACK: /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0
     #> 
     #> locale:
     #> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
     #> 
    +#> time zone: America/New_York
    +#> tzcode source: internal
    +#> 
     #> attached base packages:
     #> [1] stats     graphics  grDevices utils     datasets  methods   base     
     #> 
     #> loaded via a namespace (and not attached):
    -#>  [1] rstudioapi_0.14   knitr_1.42        magrittr_2.0.3    R6_2.5.1         
    -#>  [5] ragg_1.2.5        rlang_1.0.6       fastmap_1.1.0     stringr_1.5.0    
    -#>  [9] tools_4.2.2       xfun_0.37         cli_3.6.0         jquerylib_0.1.4  
    -#> [13] systemfonts_1.0.4 htmltools_0.5.4   yaml_2.3.7        digest_0.6.31    
    -#> [17] rprojroot_2.0.3   lifecycle_1.0.3   pkgdown_2.0.7     textshaping_0.3.6
    -#> [21] purrr_1.0.1       sass_0.4.5        vctrs_0.5.2       fs_1.6.1         
    -#> [25] memoise_2.0.1     glue_1.6.2        cachem_1.0.6      evaluate_0.20    
    -#> [29] rmarkdown_2.20    stringi_1.7.12    compiler_4.2.2    bslib_0.4.2      
    -#> [33] desc_1.4.2        jsonlite_1.8.4
    +#> [1] vctrs_0.6.5 cli_3.6.2 knitr_1.46 rlang_1.1.3 +#> [5] xfun_0.43 purrr_1.0.2 textshaping_0.3.7 jsonlite_1.8.8 +#> [9] htmltools_0.5.8.1 ragg_1.3.0 sass_0.4.9 rmarkdown_2.26 +#> [13] evaluate_0.23 jquerylib_0.1.4 fastmap_1.1.1 yaml_2.3.8 +#> [17] lifecycle_1.0.4 memoise_2.0.1 compiler_4.4.0 fs_1.6.4 +#> [21] htmlwidgets_1.6.4 rstudioapi_0.16.0 systemfonts_1.0.6 digest_0.6.35 +#> [25] R6_2.5.1 magrittr_2.0.3 bslib_0.7.0 tools_4.4.0 +#> [29] pkgdown_2.0.9 cachem_1.0.8 desc_1.4.3 @@ -300,7 +308,7 @@

    Session

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/O2_make_research_project_markdown.html b/docs/articles/O2_make_research_project_markdown.html index 21dc6dc8..06aa8fea 100644 --- a/docs/articles/O2_make_research_project_markdown.html +++ b/docs/articles/O2_make_research_project_markdown.html @@ -12,7 +12,7 @@ - + @@ -40,7 +40,7 @@ rUM - 1.0.2 + 2.0.0 @@ -65,6 +65,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • @@ -313,30 +319,32 @@

    SessionIf you are new to R, ignore this.

     sessionInfo()
    -#> R version 4.2.2 (2022-10-31)
    -#> Platform: x86_64-apple-darwin17.0 (64-bit)
    -#> Running under: macOS Big Sur ... 10.16
    +#> R version 4.4.0 (2024-04-24)
    +#> Platform: x86_64-apple-darwin20
    +#> Running under: macOS Monterey 12.7.5
     #> 
     #> Matrix products: default
    -#> BLAS:   /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib
    -#> LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib
    +#> BLAS:   /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRblas.0.dylib 
    +#> LAPACK: /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0
     #> 
     #> locale:
     #> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
     #> 
    +#> time zone: America/New_York
    +#> tzcode source: internal
    +#> 
     #> attached base packages:
     #> [1] stats     graphics  grDevices utils     datasets  methods   base     
     #> 
     #> loaded via a namespace (and not attached):
    -#>  [1] rstudioapi_0.14   knitr_1.42        magrittr_2.0.3    R6_2.5.1         
    -#>  [5] ragg_1.2.5        rlang_1.0.6       fastmap_1.1.0     stringr_1.5.0    
    -#>  [9] tools_4.2.2       xfun_0.37         cli_3.6.0         jquerylib_0.1.4  
    -#> [13] systemfonts_1.0.4 htmltools_0.5.4   yaml_2.3.7        digest_0.6.31    
    -#> [17] rprojroot_2.0.3   lifecycle_1.0.3   pkgdown_2.0.7     textshaping_0.3.6
    -#> [21] purrr_1.0.1       sass_0.4.5        vctrs_0.5.2       fs_1.6.1         
    -#> [25] memoise_2.0.1     glue_1.6.2        cachem_1.0.6      evaluate_0.20    
    -#> [29] rmarkdown_2.20    stringi_1.7.12    compiler_4.2.2    bslib_0.4.2      
    -#> [33] desc_1.4.2        jsonlite_1.8.4
    +#> [1] vctrs_0.6.5 cli_3.6.2 knitr_1.46 rlang_1.1.3 +#> [5] xfun_0.43 purrr_1.0.2 textshaping_0.3.7 jsonlite_1.8.8 +#> [9] htmltools_0.5.8.1 ragg_1.3.0 sass_0.4.9 rmarkdown_2.26 +#> [13] evaluate_0.23 jquerylib_0.1.4 fastmap_1.1.1 yaml_2.3.8 +#> [17] lifecycle_1.0.4 memoise_2.0.1 compiler_4.4.0 fs_1.6.4 +#> [21] htmlwidgets_1.6.4 rstudioapi_0.16.0 systemfonts_1.0.6 digest_0.6.35 +#> [25] R6_2.5.1 magrittr_2.0.3 bslib_0.7.0 tools_4.4.0 +#> [29] pkgdown_2.0.9 cachem_1.0.8 desc_1.4.3 @@ -358,7 +366,7 @@

    Session

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/O3_R_Markdown_Templates.html b/docs/articles/O3_R_Markdown_Templates.html index 79099c3e..5474d60d 100644 --- a/docs/articles/O3_R_Markdown_Templates.html +++ b/docs/articles/O3_R_Markdown_Templates.html @@ -12,7 +12,7 @@ - + @@ -40,7 +40,7 @@ rUM - 1.0.2 + 2.0.0 @@ -65,6 +65,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • @@ -179,7 +185,7 @@

    Using Code Templates in RStudio

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/O4_make_a_package.html b/docs/articles/O4_make_a_package.html new file mode 100644 index 00000000..6c53c87a --- /dev/null +++ b/docs/articles/O4_make_a_package.html @@ -0,0 +1,202 @@ + + + + + + + +4. Make a Package • rUM + + + + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + + + + +
    +

    Introduction +

    +

    Saving your data and analyses into an R package helps to create +reproducible research. Someone who wants to reproduce your work can load +a package to have access to your data and your paper(s). +rUM can help you by creating a project +that has all the files/directories needed for an R package including a +vignette folder that contains the outline of a paper.

    +
    +
    +

    How do I make a package project? +

    +

    All you need to do is add vignette = TRUE when you use +the make_project() function. Once the project is created, +run the run_me.R file. For example type:

    +
      +
    1. +rUM::make_project("~/Desktop/my.example", "R", example = TRUE, vignette = TRUE). +This creates a new project with all the files for a package in the +current directory. The vignette includes an example table and figure and +all the R Markdown syntax for adding hyperlinks to the table and +figures.
    2. +
    3. After the new project is open, run the +RUN_ME_FIRST.R file. The easiest way to do this is by +typing source("RUN_ME_FIRST.R") into the RStudio IDE +console and then pressing enter. If you are working in RStudio it will +ask you if it can/should close windows for two deleted files. Say +Yes. They are a couple temporary files that we used to +set options the project.
    4. +
    +
    + +
    +
      +
    1. Set the license for your package. REMEMBER: Do share +sensitive data. Talk to the data privacy officer at your +institution/organization before sharing any data. Ask them for advice on +setting a software license. If you are not planning on publicly +sharing your data consider using a proprietary license. For example, +type +usethis::use_proprietary_license("Your Name Goes Here"). To +learn more about licences look at the documentation for +use_proprietary_license() by typing: +?usethis::use_proprietary_license. You can also learn more +at choosealicense.com or here +but talk to the legal counsel at your institution/organization before +making a decision.
    2. +
    +
    +
    +

    Can I write my vignette with Quarto? +

    +

    Yes! When you install rUM we make sure +you have a modern version of the R quarto package but we do +not install the most modern copy of the Quarto language itself (which +lives outside of R). You can make sure that your version of Quarto is +modern enough by running quarto::quarto_version(). If your +version is not 1.4.549 or higher, install the latest version of Quarto +directly from here.

    +
    +
    + + + +
    + + + +
    + +
    +

    +

    Site built with pkgdown 2.0.9.

    +
    + +
    +
    + + + + + + + + diff --git a/docs/articles/O5_show_example.html b/docs/articles/O5_show_example.html new file mode 100644 index 00000000..586fa286 --- /dev/null +++ b/docs/articles/O5_show_example.html @@ -0,0 +1,214 @@ + + + + + + + +5. Include an example in the analysis paper outline • rUM + + + + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + + + + +
    +

    Introduction +

    +

    If you would like to see an example paper, that has code blocks to +produce a summary table and a graphic, include the +example = TRUE argument when you use the +make_project() function. For example, if you type +rUM::make_project("~/Desktop/my.example", "R", example = TRUE), +in the Results section of the paper you will see code +like:

    +
    +#| tbl-cap: |
    +#|   Your real caption belongs here.  Remember that cross references to tables 
    +#|   use labels for the code chunk starting with tbl-.
    +
    +
    +# To learn how to use tbl_summary look at https://www.danieldsjoberg.com/gtsummary/
    +analysis |> 
    +  tbl_summary(
    +    include = c(everything()), # choose your variables here
    +    # change auto_man to the name of your column variable or delete by = auto_man
    +    by = auto_man, # split table by group
    +    missing = "no" # don't list missing data separately
    +  ) %>%
    +  # add_n() %>% # add column with total number of non-missing observations
    +  # add_p() %>% # test for a difference between groups
    +  modify_header(label = "") %>% # update the column header to be blank
    +  bold_labels()
    +

    and

    +
    +
    +#| fig-cap: |
    +#|   Your real caption belongs here.  Remember that cross references to figures 
    +#|   use labels for the code chunk starting with fig-.
    +
    +# To learn how to use ggplot start here: https://ggplot2.tidyverse.org/#learning-ggplot2
    +analysis |> 
    +  ggplot() +
    +      labs(
    +        title = "Your short title goes here.",
    +        caption = "Your data sources/citation goes here."
    +    ) +
    +    geom_blank()
    +    # remove geom_blank() and add details here
    +

    You will also notice that there are sentences, which begin with “As +can be seen in” that contain cross-reference hyperlinks to the tables +and figures.

    +
    +

    Simpler Tables +

    +

    The example table is created using a package called +gtsummary. It makes completely customizable, beautiful, +summary tables which support hyperlinks/cross-references in the +sentences you write in your paper.

    +

    A simpler option is to use the table1() function from +the table1 package. It makes excellent tables with nearly +no typing. If you would like to try it, paste the code below into the +tbl-table1 code chunk. Unfortunately table1 +does not have good support for hyperlinks/cross-references from your +writing/prose.

    +
    +library(table1)
    +
    +analysis |> 
    +  select(everything()) |> # choose your variables here
    +  table1(
    +    # change auto_man to the name of your column variable or delete | auto_man
    +    ~ . | auto_man, 
    +    data = _
    +) 
    +
    +
    +
    + + + +
    + + + +
    + +
    +

    +

    Site built with pkgdown 2.0.9.

    +
    + +
    +
    + + + + + + + + diff --git a/docs/articles/index.html b/docs/articles/index.html index 352af535..5b6edcad 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • rUMArticles • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -72,6 +78,10 @@

    All vignettes

    3. Create a R Markdown File from a rUM Template
    +
    4. Make a Package
    +
    +
    5. Include an example in the analysis paper outline
    +
    @@ -82,7 +92,7 @@

    All vignettes

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/say_yes.png b/docs/articles/say_yes.png new file mode 100644 index 00000000..65659c22 Binary files /dev/null and b/docs/articles/say_yes.png differ diff --git a/docs/authors.html b/docs/authors.html index f77cbbba..0a1b6f3a 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • rUMAuthors and Citation • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -60,7 +66,7 @@
    @@ -93,17 +99,18 @@

    Citation

    -

    Balise R, Odom G, Grealis K, Cardozo F (2023). +

    Balise R, Odom G, Grealis K, Cardozo F (2024). rUM: R Templates from the University of Miami. -https://raymondbalise.github.io/rUM/, -https://github.com/RaymondBalise/rUM. +R package version 2.0.0, +https://github.com/RaymondBalise/rUM, https://raymondbalise.github.io/rUM/.

    @Manual{,
       title = {rUM: R Templates from the University of Miami},
       author = {Raymond Balise and Gabriel Odom and Kyle Grealis and Francisco Cardozo},
    -  year = {2023},
    -  note = {https://raymondbalise.github.io/rUM/,
    +  year = {2024},
    +  note = {R package version 2.0.0, 
     https://github.com/RaymondBalise/rUM},
    +  url = {https://raymondbalise.github.io/rUM/},
     }
    @@ -117,7 +124,7 @@

    Citation

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/index.html b/docs/index.html index c46a256a..bda8fbe7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,14 +12,13 @@ - + - + Changelog • rUMChangelog • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -64,7 +70,51 @@

    Changelog

    - + +
    +

    1.1.0.9008

    +
    • fix carriage return for building vignettes in Windows
    • +
    +
    +

    1.1.0.9007

    +
    • prevent an empty folder from being created if a package name is invalid
    • +
    • add header to manual_change_*_vignette.R
    • +
    +
    +

    1.1.0.9006

    +
    • add dependencies_fix function for passing Windows CRAN checks.
    • +
    +
    +

    1.1.0.9005

    +
    • set package dependencies for vignette to suggest
    • +
    +
    +

    1.1.0.9004

    +
    • add ?rUM page fix quarto check message to be clearer
    • +
    +
    +

    1.1.0.9003

    +
    • Add an overwrite option to make_project +
    • +
    +
    +

    1.1.0.9002

    +
    • change run_me.R to RUN_ME_FIRST.R
    • +
    +
    +
    + +
    +
    +
    diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 527890c4..2a10c31f 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,9 +1,11 @@ -pandoc: 2.19.2 -pkgdown: 2.0.7 +pandoc: 3.1.11 +pkgdown: 2.0.9 pkgdown_sha: ~ articles: O1_make_research_project: O1_make_research_project.html O2_make_research_project_markdown: O2_make_research_project_markdown.html O3_R_Markdown_Templates: O3_R_Markdown_Templates.html -last_built: 2023-02-18T22:05Z + O4_make_a_package: O4_make_a_package.html + O5_show_example: O5_show_example.html +last_built: 2024-05-30T15:47Z diff --git a/docs/reference/index.html b/docs/reference/index.html index 5b51e4b6..f5e5752a 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,5 +1,5 @@ -Function reference • rUMFunction reference • rUM @@ -17,7 +17,7 @@ rUM - 1.0.2 + 2.0.0 @@ -40,6 +40,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -83,7 +89,7 @@

    All functions
    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/make_project.html b/docs/reference/make_project.html index b2dffe49..36c74a0e 100644 --- a/docs/reference/make_project.html +++ b/docs/reference/make_project.html @@ -1,5 +1,5 @@ -Make an Analysis Project — make_project • rUM rUM - 1.0.2 + 2.0.0 @@ -46,6 +46,12 @@
  • 3. Create a R Markdown File from a rUM Template
  • +
  • + 4. Make a Package +
  • +
  • + 5. Include an example in the analysis paper outline +
  • Changelog @@ -83,7 +89,11 @@

    Make an Analysis Project

    make_project(
       path,
    -  type = c("Quarto (analysis.qmd)", "R Markdown (analysis.Rmd)")
    +  type = c("Quarto (analysis.qmd)", "R Markdown (analysis.Rmd)"),
    +  example = FALSE,
    +  vignette = FALSE,
    +  overwrite = FALSE,
    +  openInteractive = TRUE
     )
    @@ -98,6 +108,26 @@

    Arguments

    Choose between "Quarto (analysis.qmd)" or "R Markdown (analysis.Rmd)"

    + +
    example
    +

    Will the analysis file include an example table/figure?

    + + +
    vignette
    +

    Will the analysis file be saved as a package vignette?

    + + +
    overwrite
    +

    Will an existing RStudio project be overwritten? This is +needed for for Posit.Cloud. You will be prompted to confirm this option.

    + + +
    openInteractive
    +

    Should this new project be opened in a new RStudio +window? Defaults to TRUE. NOTE: this option exists to prevent +RStudio from opening two duplicate versions of the new project when +this function is executed from RStudio menus. MODIFY WITH CAUTION.

    +

    Value

    @@ -115,10 +145,15 @@

    Details

    Examples

    if (FALSE) {
    -  make_project(path = "~/test_project", type = "Quarto (analysis.qmd)")
    -}
    -if (FALSE) {
    -  make_project(path = "~/test_project", type = "R Markdown (analysis.Rmd)")
    +  # This makes a project with an example Quarto paper in the project's folder.
    +  make_project(path = "~/test", type = "Quarto (analysis.qmd)", example = TRUE, vignette = TRUE)
    +  # make_project() allows abbreviations on the project type: "Q" for Quarto or "R" for R Markdown
    +  make_project(path = "~/test_project", "Q", TRUE, TRUE)
    +  
    +  # This makes a project with an example R Markdown paper in the project's folder.
    +  make_project(path = "~/test", type = "R Markdown (analysis.Rmd)", example = TRUE, vignette = TRUE)
    +  # This makes a project with an example paper in the project's folder.
    +  make_project(path = "~/test_project", "R", example = TRUE)
     }
     
    @@ -134,7 +169,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/rUM-package.html b/docs/reference/rUM-package.html new file mode 100644 index 00000000..3c141f5b --- /dev/null +++ b/docs/reference/rUM-package.html @@ -0,0 +1,119 @@ + +rUM: R Templates from the University of Miami — rUM-package • rUM + + +
    +
    + + + +
    +
    + + +
    +

    +

    This holds some r markdown and quarto templates and a template to create a research project in "R Studio".

    +
    + + + +
    +

    Author

    +

    Maintainer: Raymond Balise balise@miami.edu (ORCID)

    +

    Authors:

    Other contributors:

    + +
    + +
    + + +
    + +
    +

    Site built with pkgdown 2.0.9.

    +
    + +
    + + + + + + + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 086f43c2..28ed6a47 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -18,6 +18,12 @@ /articles/O3_R_Markdown_Templates.html + + /articles/O4_make_a_package.html + + + /articles/O5_show_example.html + /articles/index.html @@ -39,4 +45,7 @@ /reference/make_project.html + + /reference/rUM-package.html +