Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 411423a

Browse files
author
Junbin Zhao
committedMar 25, 2021
dont run examples with selecting cues
1 parent 6af8ec2 commit 411423a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎R/FluxCal.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#' @importFrom stats lm
5959
#'
6060
#' @examples
61-
#' \donttest{
61+
#' \dontrun{
6262
#' library(FluxCalR)
6363
#' #### data from LGR
6464
#' # get the directory of the example LGR raw data

‎R/Select_time_cues.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#' @importFrom graphics abline axis.POSIXct lines par plot text
3636
#'
3737
#' @examples
38-
#' \donttest{
38+
#' \dontrun{
3939
#' library(FluxCalR)
4040
#' #### data from LGR
4141
#' # get the directory of the example LGR raw data

‎man/FluxCal.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎man/SelCue.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.