You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I seem to run into a problem when using data.table structures in a html markdown document and then encrypting it with charm(). Encrypting it directly with output: fidelius::html_password_protected works for the same content.
Example 1 (direct method, no error):
title: Fidelius and Data.table Test
output: fidelius::html_password_protected
Hello, I seem to run into a problem when using data.table structures in a html markdown document and then encrypting it with charm(). Encrypting it directly with output: fidelius::html_password_protected works for the same content.
Example 1 (direct method, no error):
title: Fidelius and Data.table Test
output: fidelius::html_password_protected
Example 2 (file test.Rmd):
title: Fidelius and Data.table Test
output: html_document
When I then run charm(test.Rmd), I get an error message
"Error in
x[j]
:! invalid subscript type 'closure'"
Any ideas what causes this behaviour? Thanks.
The text was updated successfully, but these errors were encountered: