diff --git a/pkgdown.yml b/pkgdown.yml index 1699ef4..a5ff022 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -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 diff --git a/reference/index.html b/reference/index.html index b299a02..1f5f77e 100644 --- a/reference/index.html +++ b/reference/index.html @@ -42,12 +42,6 @@

All functionshello() - - -
Hello, World!
-
- install_apaquarto()
diff --git a/reference/install_apaquarto.html b/reference/install_apaquarto.html index e8c5868..336e80f 100644 --- a/reference/install_apaquarto.html +++ b/reference/install_apaquarto.html @@ -76,7 +76,7 @@

Examples#> } #> } #> } -#> <bytecode: 0x55a4ea6f6970> +#> <bytecode: 0x561254442ac0> #> <environment: namespace:apa7> diff --git a/search.json b/search.json index d2d90ff..c87c322 100644 --- a/search.json +++ b/search.json @@ -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) #> } #> } #> } #> #> "}] +[{"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) #> } #> } #> } #> #> "}] diff --git a/sitemap.xml b/sitemap.xml index 1fe00ea..54d7b31 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,7 +2,6 @@ https://wjschne.github.io/apa7/404.html https://wjschne.github.io/apa7/authors.html https://wjschne.github.io/apa7/index.html -https://wjschne.github.io/apa7/reference/hello.html https://wjschne.github.io/apa7/reference/index.html https://wjschne.github.io/apa7/reference/install_apaquarto.html