We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c1597 commit ee7c50fCopy full SHA for ee7c50f
NEWS.md
@@ -1,3 +1,3 @@
1
# fluxfinder 1.0.1
2
3
-* Initial CRAN submission.
+* Added a `NEWS.md` file to track changes to the package.
R/qaqc.R
@@ -40,6 +40,7 @@ ffi_qaqc <- function(flux_data,
40
fout <- rmarkdown::render(f,
41
output_file = output_file,
42
output_dir = output_dir,
43
+ knit_root_dir = output_dir,
44
quiet = ffi_isquiet(),
45
params = list(flux_data = tf_flux_data,
46
group_column = group_column))
cran-comments.md
@@ -3,5 +3,3 @@
0 errors | 0 warnings | 1 note
4
5
* This is a new release.
6
-
7
-#Wrapped examples in try() in the updated release.
0 commit comments