Skip to content

Commit ee7c50f

Browse files
authored
Resolving ffi_qaqc() directory issue (#98)
* Add NEWS.md * fixed temp_dir issue
1 parent 82c1597 commit ee7c50f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# fluxfinder 1.0.1
22

3-
* Initial CRAN submission.
3+
* Added a `NEWS.md` file to track changes to the package.

R/qaqc.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ffi_qaqc <- function(flux_data,
4040
fout <- rmarkdown::render(f,
4141
output_file = output_file,
4242
output_dir = output_dir,
43+
knit_root_dir = output_dir,
4344
quiet = ffi_isquiet(),
4445
params = list(flux_data = tf_flux_data,
4546
group_column = group_column))

cran-comments.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
0 errors | 0 warnings | 1 note
44

55
* This is a new release.
6-
7-
#Wrapped examples in try() in the updated release.

0 commit comments

Comments
 (0)