-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# roxytypes | ||
|
||
## Foreseable CRAN concerns: | ||
|
||
### Examples for Non-Exported Functions | ||
|
||
All uses of `:::` are to access non-exported functions from within this package. | ||
They are only used for the purpose of providing example code. If possible, | ||
I would like to keep these examples as I find they are a useful resource for | ||
would-be contributors and users filing bug reports. | ||
|
||
### Ensuring that Functions do not Write to the User's Home | ||
|
||
There is one function (`convert()`) that has the expressed purpose of | ||
modifying a package's code (converting from roxygen `@param` tags to roxytype | ||
`@typed` tags, a drop-in replacement for use with this package). When used | ||
interactively, users are provided with a prompt that displays proposed changes | ||
before any changes are made. | ||
|
||
Tests all write to a sub-directory using `tmpfile()` to generate a unique | ||
temporary directory for each test fixture. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
list( | ||
markdown = TRUE, | ||
packages = c( | ||
"roxytypes", | ||
"roxylint" | ||
) | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.