Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion RcppTskit/R/RcppTskit.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#' tskit <- get_tskit_py()
#' is(tskit)
#' if (check_tskit_py(tskit)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LynxJinyangii this is how inline code comment looks like

#' tskit$ALLELES_01
#' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LynxJinyangii this is how code suggestion/change looks like

Suggested change
#' }
#' } I have here added some change

#' }
#' @export
Expand Down
Loading