-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 7a6d17d 🚀
- Loading branch information
Showing
5 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters