Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3ca339e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SaranjeetKaur committed Oct 1, 2024
1 parent 84e6a48 commit d9cd1a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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 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.1
pkgdown_sha: ~
articles: {}
last_built: 2024-10-01T10:21Z
last_built: 2024-10-01T11:55Z
urls:
reference: https://imperialcollegelondon.github.io/repositoryr/reference
article: https://imperialcollegelondon.github.io/repositoryr/articles
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"path":"https://imperialcollegelondon.github.io/repositoryr/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"package maintainer. Maintainer.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Ww (2024). repositoryr: Package (Title Case). R package version 0.1.0, https://imperialcollegelondon.github.io/repositoryr/.","code":"@Manual{, title = {repositoryr: What the Package Does (Title Case)}, author = {Who wrote it}, year = {2024}, note = {R package version 0.1.0}, url = {https://imperialcollegelondon.github.io/repositoryr/}, }"},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"repositoryr","dir":"","previous_headings":"","what":"What the Package Does (Title Case)","title":"What the Package Does (Title Case)","text":"goal repositoryr provide step step guide creating R package repository.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (Title Case)","text":"can install development version repositoryr GitHub :","code":"# install.packages(\"pak\") pak::pak(\"ImperialCollegeLondon/repositoryr\")"},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (Title Case)","text":"basic example shows solve common problem: special using README.Rmd instead just README.md? can include R chunks like : ’ll still need render README.Rmd regularly, keep README.md --date. devtools::build_readme() handy . can also embed plots, example: case, don’t forget commit push resulting figure files, display GitHub CRAN.","code":"library(repositoryr) ## basic example code summary(cars) #> speed dist #> Min. : 4.0 Min. : 2.00 #> 1st Qu.:12.0 1st Qu.: 26.00 #> Median :15.0 Median : 36.00 #> Mean :15.4 Mean : 42.98 #> 3rd Qu.:19.0 3rd Qu.: 56.00 #> Max. :25.0 Max. :120.00"},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":null,"dir":"Reference","previous_headings":"","what":"Hello, World! — hello","title":"Hello, World! — hello","text":"Prints 'Hello, world!'.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Hello, World! — hello","text":"","code":"hello()"},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Hello, World! — hello","text":"","code":"hello() #> [1] \"Hello, world!\""}]
[{"path":"https://imperialcollegelondon.github.io/repositoryr/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"package maintainer. Maintainer.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Ww (2024). repositoryr: Package (Title Case). R package version 0.1.0, https://imperialcollegelondon.github.io/repositoryr/.","code":"@Manual{, title = {repositoryr: What the Package Does (Title Case)}, author = {Who wrote it}, year = {2024}, note = {R package version 0.1.0}, url = {https://imperialcollegelondon.github.io/repositoryr/}, }"},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"repositoryr","dir":"","previous_headings":"","what":"What the Package Does (Title Case)","title":"What the Package Does (Title Case)","text":"goal repositoryr provide step step guide creating R package repository.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"selecting-a-package-name","dir":"","previous_headings":"","what":"Selecting a package name","title":"What the Package Does (Title Case)","text":"find suggestions valid package names use available::suggest(text=\"description package \"). can also check whether package name available using available::available(\"pkgname\"). USing available package Alternatively, can use pak::pkg_name_check(\"healthgpsrvis\", dictionaries = NULL).","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (Title Case)","text":"can install development version repositoryr GitHub :","code":"# install.packages(\"pak\") pak::pak(\"ImperialCollegeLondon/repositoryr\")"},{"path":"https://imperialcollegelondon.github.io/repositoryr/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (Title Case)","text":"basic example shows solve common problem: special using README.Rmd instead just README.md? can include R chunks like : ’ll still need render README.Rmd regularly, keep README.md --date. devtools::build_readme() handy . can also embed plots, example: case, don’t forget commit push resulting figure files, display GitHub CRAN.","code":"library(repositoryr) ## basic example code summary(cars) #> speed dist #> Min. : 4.0 Min. : 2.00 #> 1st Qu.:12.0 1st Qu.: 26.00 #> Median :15.0 Median : 36.00 #> Mean :15.4 Mean : 42.98 #> 3rd Qu.:19.0 3rd Qu.: 56.00 #> Max. :25.0 Max. :120.00"},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":null,"dir":"Reference","previous_headings":"","what":"Hello, World! — hello","title":"Hello, World! — hello","text":"Prints 'Hello, world!'.","code":""},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Hello, World! — hello","text":"","code":"hello()"},{"path":"https://imperialcollegelondon.github.io/repositoryr/reference/hello.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Hello, World! — hello","text":"","code":"hello() #> [1] \"Hello, world!\""}]

0 comments on commit d9cd1a8

Please sign in to comment.