Skip to content

Commit

Permalink
##77 remove chunks completely
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Jul 17, 2023
1 parent c2f2b6b commit b281ed7
Show file tree
Hide file tree
Showing 46 changed files with 5 additions and 4,685 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'chunk.R'
'chunks.R'
'get_eval_details.R'
'include_css_js.R'
'qenv-class.R'
'qenv-errors.R'
Expand Down
31 changes: 0 additions & 31 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,44 +1,13 @@
# Generated by roxygen2: do not edit by hand

S3method("[[",qenv.error)
export(chunk)
export(chunk_call)
export(chunk_comment)
export(chunks)
export(chunks_deep_clone)
export(chunks_eval)
export(chunks_get_eval_msg)
export(chunks_get_rcode)
export(chunks_get_var)
export(chunks_is_ok)
export(chunks_messages)
export(chunks_new)
export(chunks_push)
export(chunks_push_chunks)
export(chunks_push_comment)
export(chunks_push_data_merge)
export(chunks_push_new_line)
export(chunks_reset)
export(chunks_safe_eval)
export(chunks_uneval)
export(chunks_validate_all)
export(chunks_validate_custom)
export(chunks_validate_is)
export(chunks_validate_is_ok)
export(chunks_warnings)
export(concat)
export(eval_code)
export(get_chunks_object)
export(get_code)
export(get_eval_details_srv)
export(get_eval_details_ui)
export(get_var)
export(get_warnings)
export(init_chunks)
export(join)
export(new_qenv)
export(overwrite_chunks)
export(show_eval_details_modal)
exportMethods("[[")
exportMethods(concat)
exportMethods(eval_code)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# teal.code 0.3.0.9006

* `chunks` have been removed. The new `qenv` object should be used instead. See the new `qenv` vignette in the package for further details.

# teal.code 0.3.0

### Major breaking change
Expand Down
Loading

0 comments on commit b281ed7

Please sign in to comment.