Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thisfile() for knitr and Sweave #6

Closed
krlmlr opened this issue Jan 14, 2014 · 1 comment
Closed

thisfile() for knitr and Sweave #6

krlmlr opened this issue Jan 14, 2014 · 1 comment

Comments

@krlmlr
Copy link
Owner

krlmlr commented Jan 14, 2014

Wait for yihui/knitr#701.

@krlmlr
Copy link
Owner Author

krlmlr commented Mar 23, 2015

fixed by 4025a2e.

@krlmlr krlmlr closed this as completed Mar 23, 2015
krlmlr pushed a commit that referenced this issue Sep 8, 2015
- new functions `list_to_df` and `df_to_list`
- new vectorized switch function `vswitch`
- `gdiff` does not attempt to maintain class information, the called function is
  supposed to do this
- `gdiff` accepts a factor as input
- determine knitr input via `knitr::current_input` (#6)
- export all helper functions used by `thisfile`
- use AppVeyor (checks on Windows), Coveralls (coverage analysis) and lintr
  (static code analysis)
- fix CRAN checks
krlmlr pushed a commit that referenced this issue Feb 16, 2016
- New `cut_format()` with ability to tweak label formatting, and more sensible defaults (#9).
    - With examples.
    - Throws an error if `breaks` is an atomic value.
- New `list_to_df()` and `df_to_list()`.
- New vectorized switch function `vswitch`.
- Export all helper functions used by `thisfile()`.
- `gdiff()` does not attempt to maintain class information, the called function is supposed to do this.
- `gdiff()` accepts a factor as input.
- Determine knitr input via `knitr::current_input()` (#6).
- Use AppVeyor (checks on Windows), Coveralls (coverage analysis) and lintr (static code analysis).
- Fix CRAN checks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant