Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7a6d17d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Jul 10, 2024
1 parent 7295fb1 commit 57cae6f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown_sha: ~
articles: {}
last_built: 2024-07-10T02:19Z
last_built: 2024-07-10T02:24Z
urls:
reference: https://wjschne.github.io/apa7/reference
article: https://wjschne.github.io/apa7/articles
6 changes: 0 additions & 6 deletions reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference/install_apaquarto.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"path":"https://wjschne.github.io/apa7/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"W. Joel Schneider. Author, maintainer.","code":""},{"path":"https://wjschne.github.io/apa7/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Schneider W (2024). apa7: Write Documents APA Style 7th Edition. R package version 0.0.0.9000, https://wjschne.github.io/apa7/.","code":"@Manual{, title = {apa7: Write Documents in APA Style 7th Edition}, author = {W. Joel Schneider}, year = {2024}, note = {R package version 0.0.0.9000}, url = {https://wjschne.github.io/apa7/}, }"},{"path":"https://wjschne.github.io/apa7/index.html","id":"apa7","dir":"","previous_headings":"","what":"Write Documents in APA Style 7th Edition","title":"Write Documents in APA Style 7th Edition","text":"goal apa7 facilitate writing documents APA Style (7th Edition).","code":""},{"path":"https://wjschne.github.io/apa7/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Write Documents in APA Style 7th Edition","text":"can install development version apa7 GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"wjschne/apa7\")"},{"path":"https://wjschne.github.io/apa7/index.html","id":"install-apaquarto-extension","dir":"","previous_headings":"","what":"Install apaquarto extension","title":"Write Documents in APA Style 7th Edition","text":"","code":"library(apa7) install_apaquarto()"},{"path":"https://wjschne.github.io/apa7/reference/hello.html","id":null,"dir":"Reference","previous_headings":"","what":"Hello, World! — hello","title":"Hello, World! — hello","text":"Prints 'Hello, world!'.","code":""},{"path":"https://wjschne.github.io/apa7/reference/hello.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Hello, World! — hello","text":"","code":"hello()"},{"path":"https://wjschne.github.io/apa7/reference/hello.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Hello, World! — hello","text":"","code":"hello() #> Error in hello(): could not find function \"hello\""},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":null,"dir":"Reference","previous_headings":"","what":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"install apaquarto extension https://github.com/wjschne/apaquarto","code":""},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"","code":"install_apaquarto(make_project = TRUE)"},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"make_project importing apaquarto folder, make folder project.","code":""},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"","code":"install_apaquarto #> function (make_project = TRUE) #> { #> rstudioapi::verifyAvailable() #> path <- rstudioapi::selectDirectory(caption = \"Select a directory (i.e., folder) , in which to install apaquarto.\") #> if (!is.null(path) && dir.exists(path)) { #> old <- getwd() #> setwd(path) #> quarto::quarto_add_extension(\"wjschne/apaquarto\", no_prompt = TRUE) #> purrr::walk(c(\"template.qmd\", \"example.qmd\", \"apa.csl\", #> \"bibliography.bib\", \"sampleimage.png\"), function(myfile) { #> m <- ifelse(myfile == \"sampleimage.png\", \"wb\", \"w\") #> download.file(url = fs::path(\"https://raw.github.com/wjschne/apaquarto/main/\", #> myfile), destfile = fs::path(path, myfile), mode = m) #> }) #> if (make_project) { #> if (length(dir(path, \".Rproj$\")) > 0) { #> dirpath <- fs::path_split(path)[[1]] #> quarto::quarto_create_project(dirpath[length(dirpath)], #> type = \"default\", dir = fs::path_dir(path)) #> } #> rstudioapi::openProject(path, newSession = TRUE) #> } #> } #> } #> <bytecode: 0x55a4ea6f6970> #> <environment: namespace:apa7>"}]
[{"path":"https://wjschne.github.io/apa7/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"W. Joel Schneider. Author, maintainer.","code":""},{"path":"https://wjschne.github.io/apa7/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Schneider W (2024). apa7: Write Documents APA Style 7th Edition. R package version 0.0.0.9000, https://wjschne.github.io/apa7/.","code":"@Manual{, title = {apa7: Write Documents in APA Style 7th Edition}, author = {W. Joel Schneider}, year = {2024}, note = {R package version 0.0.0.9000}, url = {https://wjschne.github.io/apa7/}, }"},{"path":"https://wjschne.github.io/apa7/index.html","id":"apa7","dir":"","previous_headings":"","what":"Write Documents in APA Style 7th Edition","title":"Write Documents in APA Style 7th Edition","text":"goal apa7 facilitate writing documents APA Style (7th Edition).","code":""},{"path":"https://wjschne.github.io/apa7/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Write Documents in APA Style 7th Edition","text":"can install development version apa7 GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"wjschne/apa7\")"},{"path":"https://wjschne.github.io/apa7/index.html","id":"install-apaquarto-extension","dir":"","previous_headings":"","what":"Install apaquarto extension","title":"Write Documents in APA Style 7th Edition","text":"","code":"library(apa7) install_apaquarto()"},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":null,"dir":"Reference","previous_headings":"","what":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"install apaquarto extension https://github.com/wjschne/apaquarto","code":""},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"","code":"install_apaquarto(make_project = TRUE)"},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"make_project importing apaquarto folder, make folder project.","code":""},{"path":"https://wjschne.github.io/apa7/reference/install_apaquarto.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"install the apaquarto extension from https://github.com/wjschne/apaquarto — install_apaquarto","text":"","code":"install_apaquarto #> function (make_project = TRUE) #> { #> rstudioapi::verifyAvailable() #> path <- rstudioapi::selectDirectory(caption = \"Select a directory (i.e., folder) , in which to install apaquarto.\") #> if (!is.null(path) && dir.exists(path)) { #> old <- getwd() #> setwd(path) #> quarto::quarto_add_extension(\"wjschne/apaquarto\", no_prompt = TRUE) #> purrr::walk(c(\"template.qmd\", \"example.qmd\", \"apa.csl\", #> \"bibliography.bib\", \"sampleimage.png\"), function(myfile) { #> m <- ifelse(myfile == \"sampleimage.png\", \"wb\", \"w\") #> download.file(url = fs::path(\"https://raw.github.com/wjschne/apaquarto/main/\", #> myfile), destfile = fs::path(path, myfile), mode = m) #> }) #> if (make_project) { #> if (length(dir(path, \".Rproj$\")) > 0) { #> dirpath <- fs::path_split(path)[[1]] #> quarto::quarto_create_project(dirpath[length(dirpath)], #> type = \"default\", dir = fs::path_dir(path)) #> } #> rstudioapi::openProject(path, newSession = TRUE) #> } #> } #> } #> <bytecode: 0x561254442ac0> #> <environment: namespace:apa7>"}]
1 change: 0 additions & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<url><loc>https://wjschne.github.io/apa7/404.html</loc></url>
<url><loc>https://wjschne.github.io/apa7/authors.html</loc></url>
<url><loc>https://wjschne.github.io/apa7/index.html</loc></url>
<url><loc>https://wjschne.github.io/apa7/reference/hello.html</loc></url>
<url><loc>https://wjschne.github.io/apa7/reference/index.html</loc></url>
<url><loc>https://wjschne.github.io/apa7/reference/install_apaquarto.html</loc></url>
</urlset>
Expand Down

0 comments on commit 57cae6f

Please sign in to comment.