-
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 @ e1e29fe 🚀
- Loading branch information
1 parent
6e35b6b
commit e464483
Showing
5 changed files
with
28 additions
and
11 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://ixpantia.github.io/inc.rtests/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 inc.rtests authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Mauro Lepore. Author, maintainer.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Lepore M (2024). inc.rtests: Package (One Line, Title Case). R package version 0.0.0.9000, https://ixpantia.github.io/inc.rtests/.","code":"@Manual{, title = {inc.rtests: What the Package Does (One Line, Title Case)}, author = {Mauro Lepore}, year = {2024}, note = {R package version 0.0.0.9000}, url = {https://ixpantia.github.io/inc.rtests/}, }"},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"incrtests","dir":"","previous_headings":"","what":"What the Package Does (One Line, Title Case)","title":"What the Package Does (One Line, Title Case)","text":"goal inc.rtests greet .","code":""},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (One Line, Title Case)","text":"can install development version inc.rtests GitHub :","code":"# install.packages(\"pak\") pak::pak(\"ixpantia/inc.rtests\")"},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (One Line, Title Case)","text":"basic example shows solve common problem:","code":"library(inc.rtests) ## basic example code"}] | ||
[{"path":"https://ixpantia.github.io/inc.rtests/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 inc.rtests authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Mauro Lepore. Author, maintainer.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Lepore M (2024). inc.rtests: Package (One Line, Title Case). R package version 0.0.0.9000, https://ixpantia.github.io/inc.rtests/.","code":"@Manual{, title = {inc.rtests: What the Package Does (One Line, Title Case)}, author = {Mauro Lepore}, year = {2024}, note = {R package version 0.0.0.9000}, url = {https://ixpantia.github.io/inc.rtests/}, }"},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"incrtests","dir":"","previous_headings":"","what":"What the Package Does (One Line, Title Case)","title":"What the Package Does (One Line, Title Case)","text":"goal inc.rtests greet .","code":""},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"What the Package Does (One Line, Title Case)","text":"can install development version inc.rtests GitHub :","code":"# install.packages(\"pak\") pak::pak(\"ixpantia/inc.rtests\")"},{"path":"https://ixpantia.github.io/inc.rtests/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"What the Package Does (One Line, Title Case)","text":"basic example shows solve common problem:","code":"library(inc.rtests) ## basic example code"},{"path":"https://ixpantia.github.io/inc.rtests/reference/greet.html","id":null,"dir":"Reference","previous_headings":"","what":"Di hola — greet","title":"Di hola — greet","text":"Di hola","code":""},{"path":"https://ixpantia.github.io/inc.rtests/reference/greet.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Di hola — greet","text":"","code":"greet(name = NULL)"},{"path":"https://ixpantia.github.io/inc.rtests/reference/greet.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Di hola — greet","text":"name String.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/reference/greet.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Di hola — greet","text":"String.","code":""},{"path":"https://ixpantia.github.io/inc.rtests/reference/greet.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Di hola — greet","text":"","code":"greet() #> [1] \"hello world\" greet('Mauro') #> [1] \"hello Mauro\""}] |
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