Skip to content

Commit

Permalink
Do not ignore package documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Sep 10, 2024
1 parent b6974fa commit f5bcc99
Show file tree
Hide file tree
Showing 23 changed files with 852 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ rsconnect/
.Rdata
.DS_Store

# Package documentation
man/
*.Rd

# Manuscript
manuscript/manuscript.pdf
manuscript/manuscript.log
Expand Down
41 changes: 41 additions & 0 deletions man/assess_transformation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions man/create_transformer_skeleton.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions man/find_transformation_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions man/get_residuals.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions man/huber_estimate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions man/lambda-accessor-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions man/lambda-mutator-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions man/plot_qq_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions man/plot_residual_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f5bcc99

Please sign in to comment.